/*
	Stoddard's Style Sheet
	Created by: 		Em McKnight
	Date:				June 10, 2009

	File name:			prform.css
	Supporting files:	pricereq.htm
*/
		#priceReq{
			width: 600px;
			position: absolute;
			left: 190px;
			top: 75px;
			}

		fieldset{
			background: lightgray;
			margin-bottom: 10px;
			}
			
		legend{
			font-weight: bold;
			font-size: 16pt;
			}

		span{
			color: red;
			}

		.blockLabel{
			display: block;
			padding-bottom: 10px;
			}
		
		.blockLabel input{
			position: absolute;
			left: 90px;
			}

		.nextblockLabel{
			display: block;
			padding-top: 10px;
			padding-bottom: 10px;
			}
		
		.nextblockLabel input{
			position: absolute;
			left: 90px;
			}

		.indentLabel{
			margin-left: 90px;
			}
		
		#Name, #Address, #Email, #Phone, #SiteAddress{
			width: 450px;
			}
		
		#City{
			width: 194px;
			}
			
		#ST{
			width: 33px;
			}
		
		#Zip{
			width: 90px;
			}
		
		#SiteCity{
			width: 200px;
			}
		
		#SiteST{
			width: 40px;
			}
		
		#SiteZip{
			width: 95px;
			}
		
		#formNote{
			margin-left: 425px;
			}
		
		#capeSelect{
			float: right;
			}

		#ranchSelect{
			float: right;
			}

		#twoSelect{
			float: right;
			}