@charset "utf-8";

/* CSS Document */


#QuoteTable {
	margin-bottom: 1.5em
}

#QuoteTable th {
	text-align: left;
	color: #333333;
	padding-left: 1em;
}

#QuoteTable td.label {
	text-align: right;
	vertical-align: top;
}
input[type="text"],select,   textarea{
	border-top: 1px solid #ABADB3;
	border-right: 1px solid #E3E9EF;
	border-bottom: 1px solid #E3E9EF;
	border-left: 1px solid #ABADB3;
}

#txt_Name, #txt_Phone, #txt_Email, #txt_Street, #txt_City {
	width: 18em;
}

#txt_Zip {
	width: 6em;
}

#txt_Year, #txt_Size {
	width: 5em;
}

#txtarea_Comments {
	width: 35em;
	height: 10em;
}

.ContentBox {
	background: url(../images/inspector_bg_3.jpg) no-repeat right 2em;
}
