
/* START register form */
#content .error{
	margin: 2px;
	padding: 2px 5px 2px 24px;
	font-weight: bold;
	font-size:12px;
	color:#eb3937;
	width:90%;
	clear:both;
	background-image:url(../images/icon_error.gif);
	background-position:4px;
	background-repeat:no-repeat;
}
#content .payment {
	padding: 15px 0 0 0;
}
#content legend {
	font-weight : bold;
	color : #568206;
	padding-left:5px;
	padding-right:5px;
	text-transform:uppercase;
}
#content fieldset {
	border : 1px solid #568206;
	width:90%;
}
#content input, #content select, #content textarea, #content file {
  width:250px;
  margin: 2px 0px 5px 0px;
  border: 1px solid #cccccc;
  font-size:11px;
  color:#666666;
  border: 1px solid #999999;
}
#content select {
  width:257px !important;
  padding:3px 4px;
}
#content textarea {
  width:253px !important;
}
#content .check{
	width:20px !important;
	border:none !important;
}
#content input.required, #content input.optional, #content textarea.required, #content textarea.optional, #content select.optional {
	border: 1px solid #999999;
	font-size:11px;
	padding:3px 4px;
}
#content input.validation-failed, #content textarea.validation-failed {
	border: 1px solid #d11e1c;
	font-size:11px;
	padding:3px 4px;
}
#content input.validation-passed, #content textarea.validation-passed {
	border: 1px solid #999999;
	padding:3px 4px;
	font-size:11px;
}
#content .validation-failed-text{
	color:#d11e1c;
}
#content .validation-passed-text{
	color:#000;
}

#content .validation-advice {
	margin: 2px 0;
	padding: 2px 10px 0 10px;
	background-color: #d11e1c;
	color : #FFF;
	font-weight: bold;
	width:98%;
	clear:both;
}

#content .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #d19d24;
	color : #FFF;
	font-weight: bold;
}

#content fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

#content label {
  float: left;
  width: 65px;
  padding: 3px 10px;
  margin: 0px 0px 5px 0px;
  text-align: right;
}

#content .table_rw{
	padding: 5px 0px;
	clear:both;
}

#content .button {
	height:22px;
	width:70px;
	border:0 !important;
	cursor:pointer;
	margin-left:20px;
	background-color:#414141;
	color:#fff;
}
/* END register form */

.error{
	font-weight:bold;
	color:#4e4923;
	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;
}

