/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
border: 0;
margin: 0;
}

img
{
border: 0px;
}

body{
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/bg5.jpg) top center no-repeat #ffffff;
	line-height: 18px;
	padding-bottom: 23px;
}

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #ff3333;
	text-decoration: underline;
}

a:active{
	color: #ff3333;
	text-decoration: underline;
}


a.red{
        color: #cccccc;
        text-decoration: none;
}

a.red:hover{
        color: #ffffff;
        text-decoration: underline;
}

a.red:active{
        color: #ffffff;
        text-decoration: underline;
}

#login-box {
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/login-box-backgcopy.png) no-repeat left top;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 24px "Calibri", Arial;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 12px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

.login-box-options a:hover{
	color: #ff3333;
	text-decoration: underline;
}


