body
{
	margin: 0px;
	font-family: Calibri, Helvetica, Verdana, Sans-serif;
	font-size: 11pt;
	background: #FFF url('/img/login/background.png') repeat;
	color: #605936;
}
a
{
	font-weight: bold;
	text-decoration: none;
}
a img
{
	border: 0;
}
ul
{
	margin: 12px 0px 6px 0px;
	padding-left: 16px;
}
li
{
	padding: 2px 4px;
}
#canvas
{
	margin: 60px auto 40px auto;
	width: 880px;
}
#hd
{
}
.h1
{
	text-transform: uppercase;
	width: 300px;
	float: left;
	font-size: 25pt;
	letter-spacing: 4px;
}
.h2
{
	font-size: 15pt;
	font-weight: bold;
	margin-bottom: 1px;
}
.h3
{
	font-size: 11pt;
	font-weight: bold;
}
#langs
{
	float: right;
	width: 200px;
	text-align: right;
	padding: 20px 8px 0px 0px;
}
#content
{
	background: transparent url('/img/login/box.png') no-repeat;
	clear: both;
	height: 434px;
	width: 880px;
}
#login
{
	float: right;
	width: 570px;
}
#pic
{
	float: left;
	width: 280px;
	height: 434px;
}
#welcome
{
	text-align: center;
	margin-top: 21px;
}
#mid
{
	height: 75px;
	padding-bottom: 20px;
}
#now
{
	font-size: 12pt;
	font-weight: bold;	
}
#counters
{
	width: 215px;
	padding-bottom: 4px;
}
#counters span
{
	font-weight: bold;
}
.green
{
	color: #2DC525;
}
#about
{
	margin-bottom: 6px;
	display: block;
}
#remember
{
	width: 130px;
	padding: 0px 2px 2px 0px;
	text-align: right;
}
#remember span
{
	font-weight: bold;
	display: inline-block;
	padding-bottom: 1px;
}
#forgot
{
	color: #B3A979;
	font-size: 8pt;
	font-weight: normal;
	margin-right: 4px;
}
#input
{
	width: 211px;
}
td
{
	vertical-align: bottom;
	padding: 0px;
}
input[type=text], input[type=password] 
{
	font-size: 10pt;
	width: 201px;
	background: transparent url('/img/login/inputBg.png') no-repeat;
	border: 0px;	
	height: 24px;
	padding-left: 6px;
	padding-top: 4px;
	margin-left: 3px;
}
input[type=password]
{
	color: #605936;
}
#buttons
{
	background: transparent url('/img/login/buttons1.png') no-repeat;
	width: 207px;
	height: 31px;
}
#buttons a
{
	display: inline-block;
	float: left;
	color: #605936;
	text-align: center;
	width: 103px;
	font-size: 14px;
	padding: 5px 0px 6px 0px;
}
#bar
{
	clear: both;
	background: transparent url('/img/login/bar.png') no-repeat;
	width: 558px;
	height: 20px;
	margin-bottom: 4px;
	margin-top: 22px;
	padding-left: 8px;
	padding-top: 1px;
	font-weight: bold;	
}
.profileBox
{
	float: left;
	width: 270px;
	height: 99px;
	background: transparent url('/img/login/profileBox.png') no-repeat;
	padding: 5px 0px 0px 4px;
}
.profileBox.last
{
	margin-left: 16px;
}
.profileBox img
{
	width: 61px;
	height: 88px;
}
.profileBox img.first
{
	margin-left: 3px;
}
#footer
{
	width: 100%;
}
#footertext
{
	width: 880px;
	font-size: 13pt;	
	font-weight: bold;	
	margin: 0px auto 4px auto;
}
.errorMessage
{
	display: none;
}
#error
{
	color: Red;
	text-align: right;
	padding-right: 8px;
	font-size: 9pt;
}


