@charset "UTF-8";
/* CSS Document */


#getdirections {
	margin:5px 0 25px 0;
	width:530px;
	}
	
 legend {
	border:none;
	}
	
 .smalltext {
	width:90px;
	height:16px;
	color: #003758;
	padding:3px 0 0 6px;
	background-color:#f1f1f1;
	}
	
 .formbutton{
	cursor:pointer;
	font-size:12px;
	padding: 1px 2px;
}

 .text {
	width:212px;
	height:16px;
	color: #003758;
	padding:3px 0 0 6px;
	background-color:#f1f1f1;
	}
	
.statetext {
	width:130px;
	background-color:#f1f1f1;
	color: #003758;
	}
	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


fieldset{
	margin:0;
	border:1px solid #6ea0c4;
	}
	
#getdirections fieldset ol {
	margin:15px 0 0 0;
	padding:0px 10px 0 30px;
	list-style:none;
	}

#getdirections fieldset li {
	float:left;
	clear:left;
	width:100%;
	padding-bottom:7px;
	}

#getdirections label {
	float: left;
	width:120px;
}
	
form{
	margin:0;
	}
.submit {
	border-style:none;
	float:left;
	padding-top:5px;
	padding-left:50px;
	}