/* CSS Document */

form {
	padding: 15px;
	width:450px;
	margin-top:30px;
	background:url(../images/quotepaper.jpg) 40% 20%;
	}
.formtitle {
	font-size: 1.2em;
	float:left;
	margin-top:5px;
	color: #000;
	width:140px;
	}
.formfield {
	text-align:center;
	padding: 0px 5px;
	float:left;
	margin-top:5px;
	width:200px;

	}
.formprice {
	text-align:center;
	padding: 0px 15px;
	font-weight:bold;
	float:left;
	margin-top:5px;
	}
.summarybox {
	float:right;
	border: 1px dashed #000000;
	padding: 5px;
	margin: 15px 60px;
	}
input {
	height: 15px;
	background-color:#4d0000;
	color: #ffffff;
	width:200px;
	}
/*textarea {
	background-color:#4d0000;
	color: #ffffff;

}*/
	
#content5 input {
	width:300px;
	height:100px;
}
.button  {
	height: 25px;
	}
.formdown { 
	padding: 0px 8px 8px;
	margin: 15px 0px;
	border:1px solid #000000;
	width:230px;
}
.requiredfield, .field {
	color: #C00;
}
.button_block input {
	height:30px;
	width:100px;
}
.checking_block p {
	color: #000;
}