div.contentBox {
	border: 1px solid #4c795d;
	background-color: #f2f7f4;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	width: 85%;
}

.formTable {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.formTable thead {
	height: 18px;
	background-image: url(../img/user/headerBackground.jpg);
	repeat: repeat-x;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
}

.formTable .title {
	text-align: center;
	font-weight: 600;
}

.error_message {
	color: #ff0000;
}

dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 15em;
	margin-top: -2em;
	vertical-align: top;
}

#loginFormContainer {
	background-image: url(../img/user/loginBackground.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 334px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

#loginForm {
	margin-top: 80px;
	margin-left: 30px;
}

#loginForm thead tr td {
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

.title {
	font-size: 18pt;
	color: #800000;
	font-weight: 600;
}

.subTitle {
	font-size: 12pt;
	color: #800000;
	font-weight: 600;
}

