/* --------------- Contact Form CSS ----------------------- */


#leftcol {
	max-width:96%;
}
.profile_form {
	margin: 0 auto;
	width:90%;
}

h2 {
clear:both;
margin-top:25px;
margin-bottom:10px;
position:relative;
float:left;

}
h3 {
font-weight:400;
}

.profile_form ul {
list-style:none;
width:90%;
margin:1em auto;
}

.profile_form ul li {
line-height:20px;
margin-bottom:10px;
}

.profile_form .section {
position:relative;
float:left;
width:100%;
margin-bottom:20px;
}

div .explain {
font-style:italic;
position:relative;
float:left;
top:-8px;
color:#444;
margin:0;
padding:0;
}

.profile_form label {
position:relative;
float:left;
width:90%;
font-size:1.2em;
line-height:1.4em;
}

.profile_form .input {
margin-bottom:10px;
border:1px solid #ccc;
font-style:normal;
padding:5px;
}

input[type="checkbox"] {
	width:initial;
	float:left;

}

.profile_form .checkbox {
position:relative;
float:left;
margin-bottom:10px;
width:100%;
}

.profile_form .submit {
position:relative;
float:right;
margin:0;
}

.profile_form .firstname {
position:relative;
float:left;
width:100px;
margin-right:20px;
}

.profile_form .lastname {
position:relative;
float:left;
width:300px;
}

.profile_form .zipcode {
position:relative;
float:left;
width:70px;
clear:both;
}

.profile_form .wage {
position:relative;
float:left;
width:70px !important;
margin:0;
margin-left:4px;
margin-right:4px;

}

.profile_form #city_state {
position:relative;
float:left;
width:400px;
margin-top:0px;
margin-left:10px;
}

.profile_form .state {
position:relative;
float:left;
width:100px;
}

.profile_form .city {
position:relative;
float:left;
width:200px;
margin-right:20px;
}

.profile_form .phonenumber {
position:relative;
float:left;
width:150px;
}

.profile_form .phonetype,.profile_form .cdllicense,.profile_form .tradelicense {
position:relative;
float:left;
width:100px;
margin-right:20px;
}

.profile_form .phonetype,.profile_form .cdllicense,.profile_form .tradelicense,.profile_form .traveltype {
position:relative;
float:left;
width:auto;
margin-right:20px;
}

.profile_form  .submit {
position:relative;
float:left;
width:200px;
margin:0;
}

#phonenumbers {
	width:100%;
}

#phonenumbers li {
	width:100%;
	position:relative;
	float:left;
	margin-bottom:0px;
}

#addphone {
position:relative;
float:left;
font-size:.8em;
margin-bottom:10px;
}

.removephone {
position:relative;
float:left;
margin-left:20px;
font-size:.8em;
}

#mailmoreinfo_link {
	position:relative;
	font-size:70%;

}

#moreinfoemail {
position:relative;
float:left;
font-size:90%;
font-style:italic;
margin-top:-20px;
padding-left:30px;
padding-right:30px;
}

.cancel {
position: relative;
float: left;
margin-left: 20px;
line-height: 2em;
}



#oldpassword {

}
#newpassword {

}
#updatepassword,#closepasswordupdate {
	position:relative;
	float:left;
	text-align:center;

}
#closepasswordupdate {

}

#passwordmessage {
	width:100%;
	height:40px;

}


#cancelupdatepassword {
margin-left:10px;
}



fieldset{
	position:relative;
	float:left;
	width:92%;
	border: 1px solid #ccc;
	background: #F8F8F8;
	border-radius:5px;
	-moz-border-radius:5px;
	margin-top:20px;
	padding:10px;
	margin-bottom:10px;
}

legend {
	margin-left:5px;
	font-size:1.3em;
	color:#0C76B7;
}

#workprefs li{
	position:relative;
	float:left;
	width:100%;

}

#workprefs label{
	position:relative;
	float:left;
	width:65%;

}


#changepassword h2 {
	position:relative;
	float:left;
	color:white;
	font-weight:normal;
	text-align:center;
	padding:20px;
	width:100%;
	border: solid 1px #000;
	border-radius: 5px;
	color:#fff;
	background:#003759;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-o-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
	margin-top:0px;
	margin-bottom:20px;
}

#changepassword p {
	clear:both;
	
	padding-left:15px;
}


.radio {
position:relative;
float:left;
padding:2%;
}




ul#containererreurtotal, ul#emailerror{
	position:absolute;
	width:280px;
	display:none;
	right:30px;
	z-index:10000;
	top:200px;
	color:#000;
	line-height:100%;
	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.2) 0 2px 5px rgba(0,0,0,0.2);
	box-shadow:1px 2px 3px rgba(0,0,0,0.5);
	font-size:80%;
	-webkit-transition:border-color .218s;
	-moz-transition:border .218s;
	-o-transition:border-color .218s;
	transition:border-color .218s;
	background:#F7DBDA;
	border:solid 1px #000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:10px;
}

#containererreurtotal li {
	list-style:none;
	margin-left:3%;
	position: relative;
	float: left;
	width: 100%;

}

#containererreurtotal h2 {
	font-size:150%;
	margin:0;
	margin-bottom:10px;
	text-align:center;
	font-weight:normal;
	color:#000;
}

.optintext {
	margin-left:20px;
	font-size:80%;
	font-style:italic;
}

#optintext_instructions{
	padding-left:20px;
	padding-right:20px;

}
#optintext_instructions h2{
	font-size:1.6em;
	margin-top:2px;

}
#optintext_instructions ul li{
	margin-left:10px;
	margin-bottom:3px;

}
