body
{
}

DIV.login
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 400px;
	margin-left: -400px; /* half of width */
	margin-top: -200px; /* half of height */
	background-color: #6699CC;
	background-repeat: no-repeat;
	border-width: thin;
	border-color: Black;
	border-style: solid;
}

DIV.contactinfo
{
	width: 940px;
	height: 520px;
	border-width: thin;
	border-color: Black;
	border-style: solid;
}
TABLE.logincontrol
{
	width: 100%;
}
TD.labelcolumn
{
	text-align: right;
}
TD.controlcolumn
{
	text-align: left;
}
TABLE.contactinfocontrol
{
	width: 60%;
}

.divCaptcha
{
	float: left;
	height: 220px;
	width: 433px;
	padding-top: 1px;
}
.rcCaptchaAudioLink
{
	margin-left: 20px;
	background-image: url('../Images/audio_but.gif');
	background-repeat: no-repeat;
	height: 43px;
	width: 43px;
	padding-left: 10px;
	display:block;
	float: left;
}
.rcCaptchaAudioLink:hover
{
	color: #F0F0F0;
}
.rcCaptchaImage
{
	padding-top: 5px;
	padding-right: 20px;
	display:block;
	float: left;
}
.rcRefreshImage
{
	color: Black;
	margin-left: 20px;
	padding-left: 10px;
	display:block;
}

.errorMessage
{
	margin-left: 30px;
	line-height: 20px;
	color: Red;
}
.titleLabel
{
	font-size: x-large;
	font-weight:bold;
	color: Maroon;
}
.publicsite
{
	text-decoration: none;
	border: 0 none;
}
.welcomeMessage {
    font-size: medium;
    font-weight: bold;
    color: darkred;
}
.welcomeCell {
    background-color: white;
    border-style: double;
    padding: 14px;
    border-radius: 25px;
}
