﻿body 
{
    margin: 0;
    padding: 0;
}
#wrapper
{
	width: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.login_control_container			
{
	background-color:#ffffff;
	width:188px;
	height:192px;
	margin-top:10px;
}
/*--- ------------------------------------ ---*/
*.bg
{
	background: url(../Images/h-trans2white.png) repeat-y right top #D9E0EB;
	margin-top: 4px;
}

*.tl
{
	background: url(../Images/rc.gif) top left no-repeat;
}
*.br
{
	background: url(../Images/rc.gif) bottom right no-repeat;
}
*.tr
{
	background: url(../Images/rc.gif) top right no-repeat;
}
*.bl
{
	background: url(../Images/rc.gif) bottom left no-repeat;
}

*.trc
{
	background: url(../Images/rc-trc.gif) top right no-repeat;
}
*.blc
{
	background: url(../Images/rc-blc.gif) bottom left no-repeat;
}

*.padtop
{
	padding-top: 2px;
}
/*--- ------------------------------------ ---*/
.titleText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:Transparent;
	width:90%;
}
.titleText p
{
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	margin-top:10px;
	margin-bottom:10px;
}
.titleText2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding-left:2px;
	background-color:Transparent;
	margin:0px 0px 6px 0px;
}
.titleText2 p
{
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.loginbutton
{
	margin-top:10px;
}
.loginlabels
{
	float: left; 
	margin:0px 0px 2px 0px;
	padding-left:10px;
	width: 60px; 
	text-align:left;
	font-size:small;
}
.logintext
{
	float: left; 
	margin:0px 0px 2px 0px;
	padding-left:10px;
}
.clearSpacer
{
	margin-top:8px;
}

