.png 
{ 
	behavior: url('/js/png.htc');
}
body
{
	margin: 0px;
	overflow: auto;
}
body, td, p, input, select, textarea 
{
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 12px; 
	color: #595959;
}
a
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px; 
	color: #7b8180;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
td.gray
{
	width: auto;
	height: auto;
	background-color: #d4d4d4;
}
td.white
{
	width: auto;
	height: auto;
	background-color: #ffffff;
}
td.auth
{
	width: 320px;
	height: 221px;
	background: url(/pict/auth/auth.png) center center no-repeat;
	padding: 5px;
}
td.bg1
{
	width: 320px;
	height: auto;
	/*background: url(/pict/auth/bg1.gif) center center repeat-y;*/
}
td.title
{
	padding-left: 10px;
	width: 100%
}
td.button
{
	padding: 0 0 4 0;
}
input.input
{
	width: 100%;
	border: #cccccc 1px solid;
	background: url(/pict/auth/bg2.gif) top left;
}
.login_guest {
	text-decoration: none;
}
.login_guest_hover {
	text-decoration: underline;
}