/* START register form */

#content_left legend {
	font-weight : bold;
	color : #e6000a;
	padding-left:5px;
	padding-right:5px;
	text-transform:uppercase;
}
#content_left fieldset {
	border : 1px solid #b8b594;
	width:96%;
}

#content_left input, #content_left select, #content_left textarea, #content_left file {
  width:250px;
  margin: 2px 0px 5px 0px;
  border: 1px solid #cccccc;
  font-size:11px;
}

#content_left input.disabled {
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	font-size:11px;
}

#content_left input.required, #content_left input.optional, #content_left textarea.required, #content_left textarea.optional {
	border: 1px solid #cccccc;
	font-size:11px;
	padding:3px 4px;
}
#content_left input.validation-failed, #content_left textarea.validation-failed {
	border: 1px solid #d11e1c;
	font-size:11px;
	padding:3px 4px;
}
#content_left input.validation-passed, #content_left textarea.validation-passed {
	border: 1px solid #cccccc;
	padding:3px 4px;
	font-size:11px;
}

#content_left .validation-advice {
	margin: 2px 0;
	padding: 2px 10px 0 10px;
	background-color: #d11e1c;
	color : #FFF;
	font-weight: bold;
	width:98%;
	clear:both;
}

#content_left .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #d19d24;
	color : #FFF;
	font-weight: bold;
}

#content_left fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

#content_left label {
  float: left;
  width: 170px;
  padding: 3px 10px;
  margin: 0px 0px 5px 0px;
  text-align: right;
  font-weight:bold;
}

#content_left .table_rw{
	width:90%;
	padding: 3px 0px;
}

#content_left .button {
	height:18px;
	width:54px;
	border:0 !important;
	margin-left:60px;
	cursor:pointer;
}
#content_left .button2 {
	height:18px;
	padding-bottom:3px !important;
	width:54px;
	margin-left:60px;
	border: 1px solid #999999;
}
/* END register form */

.error{
	font-weight:bold;
	color:#e6000a;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.ok_msg{
	font-weight:bold;
	color:#4e4923;
	background-image:url(../images/ok.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:30px;
}

