form {
padding:2px;
}

fieldset {
margin:10px 0px;
padding:10px 5px 5px 5px;
color:#666;
background-color:#FCFCFC;
border:1px solid #DCDCDC;
}
legend {
color:#212121;
font-family:Verdana,Alial,sans-serif;
font-size:14px;
font-weight:bold;
padding:3px 5px;
}

input, select, textarea {
	font-family:verdana,arial,sans-serif;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	width:360px;
	font-size:12px;
}

#myForm {
}

#myForm p {
	margin-bottom: 5px;
}

#myForm label {
float:left;
font-family:verdana,arial,sans-serif;
font-size:12px;
font-weight:bold;
padding-right:0.2em;
padding-left:16px;
width:180px;
line-height:18px;
padding-top:5px;
}
#myForm input {
	font-family:verdana,arial,sans-serif;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	height:16px;
	padding:4px;
	width:310px;
	font-size: 12px;
}

#myForm select {
	font-family:verdana,arial,sans-serif;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	font-size: 13px;
	padding:4px;
	width:320px;
	font-size: 12px;
}

#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 red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 11px;;
}
.required {
	border: 1px solid #00A8E6 !important;
	background: url(/site/assets/form-required.png) 290px 6px no-repeat;
}
textarea.required {
	background: url(/site/assets/form-required.png) 330px 6px no-repeat;
}
textarea {
	overflow: hidden;
}
textarea:focus, input:focus, select:focus{
	background: none  !important;
}
.errMsg {
	color:#F00;
}
.obb {
background: url(/site/assets/obb.png) no-repeat scroll 2px 4px transparent;
}
.errFld {
	border: 1px solid #F00 !important;
}
.submitbotton {
	width:130px !important;
	height:25px !important;
}
/*************************************************************/
input[type=checkbox],input[type=radio] {
	width:auto !important;
	background:none !important;
	border: none !important;
	} 
