#author
{
	width: 750px;
	height: 30px;
	padding: 5px;
	text-align: center;
}
a.auth:link, a.auth:active, a.auth:visited 
{
	font-size: 11px;
	text-decoration: none;
	color: #1ca41c;
}
a.auth:hover 
{
	font-size: 11px;
	text-decoration: none;	
	color: #298cf2;	
}
#winTop
{
	background-image: url(../img/win/win_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#winLeft
{
	background-image: url(../img/win/win_l.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#winRight
{
	background-image: url(../img/win/win_r.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#winBottom
{
	background-image: url(../img/win/win_b.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#btns
{
	color: #ffffff;
	font-size: 12px;
	border: 1px solid #1e468c;
	background-color: #5a8be0;
	font-weight: bold;
	padding: 2px;
}
#winHeader
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #2f68c7;
	padding: 3px;
}
.trans_div_ie
{
	display: none;
    z-index: 200;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #e2e2e2;
    filter: alpha(opacity=35);
}
.trans_div_moz
{
	display: none;
    z-index: 200;
    position: absolute;
    background-color: #e2e2e2;
    opacity: .35;
}