﻿body
{
	background-color:#d0e8f6;
	font-size:11px;
	font-family:Arial;
}

#divLoginContainer
{
	position:absolute;
	left:100px;
	top:100px;
}

#tblLogin
{
	border-collapse:collapse;
}

.login-top-left
{
	background-image:url(/vp/images/b09/site-builder/background/webmail-login/top_left.png);
	background-repeat:no-repeat;
	width:9px;
	height:58px;
	padding:0px;
	margin:0px;
}

.login-top-middle
{
	background-image:url(/vp/images/b09/site-builder/background/webmail-login/top_middle.png);
	height:58px;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
.login-top-right
{
	background-image:url(/vp/images/b09/site-builder/background/webmail-login/top_right.png);
	background-repeat:no-repeat;
	width:9px;
	height:58px;
	padding:0px;
	margin:0px;
}
.login-middle-left
{
	background-image:url(/vp/images/b09/site-builder/background/webmail-login/middle_left.png);
	background-repeat:repeat-y;
	width:9px;
	padding:0px;
	margin:0px;
}
.login-middle-middle
{
	background-color: #ffffff;
}
.login-middle-right
{
	background-image:url(/vp/images/b09/site-builder/background/webmail-login/middle_right.png);
	background-repeat:repeat-y;
	width:9px;
	padding:0px;
	margin:0px;
}
.login-bottom-left
{
	background-image:url(/vp/images/b09/site-builder/background/webmail-login/bottom_left.png);
	background-repeat:no-repeat;
	width:9px;
	height:13px;
	padding:0px;
	margin:0px;
}
.login-bottom-middle
{
	background-image:url(/vp/images/b09/site-builder/background/webmail-login/bottom_middle.png);
	height:13px;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
.login-bottom-right
{
	background-image:url(/vp/images/b09/site-builder/background/webmail-login/bottom_right.png);
	background-repeat:no-repeat;
	width:9px;
	height:13px;
	padding:0px;
	margin:0px;
}

.banner-image
{
	position:relative;
	left:0px;
	top:0px;
	width:370px;
	height:58px;
}
#divPasswordReset
{
	margin-top:10px;
	width:250px;
}

#divBottomNode
{
	margin-top:20px;
	margin-bottom:30px;
	width:375px;
}

.forgot-password
{
	font-weight:bold;
}
.remember-me
{
	visibility:hidden;
}

#divLoginCalloutMsg
{
	margin:30px 0px 20px 0px;
	font-weight:bold;
	font-size:14px;
	width:300px;
}
#divLoginErrorContainer
{
	margin:0px 0px 10px 0px;
	color:Red;
	font-weight:bold;
	font-size:12px;
	width:300px;
}


#PasswordLabel
{
	text-align:right;
}
#divLoginPanel
{
	margin-left:20px;
}
#passwordChangeTable
{
	margin:30px 0px 30px 30px;
}
#passwordChangeTable tr td
{
	margin:5px;
}

#passwordResetButtonPanel
{
	width:300px;
	margin:0px 0px 10px 0px;
}
#passwordResetButtonPanel tr td
{
	width:150px;
	text-align:center;
}
#passwordResetErrorPanel
{
	font-weight:bold;
	font-size:13px;
	color:Red;
	width:300px;
	padding-bottom:20px;
}
