/* CSS Document */

*{

margin:0;

padding:0;

}



a{

text-decoration:none;

}



a:hover{

text-decoration:underline;

}



img{border:0;}



body{

background:#000;

font-size:76%;

font-family:Arial, Helvetica, sans-serif;

line-height:1.3;

}



.mainTable{

width:950px;

margin:auto;

}



.mainImg{

height:612px;

background:url(images/main_bg.jpg) no-repeat;

}



.mainLogo{

margin-bottom:300px;

margin-left:25px;

}



.content{

height:128px;

background:url(images/login_bg.png) repeat-x;

}



.login {

width:223px;

height:125px;

}



.login a{
	width:223px;
	height:120px;
	margin-top:8px;
	margin-left:10px;
	float:left;
	background-image: url(images/register.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
}



.login a:hover{

	width:223px;
	height:120px;
	margin-top:8px;
	margin-left:10px;
	float:left;
	background-image: url(images/register.png);
	background-repeat: no-repeat;
	background-position: left -120px;
	overflow:hidden;
}



.loginForm{

width:194px;

height:120px;

float:left;

margin-top:8px;

background:url(images/login.png) no-repeat;

}



.loginTable{

font:bold .9em Arial,Helvetica,sans-serif;

color:#202020;

margin-left:11px;

margin-top:12px;

}



.btnLogin{

width:152px;

height:34px;

overflow:hidden;

margin-left:16px;

margin-top:5px;

}



.btnLogin:hover input{

margin-top:-38px;

}



.loginText{

float:left;

margin-top:8px;

padding:8px;

width:480px;

height:100px;

}



.loginText p {

color:#ccc;

font-weight:bold;

font-size:.9em;

margin-bottom:10px;

}



#footer{

width:930px;

color:#333;

}



.footer-navigation{

margin:3px 0 0 5px;

font-weight:600;

color:#b6b65d;

}



.footer-navigation a{

color:#b6b65d;

}



.footer-navigation a:hover{

color:#f7f74e;

}



.copyright{

text-align:right;

margin-right:5px;

font-size:.9em;

color:#555;

}



.copyright a{

color:#ab8900;

}



.copyright a:hover{

color:#f3c611;

}
