/* CSS Document */
h2 {
	font-size: 18px;
	margin-bottom:0px;
}

#colLeft p {
	
	padding-right: 10px;
}


#signUpForFree {
	width:320px;
	margin-top:6px;
}
	#signUpForFree p {
		margin:0px;
		padding:0px;
		font-size:24px;
		font-weight:bold;
		padding-left:23px;
		padding-right:75px;
		color:#109901;
	}
	
	#signUpForFree p.enjoyBenefits {
		font-size:12px;
		color:#666666;
		margin-top:0px;
	}
	
	#signUpForFree a {
		text-decoration:none;
		}
		
	#signUpForFree a:hover {
		text-decoration:none;
		cursor:pointer;
		}


	
.classBlue {
	color:#2660A4;
	font-weight:bold;
}
.signuptop, .signintop {
	background-image:url(../images/layout/sign-up_top.gif);
	height:16px;
}

.signupmiddle {
	background-color:#EAEAEA;
	height:65px;
	background-image:url(../images/layout/green-arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 247px center;
}

.signupbottom, .signinbottom, .lookingBottom {
	background-image:url(../images/layout/sign-up_bottom.gif);
	height:16px;
	z-index:-999;
}

.signupbottom {
	/*margin-bottom:20px;*/
}

.signinmiddle {
	background-color:#EAEAEA;
}

#signIn {
	width:319px;
	margin-top:28px;
	padding-bottom:25px;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D4D4;
*/}

#signIn h1, #fUserName, #fPassword {
	padding-left:23px;
}

#fSignIn {
	padding-left:100px;
}

#userName, #password {
	width:185px;
}
.signInInputs {
	width:185px
	}

.textfieldRequiredMsg {
	padding-left:75px;
}

#logIn {
	margin-top:0px;
	margin-bottom:0px;
}

#latestVacancies {
	width:320px;
	padding-bottom:10px;
/*	margin-top:28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D4D4;*/
}

.left, .right {
	float:left;
	width:60%;
}

.left a {
	color:#666666;
	text-decoration: none;
}

.left a:hover {
	color:#666666;
	background-color: #EAEAEA;
}


.right {
	width:40%;
	text-align:right;
	vertical-align:middle;
	margin-top:10px;
}
