@charset "utf-8";
/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#f2f2f2;
}
#topNavigateDiv {
	height:75px; width:100%; background:#94b72e; border-bottom:solid 2px #b3c380;
}
#bottomNavigateDiv {
	height:45px; width:100%; background:#f2f2f2; border-top:solid 1px #efe9db;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.clearBoth{
height:0px; width:0px;
clear:both;
}

/*          SIGN UP           */
div.signupBox {
	padding:10px 10px 10px 10px; border:solid 1px #efeadc;
}

div.signupLabel{
	float:left; min-width:250px; padding-left:20px; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#888888; font-size:20px; vertical-align: middle;
}
input.signupInput{
	height:25px; width:250px; border:solid 1px #efe9db; background:#f2f2f2; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#a3a3a3; font-size:20px; padding-left:5px;
}
input.signupInputFocus{
	height:25px; width:250px; border:solid 2px #e9bf6d; background:#f2f2f2; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#a3a3a3; font-size:20px; padding-left:5px;
}
select.signupInput{
	height:31px; width:257px; border:solid 1px #efe9db; background:#f2f2f2; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#a3a3a3; font-size:20px; margin:0px 0x 0px 0px; padding-left:5px;
}
select.signupInputFocus{
	height:31px; width:257px; border:solid 2px #e9bf6d; background:#f2f2f2; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#a3a3a3; font-size:20px; margin:0px 0x 0px 0px; padding-left:5px;
}
div.loginLabel{
	float:left; min-width:100px; padding-left:0px; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#888888; font-size:20px; vertical-align: middle;
}
textarea.signupInput{
	height:125px; width:250px; border:solid 1px #efe9db; background:#f2f2f2; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#a3a3a3; font-size:20px; padding-left:5px;
}
textarea.signupInputFocus{
	height:125px; width:250px; border:solid 2px #e9bf6d; background:#f2f2f2; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#a3a3a3; font-size:20px; padding-left:5px;
}
div.featuresListStyle{
	width:800px; background:#FFFFFF; padding:15px; border:solid 1px #efeadc;
}
div.head_features{
	font-weight:bold; text-decoration:underline; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#888888; font-size:14px;
}
div.list_features1{
	font-weight:normal; text-decoration:none; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#888888; font-size:14px; background:#FFFFFF;
}
div.list_features2{
	font-weight:normal; text-decoration:none; font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Times, serif; color:#888888; font-size:14px; background:#f9f9f9;
}
div.features_c1{
	 float:left; width:50%; margin:1px; padding-left:3px;
}
div.features_c2{
	 float:left; width:15%; margin:1px;
}
div.features_c3{
	 float:left; width:15%; margin:1px;
}
div.features_c4{
	 float:left; width:15%; margin:1px;
}
div.features_blnk{
	 float:left; width:1%; margin:1px;
}
div.features_clear{
	clear:both;
}
/* ROUND CORNER */

img.corner {
   width: 6px;
   height: 6px;
   border: none;
   display: block !important;
}



-->
