html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #6b737e;
	background: #ffffff; 
}
A {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-decoration: underline;
	color: #95918c;
	outline: none;
}
A:hover {
	text-decoration: none;
}
A IMG{
	border: 0;
}
#flash{
	width: 990px;
	margin: 0 auto 25px auto;
	height: 588px;
	overflow: hidden;
}
#login{
	width: 362px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
#login table td{
	padding: 0 0px 5px 20px;
	text-align: center;
	font-size: 11px;
}
#login table td .input{
	width: 150px;
	margin: 0 0 5px 0;
	padding: 5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #6d6f7e;
	border: 1px solid #9da5a7;
	background: url(../images/input_bg.gif) left top repeat-x;
}
#login table td .button_enter{
	width: 86px;
	height: 26px;
	margin: 0;
	border: 0;
	background: url(../images/button_enter.gif) left top no-repeat;
	cursor: pointer;
}
#login table td .button_enter:hover{
	background: url(../images/button_enter.gif) left -26px no-repeat;
}
#registration{
	display: none;
	width: 540px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
#registration table{
	margin: 0 0 10px 0;
}
#registration table td{
	padding: 0 0px 8px 10px;
	font-size: 12px;
	color: #979797;
}
#registration table td .input{
	width: 235px;
	margin: 0;
	padding: 5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #6d6f7e;
	border: 1px solid #9da5a7;
	background: url(../images/input_bg.gif) left top repeat-x;
}
#registration .button_registration{
	width: 126px;
	height: 26px;
	margin: 0 0 0 50px;
	border: 0;
	background: url(../images/button_registration.gif) left top no-repeat;
	cursor: pointer;
}
#registration .button_registration:hover{
	background: url(../images/button_registration.gif) left -26px no-repeat;
}