h3{
	font-weight:400;
}
ul{
	list-style:none;
	margin:0;
}

#jobassistant {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:50px;
}

#jobassistant ul{
	list-style:none;
	width:100%;
	
}

#jobassistant ul li{
	line-height:20px;
	margin-bottom:10px;
	padding:10px;
}

label{
	position:relative;
	float:left;
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:5px;
	margin-right:5px;
}
.input{
	position:relative;
	margin-bottom:10px;
	border:1px solid #ccc;
	font-style:normal;
	padding:5px;
	font-size:1.2em;
	float:left;
}

#jobassistant .checkbox{
	position:relative;
	float:left;
	margin-bottom:10px;
	cursor:pointer;
	bottom:-5px;
}

#disable {
	font-size:80%;
	margin-left:20px;
	line-height:200%;
}

#jobassistant .checkbox label{
	float:left;
	width:80%;
	font-size:.9em;
}

#jobassistant .submit{
	position:relative;
	margin:0;
}

#jobassistant .lastname{
	position:relative;
	float:left;
	width:50%;
}

#whatdoyoudo {
	position:relative;
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;

}

#jobassistant #occupation{
	position:relative;
	float:left;
	display:none;
	line-height:1.4em;
	font-size:1.2em;
	padding-right:10px;
}
#jobassistant #iamgoodat{
	position:relative;
	float:left;
	display:none;
	line-height:1.4em;
	padding-right:10px;
	font-size:1.2em;
	clear:both;
	
}
#jobassistant #whatdoyoudo_link{
	position:relative;
	float:left;
	font-size:1.2em;
	margin-left:10px;
	line-height:2em;
}
#jobassistant #whatareyougoodat_link{
	position:relative;
	float:left;
	margin-bottom:5px;
	
}
#whatareyougoodat{
	clear:both;
}
#jobassistant #skillsyouhave{
	position:relative;
	float:left;
	width:100%;
	display:none;
	margin:0;
	padding:0;
}
#jobassistant #skillsyouhave li{
	float:left;
	position:relative;
	border:1px solid #ccc;
	border-radius:3px;
	margin:5px;
	padding:5px;
	background:#F4F4F4;
	padding-right:0px;
}
#jobassistant #skillsyouhave a{
	position:relative;
	color:#000;
	text-decoration:none;
	height:30px;
	width:30px;
	padding:5px;
	border-left:dotted 1px #ccc;
	padding-left:7px;
	padding-right:7px;
	margin-left:5px;
	
}
#jobassistant #skillsyouhave a:hover{
	
	color:white;
	background:red;
}
#jobassistant .password{
	position:relative;
	float:left;
	width:125px;
	margin-right:5px;
	clear:both;
}
#jobassistant .showpasswordlabel{
	float:left;
	width:160px;
	font-weight:400;
	margin:14px 0 0;
	padding:0;
	font-size:.8em;
	margin-top:20px;
}
#jobassistant .signup_button{
	position:relative;
	float:left;
	width:100%;
	margin:0 auto;
	clear:both;
	margin-bottom:30px;
}
#jobassistant .skill{
	border:none;
	display:none;
	padding:0;
}
#jobassistant .inputValidate{
	background-color:#F7DBDA;
	outline:1px solid red;
}
#jobassistant #signupform label{
	width:100%;
	font-weight:400;
}
#jobassistant #signupform label.error{
	text-align:left;
	position:relative;
	float:none;
	font-size:11px;
	line-height:20px;
	font-style:italic;
	margin:-5px 0 0 2px;
	padding:0;
}
#jobassistant label.error{
	font-size:13px;
	font-style:italic;
	font-weight:400;
	padding:0;
}
ul#containererreurtotal, ul#emailerror{
	position:absolute;
	width:280px;
	display:none;
	right:30px;
	z-index:10000;
	top:42px;
	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:16px;
	-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:15px;
}

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

ul#emailerror{
	position: absolute;
	width: 47%;
	right: 10px;
	padding:5px;
	background:#90EE90;
}
ul#emailerror li{
	margin:0;
	padding:0;
}
ul#emailerror li h2{
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	margin:0;
	padding:0;
}
#skills p,#occupations p{
	font-size:80%;
	font-style:italic;
	margin:0;
	position:relative;
	float:left;
}

#skills .highlight,#occupations .highlight{
	background:#D2FEE0;
	border-bottom:1px solid #ccc;
}
#skills .selected_skill{
	display:none;
}
#cdllicenses ul{
	position:relative;
	float:left;
	border:1px solid #ccc;
	padding:5px;
	background:white;
}
#cdllicenses li{
	line-height:24px;
	position:relative;
	float:left;
	width:50%;
}
#tradelicenses h1{
	text-align:center;
}
#tradelicenses ul{
	height:195px;
	border:1px solid #ccc;
	overflow:auto;
	padding:5px;
	background:white;
	position:relative;
	float:left;
}
#tradelicenses li{
	line-height:24px;
	position:relative;
	float:left;
	width:33%;
}
#jobassistant .section span,#jobassistant #whatdoyoudo_link i,#jobassistant #whatareyougoodat_link i{
	font-size:70%;
}
#jobassistant .streetaddress,#jobassistant .email{
	position:relative;
	float:left;
	width:360px;
}
#jobassistant .phonetype,#jobassistant .cdllicense,#jobassistant .tradelicense{
	position:relative;
	float:left;
	width:100px;
	margin-right:20px;
}

