@charset "UTF-8";


/* form.css */



input{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

.select150 {
	width: 150px;
}

div.main{
	width: 500px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 0px
	}

div.box{
	color:#333333;
	padding-bottom:20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

div.box h1 {
	font-size:14px;
	color:#000000;
	padding-bottom:4px;
}

.formheader {
	margin-top: -4px;
	padding-top: 0px;	
}

div.box p{padding-bottom:14px;}


div.box input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:200px;
}

.input-city{
	border:1px solid #3b6e22;
	color:#666666;
	width:100px;
}

.input-state{
	border:1px solid #3b6e22;
	color:#666666;
	width:25px;
}

.input-zip{
	border:1px solid #3b6e22;
	color:#666666;
	width:50px;
}

.spansmall {
	display:block;
	float:left;
	padding-right:10px;
	padding-top:0px;
	width:130px;
	text-align:right;
}

.label-long {
	margin-bottom:10px
}

div.box label{
	height:auto;
	display:block;
	padding-bottom:20px;
	color:#555555;
}

div.box label span{
	display:block;
	float:left;
	padding-right:10px;
	padding-top:0px;
	width:230px;
	text-align:right;
}
.spacer{
	margin-left:240px;
	margin-bottom:10px;
	font-size:11px;
}
.bluebut{
	border:1px solid #00F;
	height:24px;
	line-height:24px;
	color:#FFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
	background-color: #038CDB;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}