label {
	padding: 2px;
	margin: 0px;
}



.contact {
	border: 1px solid #ccc;
	width: 330px;
	margin-top: auto;
}

.contact legend {
	margin: 0px 10px;
	padding: 0px 10px;
	color: #002255;
	font-weight: bold;
}

.contact input, 
.contact textarea, 
.contact select, 
.white select, 
.white input {
	border: 1px solid #157;
	background-color: #def;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
}

.contact input {
	height: 15px;
}

.white select, 
.white input {
	background-color: #fff;
}

.contact textarea {
	height: auto;
}

.contact textarea, 
#subject, 
#subjectL, 
#street1, 
#street1L, 
#street2, 
#street2L {
	width: 320px;
}

#role, 
#role option, 
#interest {
    width: 325px;
}
 
#message, 
#messageL {
    width: 322px;
}

.contact label {
	display: block;
	margin-bottom: 5px;
	margin-right: 2px;
	float: left;
}

.contact select {
	height: 18px;
}

.contact select option {
	border-bottom: 1px solid #ccc;
	color: #def;
	height: 12px;
	padding: 2px;
}

.fullsize {
	width: 100% !important;
}

#interest {
	border: 1px solid #def;
	background-color: #157;
	color: #def;
	margin-bottom: 7px;
}

#role, 
#role option, 
#state option, 
#country option, 
#prefix option {
	color: #157;
}

#firstname, 
#firstL {
	width: 128px;
}

#lastname, 
#lastL {
	width: 141px;
}

#prefix, 
#prefixL {
	width: 40px;
}

#titleL, 
#title {
    width: 152px;
}

#company, 
#companyL {
	width: 163px;
}

#ishmael, 
#ishmaelL {
	width: 192px;
}

#phone, 
#phoneL {
	width: 123px;
}

#city, 
#cityL {
	width: 159px;
}

#state, 
#stateL {
	width: 90px;
}

#state option {
	width: 150px;
}

#postal, 
#postalL {
	width: 60px;
}

input.submit {
	font-size: 10px;
	font-weight: bold;
	color: #025;
	text-transform: lowercase;
	margin: 0px;
	margin-top: 10px;
	padding: 0 2px 2px 2px;
	height: 18px;
	border-top: 1px solid #9bc;
	border-right: 1px solid #157;
	border-bottom: 1px solid #379;
	border-left: 1px solid #79a;
	background-image: url(/site/images/button_bg.png);
}

input.submit:hover {
	border-bottom: 1px solid #9bc;
	border-left: 1px solid #157;
	border-top: 1px solid #379;
	border-right: 1px solid #79a;
	color: #06c;
	background-image: url(/site/images/button_bgON.png);
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#errMsg {
	color: red;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	padding-top: 10px !important;
	display: none;
}



label#emailL, input#email {
    display: none !important;
}

/********************************
Agents and Distributors
********************************/
input#am,
input#dp {
	margin-top: 5px;
}

#adlocator label {
	font-weight: bold;
}

