@charset "utf-8";
/* CSS Document */

/* ========================================
   FORMS
========================================================================== */
.spambox {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	text-align: left;
	height: 220px;
}
#formHeader {
	display: block;
	border: 1px solid #CCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.9);
	font-family: Verdana, Geneva, sans-serif;
	page-break-after: always;
	text-decoration: none;
	position: relative;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: both;
	background-color: #F5F5F5;
}

#formHeader p {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

#formHeader h2 {
	font-size: 1.1em;
	display: inline-block;
	margin-top: 15px;
}

#formHeader img{
	display: inline-block;
	padding: 0px;
	float: left;
	position: relative;
	margin-top: 8px;
	margin-right: 10px;
}


#formdesign {
	display: block;
	clear: both;
	position: relative;
}

#formdesign fieldset
{
	display: block;
	border: 1px solid #CCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	background-color: #f2f2f2;
	box-shadow: 0 0 8px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.9);
	page-break-after: always;
	text-align: left;
	text-decoration: none;
	padding: 10px;
	position: relative;
	margin-top: 50px;
	clear: both;
	font-size: 1em;
	}
#formdesign fieldset legend {
	display: block;
	position: absolute;
	color: #f1f1f1;
	font-size: 20px;
	height:30px;
	line-height:30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: center 0px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #666;
	top: -30px;
	padding-left: 10px;
	padding-right: 5px;
	white-space: nowrap;
	background-color: #1E4058;
}
#formdesign fieldset p {
	width: 100%;
	text-align: left;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-weight: bold;
	color: #333;
	display:block;
	line-height: 2em;
	padding-bottom: 5px;
	padding-top: 5px;
}
#formdesign fieldset p label {
	display: block;
	font-size: 1em;
	padding-left: 30px;
	font-weight: bold;
	line-height: 2em;
	color:#333;
	

}
#formdesign fieldset p label input {
	position:absolute;
	font-size: 1em;
	line-height: 2em;
	margin-left:-30px;
	margin-top:3px;
	
	}

#formdesign fieldset ul{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 8px;
}

#formdesign fieldset ul li {
	float: left;
	width: 310px;
	display: block;
	text-align: left;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: normal;
}

#formdesign fieldset hr {
	display: block;
	clear: both;
	float: none;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.text-input {
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0, 0.5);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.8);
	line-height: 25px;
	background-color: #F8F8F8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
	line-height: 25px;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 5px;
}
.text-input:hover {
	background-color: #FFF;
}
.text-input:focus {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	border: 1px solid rgba(0,0,0, 0.9);
	background-color: #FFF;
}

#formdesign textarea {
	outline: none;
	resize: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0, 0.5);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.8);
	line-height: 26px;
	background-color: #f1f1f1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #333;
	display: block;
	margin-top: 3px;
	margin-bottom: 15px;
	max-width: 600px;
	padding: 5px;
	overflow: auto;
}
#formdesign textarea:hover {
	background-color: #FFFFFF;
}
#formdesign textarea:focus {
	outline: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.9);
	box-shadow: 0 0 8px rgba(0,0,0,0.9);
	border: 1px solid rgba(0,0,0, 0.9);
	line-height: 26px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
	display: block;
	margin-top: 3px;
	margin-bottom: 15px;
	padding: 5px;
}


.selectParent{
	width: 270px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.5);
	height: 30px;
	line-height: 26px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.selectParent:focus{
	width: 270px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(auto_body_images/auto_body_repair_select.png);
	background-repeat: no-repeat;
	background-position: right -30px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,0.9);
}
.selectParent:hover{
	width: 270px;
	overflow: hidden;
	background-image: url(auto_body_images/auto_body_repair_select.png);
	background-repeat: no-repeat;
	background-position: right -30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.5);
	height: 30px;
	line-height: 26px;
}

.selectParent select{
	outline: none;
	width: 300px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 28px;
	color: #666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 28px;
}
.selectParent select:hover {
}
.selectParent select:focus {
	color: #333;
}
#formbuttons {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#formbuttons input {
	background-image: url(../images/buttons.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #CCC;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	border: 1px solid #000;
	line-height: 38px;
	height: 40px;
	width: 150px;
	background-position: center top;
	background-color: #496D85;
}

#formbuttons input:hover {
	background-repeat: repeat;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,0.9);
	color: #FFF;
	cursor: pointer;
	background-position: center -40px;
}
#formbuttons input:focus {
	background-repeat: repeat;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,0.9);
	color: #FFF;
	cursor: pointer;
	background-position: center -40px;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.radio {
	margin-top: 5px;
}
#formdesign fieldset ol {
	display: block;
	text-align: left;
	position: relative;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#formdesign fieldset ol li {
	width: 98%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	position: relative;
	font-size: .9em;
	float: left;
	list-style-type: none;
	min-height: 30px;
	display: inline-block;
	margin-left: auto;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: auto;
}
.numberbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
	float: right;
	width: 50px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	text-align: center;
}
