/* ------------------------ form elements-sub ------------------------ */
.zipform form {width:400px;margin:0;padding:0 0 15px 7px; }
.zipform form label	{ font-size:.95em;margin:0;padding:0; } 
.zipform form br { line-height:0; height:0; } 
.zipform input, .zipform select { 
	background-color:#fff; 
	border:none;
	color:#6fa2a9;
	width:100px; 
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; 
	padding:2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}

.zipform2 input, .zipform2 select { 
	background-color:#fff; 
	border:none;
	color:#6fa2a9;
	width:60px; 
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; 
	padding:2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}

.zipform textarea {
	background-color:#fff; 
	border:none;
	color:#6fa2a9;
	width:100px; 
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; 
	margin-top:0;
	padding:2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.95em;
	height:66px;}

.zipform textarea br { line-height:0; height:0; } 
.zipform select { width:100px; padding:0 0 0 5px; margin:0 0 0 11px; } 

/* ------------------------ submit button form elements ------------------------ */

input.zipform-submit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.zipform-submit { margin:4px 0 0 89px; } /* defines placement of contact-main submit button */

input.submit-zipform { margin:10px 0 0 3px; } /* defines placement of contact-main submit button */

#zip-container {padding-left:0px;}
