/* Forms CSS file */
#cleanset {
	margin: 0px;
	padding: 0px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
}
form {
	padding: 0px;
	margin: 10px;
	display: block;
	font-size: 13px;
	line-height: 18px;
}
fieldset {
	padding: 10px;
	clear: both;
	display: block;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
label {
	display: block;
	width: 100px;
	text-align: right;
	height: 30px;
	clear: left;
	float: left;
	margin-right: 15px;
	font-weight: bold;
	color: #000;
	font-size: 11px;
}
#right input {
	padding: 1px;
	float: left;
	display: inline;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16px;
}
input, select, textarea, #text___Frame, #description___Frame {
	margin: 0px;
	padding: 1px;
	float: left;
	display: inline;
	width: 330px;
	background-image: url(../imgs/design/back_input.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
}
.btn {
	width: auto;
	float: left;
	background: none;
	border: none;
	margin-top: 0px;
	height: 38px;
	clear: left;
	margin-left: 115px;
}
.checkbox {
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.red {
	background-image: url(../imgs/design/back_input_red.jpg);
}
.redtxt {
	color: #FF0000;
	display: block;
}
.greentxt {
	color: #0F0;
}
.captcha {
	clear: both;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 118px;
	text-align: left;
}
.hidden {
	background-image: none;
	display: none;
}
#livesearchbox input {
	width: 54px;
	margin: 0px;
	background-image: url(../imgs/design/back_input.jpg);
	background-repeat: repeat-x;
	font-size: 9px;
	float: none;
}
#livesearchbox {
	margin: 0px;
}
#livesearchbox table {
	margin: 0px;
}
#livesearchbox select {
	width: auto;
	margin: 0px;
	font-size: 9px;
	float: none;
}
.admin_stuff .dateform select  {
	width: 120px;
	margin-right: 10px;
}
.dateform select {
	width: 120px;
}
.dateform input {
	width: 160px;
	margin-right: 10px;
}
#support {
	background-color: #999;
	margin-right: 0px;
	border: 1px solid #333;
}
.small_select {
	width: auto;
	margin-right: 10px;
}
.yearfield {
	width: 60px;
	margin-right: 10px;
}
.modelfield {
	width: 95px;
}
fieldset h2, fieldset h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




#promocodeInputWrapper{
	border: none;
	background: #ce3631;
	width: auto;
	border-radius: 20px;
	width: 400px;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
}
	#promocodeInputWrapper legend{
		font-weight: 900;
		padding-left: 20px;
	}
	#promocodeInputWrapper label{
		width: auto;
		float: left;
		clear: none;
		padding-left: 20px;
		color: white;
	}
	#promocodeInputWrapper label:first-child{
		padding-left: 0px;
	}
	#promocodeInputWrapper input{
		width: 150px;
		float: left;
		clear: none;
	}
	#promocodeInputWrapper input.prefix{ width: 50px; }

	
#errorWarning{
	border-radius: 20px;
	min-height: 40px;
	background: red url(/imgs/design/icon_warning_small.png) 20px 0px no-repeat;
}
	#errorWarning li{
		color: white;
		margin-left: 70px;
	}
	