form {
padding:2px;
}

fieldset {
border:1px solid #e7e7e7;
margin:10px 0px;
padding:5px;
}
legend {
color:#920E10;
font-size:14px;
font-weight:bold;
padding:3px 5px;
}

input, select, textarea {
background:#eeeeee none repeat scroll 0%;
border:1px solid #e11107;
margin-bottom:5px;
}

#myForm {
}

#myForm p {
	margin-bottom: 5px;
}

#myForm label {
float:left;
font-weight:bold;
padding-right:0.2em;
width:150px;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #b6b6b6;
	font-size: 11px;
}

#myForm .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 11px;;
}
.errMsg{
	color: red;
}

/*************************************************************/

