#josForm p {
	margin-bottom: 5px;
}

#josForm label {
	/*float: left;
	width: 100px;*/
}

#josForm .red {
	border: 1px solid red;
}

#josForm label.red {
	border: none;
	color: red;
}

#josForm .customRed {
border: none;
color: red;
}

#josForm #submit {
	margin-left: 100px;
}

.remember
{
/*margin-top:20px;*/
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#josForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 9px;
}

.errorMessage {
	color: red !important;
	margin-left: 10px;
	font-size: 9px;
}

