/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	text-align: center;
	
}

.quoteBtn {
	display: block;
	width: 330px;
	flaot: left;
	
	text-align: right;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tblHeader {
	
}

.tblHeader span.stepOver, .tblHeader span.stepOut {
	font-size: 18px;
	font-weight: bold;
	
	font-style: italic;
	
	display: block;
	float: left;
	padding-top: 8px;
}

.tblHeader span.stepOver {
	color: #5273b8;
	text-decoration: underline;
}

.tblHeader span.stepOut {
	color: #999999;
}

.tblHeader span.start {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	
}

.tblHeader span.startHidden {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	
}

.notice {
	color: #FF0000;
	display: block;
	padding-top: 8px;
}

.inputTitle {
	font-weight: bold;
	display: block;
	display: block;
	width: 120px;
	float: right;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

.inputSelect select {
	width: 150px;
	border: 1px solid #000000;
}

.inputTitle b {
	color: #FF0000;
}

.inputCheck {
	display: block;
	float: right;
	width: 290px;
}

.inputCheck div {
	display: block;
	float: left;
	width: 275px;
}

.inputArea {
	

}

.success {
	font-size: 12px;
}

.thanks {
	font-size: 14px;
	font-weight: bold;
}





