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

#header.application {
	height: 700px;
	margin-bottom: 20px;
}
#header #application-intro {
	background-image: url(../images/application/intro-banner.gif);
	position: absolute;
	height: 128px;
	width: 733px;
	right: 20px;
	top: 0px;
	background-repeat: no-repeat;
}
#application-intro h1 {
	background-image: none;
	left: 0px;
	top: 0px;
	text-align: left;
	padding-left: 20px;
	width: 500px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	padding-top: 35px;
	height: 20px;
	position: relative;
	line-height: normal;
	font-size: 22px;
	background-color: transparent;
}
#application-intro p {
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 580px;
}


#application-content {
	display: block;
	position: absolute;
	height: 440px;
	top: 130px;
	left: 0px;
	width: 950px;
}
.details-wrapper {
	background-color: #F1F1F5;
	display: block;
	margin: 20px;
	padding: 20px;
	position: relative;
	height: auto;
	width: auto;
}
.details-wrapper  #about-you {
	display: block;
	position: relative;
	width: auto;
	clear: both;
	float: none;
	height: auto;
}
.details-wrapper #about-your-car {
	display: block;
	position: relative;
	height: auto;
	width: auto;
}

.details-wrapper  hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #C5C7D9;
	border-right-color: #C5C7D9;
	border-bottom-color: #C5C7D9;
	border-left-color: #C5C7D9;
	clear: both;
	float: none;
	height: 0px;
}
#application-content  .apply-image {
	display: block;
	position: relative;
	height: auto;
	width: 120px;
	float: left;
}
.application-question {
	display: block;
	position: relative;
	height: 30px;
	width: 310px;
	float: left;
	padding-right: 20px;
}
.clear-all {
	clear: both;
	float: none;
}
.application-question label {
	display: block;
	text-align: right;
	font-size: 12px;
}
#call-me .application-question a:link {
	display: block;
	position: absolute;
	height: auto;
	width: auto;
	left: 5px;
	bottom: 10px;
	font-size: 12px;
}

.application-question input {
	margin-left: 10px;
	width: 162px;
	padding-left: 10px;
	background-image: url(../images/application/button-back.gif);
	background-color: #F1F1F5!important;
	background-repeat: no-repeat;
	height: 22px;
}
.application-question .help {
	position: absolute;
	height: auto;
	width: auto;
	top: 0px;
	right: -10px;
}
.application-question select {
	margin-left: 10px;
	width: 170px;
	border: 1px solid #D1D1D1;
}
#call-me {
	display: block;
	position: relative;
	height: 80px;
	width: auto;
	clear: both;
	float: none;
}
#call-me #submit-button {
	display: block;
	position: absolute;
	height: auto;
	width: auto;
	right: 110px;
	top: 0px;
	background-image: url(../images/application/submit.gif);
}
#call-me #submit-button:hover {
	background-image: url(../images/application/submit-over.gif);
	cursor: pointer;
}
.application-question .appbutton {
	display: inline;
	position: relative;
	width: 180px;
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 2px;
}
#application-content #error-messages {
	background-color: #FE4EE1;
	border: 1px solid #FE4EE1;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	display: none;
}
#error-messages #close-message {
	display: block;
	position: absolute;
	height: 20px;
	width: 100px;
	top: 30px;
	right: 20px;
	text-decoration: underline;
	cursor: pointer;
}


input.error {
	background-image: url(../images/application/button-back-error.gif)!important;
}
select.error   {
	background-color: #fffafe!important;
	border: 1px solid #FD4EDA!important;
	color: #fd4eda;
}
.input_hidden {
	display: none;
}
#captcha {
	display: block;
	height: 40px;
	width: 170px;
	position: relative;
	margin-left: 300px;
	top: -10px;
}
