﻿A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

#mainContentWrapperTable {
	margin-top: 10px;
}

#loginFormWrapper,
#forgotPasswordFormWrapper
{
	background-repeat: no-repeat;
	width: 423px;
	height: 59px;
}

#loginFormCell11 { width: 166px; height: 56px; }
#loginFormCell12 { width: 201px; height: 56px; }
#loginFormCell13 { width: 56px; height: 56px; }
#loginFormCell21 { width: 166px; height: 44px; }
#loginFormCell22 { width: 201px; height: 44px; vertical-align:top; }
#loginFormCell23 { width: 56px;	height: 44px; }
#loginFormCell31 { width: 166px; height: 59px; }
#loginFormCell32 { width: 201px; height: 59px; vertical-align:top; }
#loginFormCell33 { width: 56px;	height: 59px; vertical-align:top; }

#forgotPasswordCell11 { width: 166px; height: 56px; }
#forgotPasswordCell12 { width: 240px; height: 56px; }
#forgotPasswordCell21 { width: 166px; height: 44px; }
#forgotPasswordCell22 { width: 240px; height: 44px; vertical-align:top; }
#forgotPasswordCell31 { width: 166px; height: 59px; }
#forgotPasswordCell32 { width: 240; height: 59px; vertical-align:top; text-align:right; }

.loginFormTextBox {
	position:relative;
	left: 0px;
	top: 5px;
	width: 180px;
	background-color: Transparent;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	border: 0;
}

.forgotPasswordFormTextBox {
	position:relative;
	left: 0px;
	top: 5px;
	width: 230px;
	background-color: Transparent;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	border: 0;
}

#loginImageButton {
	position:relative;
	left: 0px;
	top: 0px;
}

.newsImageTD {
	width: 90px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}

.newsTextTD {
	width: 340px;
	vertical-align: top;
	padding-bottom: 10px;
}

.newsTitleWrapper {
	padding-bottom: 10px;
}

.newsUL {
	list-style-image:url("../images/2009/en-US/login/blueSquaredBullet.gif");
}

.newsUL li {
	padding-bottom: 5px;
}

.forgotPasswordTD {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: right;
}

#messageErrorWrapper {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 395px;
}

.errorMessage {
	display: block;
	padding: 10px;
	border: dashed 2px maroon;
	background-color: #FFFFBB;
	color: Maroon;
}
