@charset "UTF-8";
/* CSS Document */

body {
	background:#333;
}

p {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.smalltext {
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
#wrapper {
	width:796px;
	height:567px;
	margin:auto;
	position:relative;
	background:#FFFFFF;
}

#topborder {
	background:url(../images/background_01.jpg) no-repeat;
	height:37px;
	width:100%;
}

#bottomborder {
	background:url(../images/background_05.jpg) no-repeat;
	height:43px;
	width:100%;
}

#leftborder {
	background:url(../images/background_02.jpg) 0 0 repeat-y;
}

#rightborder{
	background:url(../images/background_04.jpg) 100% 0 repeat-y;
}

.area {
	margin:0px 40px;
	width:756px;
	height:497px;
	position:relative;
}

#logo {
	position:absolute;
	top:5px;
	left:15px;
	background:url(../images/surveydoctorlogo.jpg) no-repeat;
	width:361px;
	height:164px;
}

#logo2 {
	position:absolute;
	top:5px;
	right:95px;
	background:url(../images/surveydoctorlogo.jpg) no-repeat;
	width:361px;
	height:164px;
}
#doctorimage {
	position:absolute;
	right:40px;
	bottom:-14px;
	background:url(../images/female_doctor.jpg) no-repeat;
	width:319px;
	height:480px;
}

#moneygirlimage {
	position:abolute;
	left:20px;
	top:30px;
	background:url(../images/girlmoney.jpg) no-repeat;
	width:255px;
	height:480px;
}

#signupform {
	position:absolute;
	top:160px;
	left:18px;
}

#signupform2 {
	position:absolute;
	top:160px;
	right:95px;
}

#copyright {
	padding:20px;
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
}