@charset "utf-8";
/* CSS Document */
#formDiv {
	width:400px;
	margin:0 auto;
}
#formDiv div
{
	clear:both;
	margin-bottom:10px;
}

#formDiv label{
	display:block;
	float:left;
	width:120px;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align:right;
}

#formDiv input, #formDiv select{
	width:250px;
	margin-bottom: 5px;
}
#formDiv .radioButtons {
	width:20px;
	__display:list-item;
}
form br{
	clear:both;
}

#formDiv textarea{
	width:250px;
	height:100px;
}




#submitButton input, #resetButton input {
	width:121px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	color: #2A2A2A;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0 0px 0;
  padding: 0px;
  text-align: center;
  text-transform: capitalize;
}

#formDiv #submitButton, #formDiv #resetButton {
	width:125px;
	float:right;
	clear:none;
	
}
#formDiv #resetButton {
	padding-left:5px;
	padding-right:11px;
}

.fieldTest, .fieldTest div {
	width:500px;
}

#formErrorMsg, #fieldErrorClass {
	border:1px solid #000000;
	background-color:#FFC4C4;
	padding-top:10px;
}
.fieldErrorClass {
	background-color:#FFC4C4;
}
.red {
	color:#FF0000;
}