
/* Elements */

body {
	margin: 0;
	padding: 0;
	border: 0;  
	font-family: Tahoma, arial, verdana;
}

* {
	margin: 0;
	padding: 0;
}

a{
	color: #425853;
	text-decoration: underline;
}
	
a:hover{
	text-decoration: none;
}	

img, div , h2{  }
	
/* Form */

#miniform {
	width:617px;
	height:549px;
	padding:7px;
	font-size:14px;
	font-weight:bold;
}



#miniform #form-fields p{
	margin: 0 0 20px 0;
	line-height: 160%;
	width: 540px;
	font-size: 12px;
	color: #195664;
}


#miniform #form-fields{
	border:none;
	float: left;
}

#info-personal{
	float: left;
	width: 270px;
    padding: 50px 0 0 0;
}

#info-income{
	float: left;
	width: 280px;
	padding: 50px 0 0 0;
}

#info-questions{
	float: left;
	width: 250px;
}


/* Form elements */
	
#miniform fieldset{
	border: 0;
}
	
#miniform label{
	font-size:12px;
	text-align:left;
	width:80px;
	line-height:23px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	display:block;
	float:left;
}	
	
#miniform input {
	width:155px;
	height:20px;
	float:left;
	border: none;
	border: 2px solid #2a96b9;
}

#miniform input.submit {
	border: 0;
	background: transparent url(../images.aff2/submit.gif) right bottom no-repeat;
	width: 122px;
	height: 37px;
	cursor: pointer;
	margin: 0 0 10px 0;
	padding: 37px 0 0 0;
	overflow: hidden;
	display: block;
	float: right;
}

#miniform input.submit:hover {
   background: transparent url(../images.aff2/submit.gif) right top no-repeat;
}

#form-fields #info-personal label {
	padding: 0;
    line-height: 23px;
}

#form-fields #info-personal input {
	margin: 0 0 18px 0;
}

#form-fields #info-income label {
	float: left;
	width: 130px;
	padding: 0;
    line-height: 23px;
}

#form-fields #info-income input {
	float: left;
	margin: 0 0 8px 0;
	
}

#form-fields #info-questions label {
	float: left;
	width: 250px;
	padding: 0;
    line-height: 23px;
}

#form-fields #info-questions select {
	float: left;
	margin: 0 0 8px 0;
	width: 262px;
	background: #fff url(../images.aff1/inputback.png) left top no-repeat;
	border: 1px solid #42719c;
}

.fleft { float: left; }

.red { color:#900000; }


/* Form Footer */

#miniform #form-footer{
	height: 65px;
	/*background:url(../images.aff1/protect.png) 330px 20px no-repeat;  THIS IMAGE DOESNT EXIST!*/
	padding: 4px 90px 0 10px;
	clear: both;
	margin: 10px 0 0 0
}

#miniform p#terms {
	font-size: 9pt;
	font-weight: normal;
	color: #00486F;
	margin: 0 0 10px 0;
	padding: 0;
	width: 517px;
	text-align: right;
	float: left;
 }

 #terms{
   margin: 30px 0 0 0;
 }
 
#terms a {
	color: #00486F;  

}

p.value{
	font-size:12px;
	font-weight:normal;
	color: #00486F;
	margin: 10px 0;
	clear: both;
	text-align: right;
	font-weight: bold;
}


p.small{
	font-size:9px;
	font-weight:normal;
	color: #00486F;
	margin: 5px 0 0 0;
	clear: both;
	text-align: right;
	float: right;
}

#form-fields #info-income input.medium{
	width: 129px;
}

#textcontainer{
   margin: 40px 0 0 0;
}

