input,textarea {
border:solid 1px #9bcd65;
background-color:#fff;
padding:1px
}

.formField {
padding:1px 0
}

.formLabel {
float:left;
width:170px;
padding-bottom:5px;
}

.formValue textarea,.formValue input {
color:#151514;
font-weight:400;
width:280px;
margin-bottom:10px;
}

input.submitBtn {
background-color:#fff;
margin-left:170px;
width:60px;
color:#007f3a;
cursor:pointer;
padding:2px
}

input.submitBtn:hover {
background-color:#007f3a;
color:#fff;
}

.messageCont,.messageContSuccess,.messageContError {
color:#000;
background-color:#61a0bc;
border:solid 1px #4c4c4c
}

.contentCont #content {
	width:500px;
	line-height:140%;
	margin-left:30px;
	margin-right:0;
}
.contentCont
{
	width:505px;
	float:left;
}
.rightCont 
{
	float:right;
	width:250px;
}

.redAsterisk {
color:Red;
font-size:10px;
vertical-align:super
}

br.clearleft {
clear:left;
line-height:5px
}

.errorText,.msgSent {
display:block;
line-height:20px;
color:#f78e1d;
margin:10px 0;
font-weight:700;
}

.chkBox input{ 
	width:15px;
	margin-left:0;
	border:none;
	}
	
	

