/* smsmejobs login form */
.loginForm {
	margin-left:10px;
}

.smsmejobsLogin label {
	display:block;
	margin:0px;
	color:#000;
}

.smsmejobsLogin .inputText {
	border:1px solid #ccc;
	width:150px;
}

.smsmejobsLogin .inputTextFocus {
	border:1px solid #000000;
	width:150px;
}

.smsmejobs .columnLeft {
	float:left;
	width:200px;
	border:0px solid #000;
}

.smsmejobs .columnRight {
	float:left;
	width:220px;
	border:0px solid #000;
	margin-top:10px;
}

.smsmejobs .columnLeft strong {
	color:#000;
}

.smsmejobs .subheading {
	color:#2353B5;
	font-weight:bold;
	font-size:14px;
}

/* sms me jobs how does it work */
.smsmejobsHowDoesItWork ul {
	margin:0px;
	padding:0px;
}

.smsmejobsHowDoesItWork li {
	position:relative;
	list-style-type:none;
	margin-bottom:5px;
	padding:0px;
}

.smsmejobsHowDoesItWork li strong {
	color:#B41CCF;
	font-weight:bold;
	font-style:normal;
}
.smsmejobsHowDoesItWork li em {
	color:#0085EE;
	font-weight:bold;
	font-style:normal;
}
