@charset "UTF-8";
/* CSS Document */

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#09F;
	color:#666666;
	background-color:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:160%;
	height:130px;
	width:320px;
}
.formborder {
	border-style:solid;
	border-width:1px;
	border-color:#666;
	color:#FFF;
	background-image:url(../images/bg_formfield2.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12pt;
	height:20px;
	width:230px;
	padding-bottom:1px;
}
.formborder:hover {
	border-style:solid;
	border-width:1px;
	border-color:#09F;
	color:#FFF;
	background-image:url(../images/bg_formfield2.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:130%;
	height:20px;
	width:230px;
	padding-bottom:1px;
}
.formborderfield {
	border-style:solid;
	border-width:1px;
	border-color:#666;
	color:#FFF;
	background-image:url(../images/bg_formfield2.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12pt;
	height:80px;
	width:240px;
	padding-bottom:1px;
	}
	
.formborderfield:hover {
	border-style:solid;
	border-width:1px;
	border-color:#09F;
	color:#FFF;
	background-image:url(../images/bg_formfield2.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:130%;
	height:80px;
	width:240px;
	padding-bottom:1px;
}
.formmenustate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	width:120px;
	padding-bottom:1px;
}
.formmenuindustry {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	width:160px;
	padding-bottom:1px;
}
.checkboxstyled {
	border-style:solid;
	border-width:1px;
	border-color:#09F;
	color:#FFF;
	background-image:url(../images/bg_formfield2.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.formfields {
	font-family: "Trebuchet MS", Calibri, Corbel, Arial, Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #FFF;
}
div#formwrapper {
	width: 800px;
	position: absolute;
	left: 81px;
	top: 7px;
}
div#formwrapper p {
	margin: 0px;
	line-height: 0px;
}
div#formwrapper h2 {
	font-family: "Trebuchet MS", Calibri, Corbel, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 11px;
}
hr {
	color: #fff;
	margin-left: 70px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	size: 1px;
	}
