/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
}
#results {
height:510px;
padding-top:10px;
padding-left:20px;
padding-right:20px;
}
#results h1{
font-size:24px;
}
.bodytext {
font-size:14px;
}

.formtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -0.25px;
}
.formtop-lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.formbod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

A.type1:link    {color:#FFFFFF; text-decoration:underline;}
A.type1:visited {color:#FFFFFF; text-decoration:underline;}
A.type1:active  {color:#FFFFFF; text-decoration:underline;}
A.type1:hover   {color:#FFFFFF; text-decoration:underline;}

#formwrapper
{
        text-align: center;
        width: 250px;
}

#formrow
{
        width: 250px;
}

.formlabel
{
        font-family: Verdana;
        font-size: 11pt;
        width: 140px;
        text-align:right;
        float:left;
		margin-top:5px;
		*margin-top:0px;
}

.formfield
{
        font-family: Verdana;
        font-size: 11pt;
        width: 200px;
}

.submitBtn
{
        background-image: url(/images/btn-cash.gif);
        background-color: transparent;
        background-repeat: no-repeat;
        width: 214px;
        height: 41px;
		margin-top:-14px;
}
#formrow_terms {
        width: 170px;
		text-align:left;
		margin-left:30px;
		*margin-left:0px;
		padding-top:10px;
}
.smalltext {
float:right;
font-family: Verdana;
font-size: 10px;
font-weight: normal;
margin-top:-12px;
}
#floatlinks {
float:left;
position:absolute;
top:185px;
left:115px;
font-family:verdana;
font-size:12px;
line-height:24px;
font-weight:bold;
}
#floatlinks a {
font-family:verdana;
font-size:12px;
text-decoration:none;
line-height:24px;
font-weight:bold;
}
#floatlinks a:hover {
font-family:verdana;
font-size:12px;
text-decoration:underline;
line-height:24px;
font-weight:bold;
}

