#quote{
background: url(../images/form-bg.jpg) top left no-repeat;
padding:10px;
width:280px;
height:516px;
font: 13px Helvetica, Arial, Tahoma, sans-serif;

}

#quote p {
				font: 1em/1.7em arial,sans-serif;
				
				padding:3px;
			}
			.third {
				width: 100%;
				float: left;
			}
			.clear {
				clear: both;
			}

#quote h1{ color:#FFFFFF; font: 13px Arial, Helvetica, sans-serif; font-weight:bold; }


span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images/select.png) no-repeat;
	overflow: hidden;
}

input { width: 270px; }

#button1{
display: inline;
background: transparent url(../images/submit.png) no-repeat;
width: 270px;
height:20px;
cursor: pointer;
padding-bottom:3px;
border:none;
color:#FFFFFF;
font-weight:bold;
}

#button1:hover{background: transparent url(../images/submit2.png) no-repeat; }


