/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}fieldset img {margin-top:12px;}
fieldset {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	font-weight: bold;
	padding: 0 10px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	padding: 10px 0 0;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 5px;text-align:right;
}
form div.submit {margin-right:50px;}
label {
	display: block;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	border:1px solid #ccc;
	padding:2px;
	width:98%;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	width: auto;
}
form .submit input[type=submit] {
	background:#ccc;
	color: #000;
}
form .submit input[type=submit]:hover {
	background:#aaa;
}
.error-message{
	color:#e32;
	font-size:90%;
	padding:0;
}
#search {
    background:#fff url(images/search.png) no-repeat scroll 164px center ;
    border-radius: 6px 6px 6px 6px;
    position: absolute;
    right: 10px;
    top: 19px;
    width: 190px;
	height:17px;color:#000;z-index:20000;
}