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

#formWrapper {
	width:700px;
	margin:12px auto 0 auto;
	background:url(../images/form/form_repeat.jpg);
	background-repeat:repeat-y;
}
#formWrapper .header {
	height:30px;
	width:700px;
	background:url(../images/form/form_top.jpg);
	background-repeat:no-repeat;
}
#formWrapper .reviewHeader {
	height:200px;
	width:700px;
	background:url(../images/form/form_top_new.jpg);
	background-repeat:no-repeat;
}
#formWrapper .reviewDLHeader {
	height:200px;
	width:700px;
}
#formWrapper .content {
	/*height:172px;*/
	width:700px;
	background:url(../images/form/form_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#formWrapper .reviewContent {
	/*height:172px;*/
	width:700px;
	margin-top:-40px;
	background:url(../images/form/form_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

/*Removed by Wil - 7/12/2007
#formWrapper .tech_support_content {
	width:700px;
	background:url(../images/form/form_bottom_tech_support.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}*/


#formWrapper p {
	margin:8px 12px 0 12px;
}
#formWrapper table {
	margin:8px 0 12px 0;
	padding:0;
}
#formWrapper form {
	width:640px;
}
#formWrapper .checkbox {
	margin-top:8px;
}

#formWrapper .reviewHeaderTri {
	height:150px;
	width:700px;
	background:url(../images/form/form_top_introducing.jpg);
	background-repeat:no-repeat;
}

#formWrapper .reviewContentTri {
	width:700px;
	background:url(../images/form/form_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

	#tricols{
	clear:both;

}

#tricols .tricol{
	width:210px;
	float:left;
	padding-top:55px;
	margin:0 10px;
	margin-bottom:40px;
	font-family:Arial, Helvetica, sans-serif;
}

#tricols .tricol h5{
	color:#cc3333;
	font-weight:bold;
}

#tricols .tricol div{
	height:85px;
	padding:0px 10px;
	text-align:center;
}

#tricols .tricol div .tagline{
	height:35px;
}

#tricols .tricol a{
}

#tricols .tricol a img{
	border:none;
}
