/*
<link rel="stylesheet" type="text/css" href="styles.css" />
*/

body {
background-color:#333333;
background-image: url(images/bg_main.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
margin-top:0;
margin-bottom:0;
}
.verd-text {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
	color: #000066;
	font-style: italic;
}


/*footer*/
.footer-link {
padding-left:130px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#999999;
text-decoration:none;
font-size:11px;
}
a.footer:link {color:#2e82c7;
text-decoration:none;}
a.footer:visited {color:#2e82c7;
text-decoration:none;
}
a.footer:hover {color:#a0cbee;
text-decoration:none;
}

.footer-co {font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
color:#a0cbee;
}
.footer-copyright {font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
color:#a0cbee;
}
.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
.texttitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.frm{
	background-image:url(images/corner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:50px;
	filter:alpha(opacity=70);
}


/*form*/
/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 0px; }
.rbroundbox { width: 100%; margin: 1em auto; }
#formDiv{
	width:400px;
}

.txtbox{
border:1px #CCCCCC solid;
}

.btn{
border:#CCCCCC 1px outset;
}
#ad{
		padding-top:220px;
		padding-left:10px;
}

.datepi{
	background-image:url(images/getquote_clip_image001.gif);
	background-repeat:no-repeat;
	width:14px;
	height:12px;
	border:0px;
}
.error{
	color:#FF0000;
}