#cboxLoadedContent{overflow-x:hidden !important; overflow-y:hidden !important;}

#occupations,#skills,#cdllicenses,#tradelicenses,#certifications{
	padding:20px;
	background:url(/images/loading.gif) no-repeat 50% 50%;
	font-family: "Open Sans", sans-serif;
	width:90%;
	height:100%;
	position:relative;
	float:left;
	color:black;
}

#occupations_listing {
	width:350px;
}
#cdllicenses label {
width:80%;
position:relative;
float:left;
color:black;

}

#cdllicenses input {
position:relative;
float:left;
}

#tradelicenses label {
width:80%;
position:relative;
float:left;
color:black;
}

#tradelicenses input {
position:relative;
float:left;
}

#certifications label {
width:80%;
position:relative;
float:left;
color:black;
}

#certifications input {
position:relative;
float:left;
}

#occupations h2,#skills h2,#cdllicenses h2,#tradelicenses h2, #certifications h2, .profile_form h2{
position:relative;
	float:left;
	font-size:1.8em;
	color:white;
	font-weight:normal;
	text-align:center;
	padding:20px;
	width:90%;
	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:5px;
	
}
#occupations p,#skills p,#cdllicenses p,#tradelicenses p, #certifications p{
	color:black;
}


#occupations .input,#skills .input,#cdllicenses .input,#tradelicenses .input{
	width:100%;
	margin-bottom:10px;
	border:1px solid #ccc;
	padding:5px;
	z-index:5000;
}
#occupations ul,#skills ul{
	overflow-x:hidden;
	overflow-y:auto;
	display:block;
	border:1px solid #ccc;
	padding:5px;
	position:relative;
	float:left;
	height:285px;
	background:white;
	margin:0;
}
#occupations li,#skills li{
	position:relative;
	float:left;
	line-height:24px;
	background:white;
	margin:0;
	width:350px;
	font-size:1em;
	display:inline-block;
}
#occupations a,#skills a{
	position:relative;
	display:block;
	text-decoration:none;
	color:#000;
	padding:5px;
	
}

#occupations a:hover{
	background-color:#efefef;
}
#skills a:hover{
	background-color:#efefef;
}


#cdl_licenses,#trade_licenses{
	font-size:14px;
	line-height:20px;
	padding:5px;
	float:left;
	clear:both;
}
#cdllicenses .button,#tradelicenses .button,#certifications .button,#skills .button, #occupations .button,.button_disabled{
	width:100%;
	margin-top:20px;
	font-size:1.4em;
	padding:10px;
}
input::-webkit-input-placeholder,input:-moz-placeholder,.hasPlaceholder{
	font-style:italic;
}
#skills ul, #skills_close{
	display:none;
}
#certifications ul{
	position:relative;
	float:left;
	height:275px;
	overflow:auto;
	background:white;
	width:100%;
}
#certifications li{
	line-height:1.2em;
	position:relative;
	float:left;
	width:48%;
	font-size:1em;
	margin-bottom:5px;
}

ul#relatedoccupations_listing {
	position:relative;
	float:left;
	width:95%;
	margin-top:0px;
	background:white;
	border:1px solid #333;
	border-radius:3px;
	padding:10px;
}

ul#relatedoccupations_listing  li{
	line-height:initial;
	margin-bottom:0px;
	padding:0px;
	position:relative;
	float:left;
	width:50%;
}

ul#relatedoccupations_listing  li label{
	position:relative;
	float:initial;
	font-size:100%;	
}

ul#relatedskills_listing {
	position:relative;
	float:left;
	width:95%;
	margin-top:0px;
	background:white;
	border:1px solid #333;
	border-radius:3px;
	padding:10px;
}

ul#relatedskills_listing  li{
	line-height:initial;
	margin-bottom:0px;
	padding:0px;
	position:relative;
	float:left;
	width:33%;
}
ul#relatedskills_listing  li label{
	position:relative;
	float:initial;
	font-size:100%;
}

#relatedskills, #relatedoccupations {
	background: url('/images/loading.gif') no-repeat center;
	min-height:200px;
	position:relative;
	float:left;
	width:100%;

}


.placeholder { color: #aaa; }
/* --------------------- mobile specific css for signup process ------------------------*/
@media screen and (max-width: 800px){
	#jobassistant{
		width:100%;
		margin:0;
	}
	#jobassistant h2{
		font-size: 150%;
		font-weight:normal;
		margin-bottom:10px;
	}
	#jobassistant .section{
		border:none;
		background:none;
		margin:0;
	}
	#jobassistant .firstname{
		width:95%
	}
	#jobassistant .lastname{
		width:95%
	}
	#jobassistant .streetaddress,#jobassistant .email{
		width:95%;
	}
	#certifications li, #tradelicenses li{
		width:100%;
	}
	
}


