/*CSS SPECIFIC TO QUOTE.HTML*/

/*circular image*/
#refer{
float:right;
position:relative;
right:270px;
top:50px;
margin:0;
}

/*text at top of page*/
#quotetext{
position:relative;
left:130px;
top:30px;
margin:0;
padding-bottom:15px;
}


	/*form settings*/
	#quoteform{
	position:relative;
	left:120px;
	top:40px;
	}
	
	#form {
	font-family:"arial";
	font-size:16px;
	}
	
	fieldset{
	border:0;
	}
	
	input, textarea, select {
	position:relative;
	left:230px;
	bottom:24px;
	}
	
	#buttons{
	padding:0;
	margin-top:30px
	}
	
	/*syle applied where there is two lines of text*/
	.twolines {
	position:relative;	
	top:15px;
	}


