﻿body 
{
}
.content-heading
{
	margin-bottom: 5px;
	color: #3d7682;
	font-size: 16px;
	font-weight: normal;
}

.input-container
{
	margin: 0px 0px 0px 30px; 
	width: 310px;
}

.user-login-box
{
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 10px;	
}

.round-shadow-box
{
	margin: 8px;
	width: 422px;
	clear: both;
}


.text-input-container
{
	width: 306px;
	background: url(Images/LoginTextboxBg.gif) no-repeat 0px 0px;
	float: left;
	height: 30px;
}

.content
{
	
}
.clr
{
	padding-bottom: 0px;
	line-height: 0;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 0px;
	clear: both;
	font-size: 0px;
	padding-top: 0px;
}
.login-button
{
	margin: 10px 0px;
	float: right;
}
.remember-login-container
{
	margin: 10px 0px;
	float: left;
}
.login-remember-me
{
	font-size: 12px;
}

.left
{
	width: 2px;
	height:218px;
	background: url(Images/LoginLeft.png) repeat-y 0px 0px; 
	float: left;
}
.right
{
	width: 2px;
	background: url(Images/right.png) repeat-y 0px 0px;
	float: right;
	height:218px;	
}

.top
{	
	width: 422px;
	background: url(Images/LoginTop.png) no-repeat 0px 0px;
	height: 13px;
	clear: both;		
}

.bottom
{
	line-height: 0;
	width: 422px;	
	background: url(Images/bottom.png) no-repeat 0px 0px;
	height: 16px;
	clear: both;				
}
.login
{
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	color:Black;
	font-weight:bold;
}
.SimpleTextLink
{
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
	color:Black;
	cursor:pointer;
}

