﻿#content .form {
	width:620px;
	padding:8px;
	border: 1px solid #e6e6e6;
}
#content input, #content select, #content textarea, #content file {
  width:250px;
  margin: 2px 0px 5px 0px;
  border: 1px solid #cccccc;
  font-size:11px;
}

#content input.required, #content input.optional, #content textarea.required, #content textarea.optional, #content select.required {
	border: 1px solid #cccccc;
	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 #cccccc;
	padding:3px 4px;
	font-size:11px;
}

#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: 170px;
  padding: 3px 10px;
  margin: 0px 0px 5px 0px;
  text-align: right;
}

#content .table_rw{
	width:90%;
	padding: 5px 0px;
}

#content .button {
	height:40px;
	width:100px;
	border: 1px solid #999999;
}
/* 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;
}