@charset "utf-8";
/* CSS Document */

html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #ccc; /* Old browsers */
}
body {
    min-height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
	border-top: 7px solid #d31a00;
	margin: 0;
	padding: 0;
	font: normal normal 12px/1.5 Arial, Helvetica, sans-serif;
	color: #333;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%,#cccccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%,#cccccc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e5e5e5 0%,#cccccc 100%); /* W3C */
}
h1 {
	display: block;
	padding: 10px;
	font-size: 18px;
	background: #BA0400;
	color: #fff;
	margin: 0;
}
h1.class1 {
	background: #BA0400;
	color: #fff;
	margin: 40px 0 0;	
}
h1.hale {
	background: #1C5BA2;
	color: #fff;
	margin: 40px 0 0;	
}
h2 {
	font-size: 18px;
}

/* LAYOUT */

#container {
	width: 700px;
	margin: 50px auto;
	padding: 40px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.header {
	text-align: center;
	padding: 0 0 20px;
}

/* FORM ELEMENTS */

#customForm ol, #customForm ul {
	list-style:none;
	margin:0; padding:0;
}
#customForm div {
	margin-bottom: 10px;
	clear:both;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #eaeaea;
	padding: 10px 0 0;
}
#customForm div label {
	display: block;
	float: left;
	line-height: 2.2;
	vertical-align: top;
	width: 30%;
	font-weight: bold;
	font-size: 14px;
}
#customForm div label {
	inline-block !important;
}
#customForm div.radio strong {
	display: block;
	float: left;
	line-height:150%;
	vertical-align: top;
	width: auto;
	font-weight: bold;
	font-size: 14px;
	margin-right: 20px;
}
#customForm div.radio label {
	display: inline-block;
	float: none;
	line-height: 2;
	vertical-align: top;
	width: auto;
	font-weight: normal;
	font-size: 12px;
	margin: 0 20px 0 4px;
}
#customForm div.radio .productFamilyLabel {
	width: 30%;
	margin: 0;
	float: left;
}
#customForm div input {
	width: 65%;
	padding: 5px;
	margin:0;
	float: right;
}
#customForm .productFamily {
	width: 65%;
	float: right;
	padding: 0 7px;
	margin: 0;
	border: none;
	clear: none;
}
#customForm div.photoUpload input {
	margin-bottom: 5px;
}
#customForm div.radio input {
	width: auto;
	padding: 5px;
	margin: 2px 0 0;
	float: none;
}
#customForm div textarea {
	width: 65%;
	padding: 5px;
	margin:0;
	float: right;
}
#customForm div select {
	min-width: 33%;
	padding: 5px;
	margin:0;
}
.submit {
	text-align: center;
	margin: 0;
	font-size: 14px;
}
#customForm div.submit input {
	width: auto;
	cursor: pointer;
	float: none;
}
#customForm div em {
	display: block;
	font-size:10px;
	margin-top:-5px;
	font-weight: normal;
}
#customForm .warranty {
	height: 200px;
	overflow: scroll;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
	width: 658px;
}
#customForm .warranty ul {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 40px;
}
#customForm .warranty ol {
	list-style-type: decimal;
	margin: 0;
	padding: 0 0 0 40px;
}
.accept p {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
}
.required {
	border:3px solid #333;
 }
.ketchup-error-container {
	display: none;
	position: absolute;
	width: auto;
}
.ketchup-error-container ol {
	font-size: 12px;
	color: #111;
	background: red;
	background: rgba(255, 0, 0, 0.6);
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style: none;
	line-height: 16px;
}
#customForm div.ketchup-error-container-alt { 
	margin: 0 0 0 229px;
	width: 471px; 
	display: none;
	border: none;
	padding: 0; 
}
.ketchup-error-container-alt li {
	background-color: #BA0400;
	color:#fff;
	font-weight:bold;
	padding: 3px 10px 3px 10px;
	font-size: 11px;
	margin-bottom: 3px;
	border-top:none;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 8px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
}
.formErrorMsg {
	background-color: #FFEBE8;
	color:#333;
	padding: 10px;
	border:1px solid #C00;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	margin-top:20px;
}
.hiddenField {
	display: none;
}