@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* -- Main Styles -- */
html,body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	height: auto;
}
html
{
	background-color:#4578C5;
	background-image:url(images/loginBG.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	height: 100%;
}
#container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	width: 955px;
}
/* -- Login holder -- */
#loginHolder
{
	position: relative;
	width: 320px;
	min-height: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#loginHeader
{
	float: left;
	width: 320px;
	height: 69px;
	background: transparent url(Images/loginHeader.gif) top left no-repeat;
}
#loginTile
{
	float: left;
	width: 320px;
	padding: 0 0 10px 0;
	background: transparent url(Images/loginTile.gif) top left repeat-y;
}
#loginFooter
{
	float: left;
	width: 310px;
	height: 32px;
	padding: 10px 0 0 10px;
	background: transparent url(Images/loginFooter.gif) top left no-repeat;
}
#loginTitle
{
	float: left;
	width: 300px;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
}
#tc
{
	float: right;
	margin: 0 10px 0 0;
	width: 206px;
	height: 21px;
	padding: 7px 0 0 14px;
	background: transparent url(Images/loginTC.gif) top left no-repeat;
}
#loginCopy
{
	margin: 10px;
}
.loginLeft
{
	float: left;
	width: 100px;
	margin: 0 0 5px 0;
}
.loginRight
{
	float: left;
	width: 150px;
	margin: 0 0 5px 0;
}
.loginRight input
{
	font-size: 11px;
	width: 185px;
	border: 1px solid #D8D8D8;
}
#sitelogo
{
	float: left;
	width: 230px;
	height: 25px;
}
.loginBtn
{
	float:left;
	width: 70px;
}
#loginError
{
	float:left;
	margin: 5px 0 5px 0;
	width: 320px;
	clear: both;
}
#uxDivUserMessageContainer
{
	position: relative !important;
	color: Red;
}
