@charset "utf-8";
/* SAFQ FORM CSS STYLES */

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003876;
	font-weight: 500;

}

.field {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 30px;
	width: 175px;

}


.loginFailed {
background-color:#2fb8e9;
color:#FFFFFF;
width:330px;
padding:5px;
}

table {
	padding: 0;
	border-top: 1px solid #4d555e;
}

table td {
	font-size: 14px;
	color: #666666;
}

table td table {
	margin: 0;
	padding: 0;
	width: 260px;
}

table td table td p {
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

table td table td p span {
	color: #0266b1;
	font-weight: bold;
}

table td table td p a {
	color: #0266b1;
	text-decoration: underline;
}
table label {
	font-size: 14px;
	color: #666666;
	text-align: right;
}

table input {
	width: 240px;
	border: 1px solid #666666;
	color: #7d828a;
	font-size: 20px;
	padding: 5px;
}

table textarea {
	width: 240px;
	border: 1px solid #666666;
	color: #7d828a;
	font-size: 12px;
	padding: 5px;
}

table select {
	width: 252px;
	border: 1px solid #666666;
	color: #7d828a;
	font-size: 20px;
	padding: 5px;
}

table input.required, #login table select.required {
	background: #FFFFFF url(../media/images/required.jpg) top right no-repeat;
}

table input:active, #login table input:focus, #login table select:active, #login table select:focus {
	border: 1px solid #0266b1;
}

input.submit {
	width: 101px;
	height: 37px;
	border: none;
	cursor: pointer;
	padding: 0;
	color: #000000;
}

input.next {
	width: 101px;
	height: 37px;
	border: none;
	cursor: pointer;
	padding: 0;
}

input.back {
	width: 101px;
	height: 37px;
	border: none;
	cursor: pointer;
	padding: 0;
}

input.radio {
	width: 13px;
	height: 13px;
	border: none;
	padding: 0;
	margin: 3px 0 0 0;
}
/* END OF LOGIN */

