@charset "UTF-8";

/* CSS Document */

#quoteBottom {
	width: 960px;
	background-color: #FFF;
}
#quoteLeft {
	width: 159px;
	height:1120px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #338DC9;
	float: left;
}
#quoteRight {
	width: 790px;
	float: left;
	padding-left: 10px;
	text-align: left;
	margin-left: 159px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #338DC9;
}
.floatLeft {
	float: left;
	padding-left: 60px;
}
#topText {
	height: 155px;
	width: 240px;
	float: left;
	padding-left: 15px;
	font-size: 1.25em;
	line-height: 1.6em;
	padding-right: 15px;
	padding-top: 20px;
}
#yourInfo {
	float: left;
	width: 785px;
	padding-top: 30px;
}

/* ---------- form styles ---------*/
#quoteForm {
	float: left;
	width: 650px;
	margin-left: 30px;
	padding-top: 30px;
	padding-left: 30px;
	margin-right: 30px;
}
form#frmQuote{
	width: 505px;
	margin: 0 auto;
}
fieldset {
	margin: 1em 0;
	padding-bottom: .5em;
}
legend{
	font-size: 1.2em;
	line-height: 1.4;
	padding: 0.2em .5em;
	margin-left: 0.5em;
}
#quoteForm p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.2;
	margin: 1.4em 0;
}
input.text{
	width: 250px;
}
input{
	margin:.6em 0;
}
textarea {
	width: 500px;
	margin-top: 0.5em;
}
	
#confirmation {
	margin-left: 158px;
	text-align: center;
	font-size: 1.6em;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #338DC9;
	height: 500px;
}
#confirmation p .click {
	font-size: .8em;
	font-style: italic;
}

