div.quoteImage{
	float: left;
	width: 40%;
	background:transparent url(/static/phodder/images/quotePage.png) no-repeat scroll center top;
	height: 250px;
}
div.quoteWrapper{
        background:#35c0e0 url(/static/phodder/images/form1BG.png) repeat-x;
        padding:10px;
        width: 57%;
        float: left;
        margin-bottom: 30px;
        border:solid 1px #08a2c8;
}
div.quoteFieldWrapper label{
        width:90px
}
div.quoteFieldWrapper{i
	float: left;
	margin-bottom:15px;
	padding:10px;
}
div.quoteFieldWrapper input{
	width: 307px;
}
div.quoteSubmit{
	float:left;
	margin: -10px 0 20px 105px ;
}
