﻿.form
{
	margin-top:20px;
}

#content
{
	width:560px;
}

#specialContent
{
	width:560px;
	margin-bottom:10px;
}

.errorMessages
{
	color:#ff0000;
	padding-bottom:20px;
	clear:both;
}

.mainCont select, .mainCont input, .mainCont textarea
{
	width:300px;
	border:solid 1px #666666;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	color:#666666;
	font-weight:normal;
}

.inputStd
{
  width:50px;
}

.mainCont select
{
	width:304px;
}

.mainCont textarea
{
	overflow:auto;
	margin-bottom:10px;
}

.checkBox input
{
	width:20px;
	margin-left:-4px;
	border:none;
}

.mainCont .submitBtn
{
	background-color:#34A12E;
	color:#ffffff;
	font-weight:bold;
	cursor: pointer; /* hand-shaped cursor */
      cursor: hand; /* IE 5.x */
	width:110px;
	float:right;
	margin-right:68px;
	margin-bottom:20px;
	border:solid 1px #98CF95;
}

.submitBtn:hover
{
	cursor:hand;
	color:#98CF95;
}

.formRight
{
	float:right;
	margin-right:62px;
}

.formField
{
	clear:both;
	margin-bottom:10px;
	height:30px;
	
}

.formLabel
{
	float:left;
	width:180px;
	text-align:right;
	padding-right:10px;
	line-height:18px;

}

.formValue
{
	float:left;
}

.termsField
{
	padding-top:10px;
}

.formValue img
{
	position:relative;
	top:4px;
}

.termsValue img
{
	top:0px;
}

.termsLink
{
	color:#00463E;
}

