<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height:100%;
	text-align:center;
	margin:0px;
	background:#E9E4CB;
	font-size:12px;
}
.container {
	width:100%;
	height:100%;
	margin:auto;
}
.container .layoutCell {
	text-align:center;
}
.main {
	margin:auto;
}
.leftPart {
	width:140px;
	height:340px;
	position:relative;
	background:url(/img/v60_leftPartBg.jpg) no-repeat left top;
}
.logo {
	width:250px;
	height:50px;
	position:absolute;
	top:-58px;
	left:8px;
	background:url(/img/v60_logo.png) no-repeat left bottom;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/v60_logo.png', sizingMethod='image');
}
.leftPart_TL, .leftPart_TR, .leftPart_BL, .leftPart_BR {
	position:absolute;
	width:15px;
	height:15px;
}
.leftPart_TL {
	left:0px;
	top:0px;
	background:url(/img/v60_angle_TL.png) no-repeat left top;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/v60_angle_TL.png', sizingMethod='image');
}
.leftPart_TR {
	right:0px;
	top:0px;
	background:url(/img/v60_angle_TR.png) no-repeat left top;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/v60_angle_TR.png', sizingMethod='image');
}
.leftPart_BL {
	left:0px;
	bottom:0px;
	background:url(/img/v60_angle_BL.png) no-repeat left bottom;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/v60_angle_BL.png', sizingMethod='image');
}
.leftPart_BR {
	right:0px;
	bottom:0px;
	background:url(/img/v60_angle_BR.png) no-repeat left bottom;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/v60_angle_BR.png', sizingMethod='image');
}
.loginWrap {
	margin-left:5px;
	width:100%;
}
.loginWrap .TL {
	width:21px;
	height:19px;
	vertical-align:top;
	background:url(/img/v60_loginWrap_TL.png) left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/v60_loginWrap_TL.png', sizingMethod='image');
}
.loginWrap .T {
	background:url(/img/v60_loginWrap_T.png) left top repeat-x;
}
.loginWrap .TR {
	width:28px;
	vertical-align:top;
	background:url(/img/v60_loginWrap_TR.png) left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/v60_loginWrap_TR.png', sizingMethod='image');
}
.loginWrap .L {
	background:url(/img/v60_loginWrap_L.png) left top repeat-y;
}
.loginWrap .M {
	vertical-align:middle;
	text-align:left;
	background:#fff;
	height:302px;
	width:430px;
}
.loginWrap .R {
	background:url(/img/v60_loginWrap_R.png) left top repeat-y;
}
.loginWrap .BL {
	height:19px;
	background:url(/img/v60_loginWrap_BL.png) left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/v60_loginWrap_BL.png', sizingMethod='image');
}
.loginWrap .B {
	background:url(/img/v60_loginWrap_B.png) left top;
	vertical-align:top;
	text-align:center;
}
.loginWrap .BR {
	background:url(/img/v60_loginWrap_BR.png) left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/v60_loginWrap_BR.png', sizingMethod='image');
}
.tabsWrap {
	position:absolute;
	top:-38px;
	right:15px;
	width:300px;
}
.downArrow {
	display:inline-block;
	position:absolute;
	left:43%;
	bottom:-10px;
	border:0;
	width: 19px;
	height: 10px;
	background: transparent url('/img/v60_downArrow.gif') no-repeat bottom left;
}
a.tabBtn {
	background: transparent url('/img/v60_tab_R.gif') no-repeat top right;
	color:#fff;
	float:right;
	height:29px;
	margin:0 0 0 5px;
	padding-right: 28px;
	text-decoration: none;
	font-weight:bold;
	position:relative;
	white-space:nowrap;
	display:block;
	position:relative;
}
a.tabBtn .tabBtn_R {
    background: transparent url('/img/v60_tab_L.gif') no-repeat;
	display: block;
	line-height: 15px;
	padding: 7px 0 7px 30px;
	}
a.tabBtn:hover {
	background: transparent url('/img/v60_tab_R.gif') right 29px;
	}
a.tabBtn:hover .tabBtn_R {
	background: transparent url('/img/v60_tab_L.gif') left 29px;
	}
a.tabActive, a.tabActive:hover {
	background: transparent url('/img/v60_tabAct_R.gif') no-repeat top right;
}
a.tabActive .tabBtn_R, a.tabActive:hover .tabBtn_R {
    background: transparent url('/img/v60_tabAct_L.gif') no-repeat;
}
.loginContentWrap {
	color:#666;
}
.loginContentWrap .loginContentCell {
	vertical-align:top;
	text-align:left;
	padding:0 10px;
}
.loginContent {
	margin:15px 0;
}
.loginContentWrap .loginInput, .loginContentWrap select {
	width:245px;
	font-size:14px;
	color:#EA5514;
}
.loginContentWrap .loginInput {
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:20px;
}
.loginContentWrap select {
	height:23px;
}
.loginContentWrap .captchaInput {
	width:80px;
}
.captcha {
	border:1px inset #ccc;
	cursor:pointer;
	vertical-align:top;
	margin-top:2px;
}
.loginContentWrap .checkbox {
	width:auto;
	margin-right:5px;
	vertical-align:middle;
	border:0px;
}
.mLeft {
	margin-left:10px;
}
a.btn_submit_new {
   height:29px;
   display:inline-block;
   border:1px solid;
   border-color:#ccc #999 #999 #ccc;
   text-decoration:none;
   background:#eee;
   float:left;
   padding:0;
   margin:0;
   position:relative;
}
a.btn_submit_new input {
   background:url(/img/v60_submit_new.gif) repeat-x;
   height:29px;
   cursor:pointer;
   color:black;
   font-weight:bold;
   margin:0;
   padding: 1px 20px;
   outline:0;
   vertical-align:top;
   border:0;
   width:auto;
   overflow:visible;
}
a.btn_submit_new:active input {
   background-position:29px;
}
a.btn_submit_new:hover input {
   background-position:58px;
}
.keyboardBtn {
	background:url(/img/v60_keyboardBtn.gif) top left no-repeat;
	width:34px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	margin-top:16px;
}
.keyboardBtn:hover {
	background:url(/img/v60_keyboardBtn_over.gif) top left no-repeat;
}
#board_keyboard {
	z-index: 1;
}
.msg {
   position:relative;
}
.msg span{
   margin-left: 15px;
	display:inline-block;
	color:#F00;
	font-weight:bold;
	position:absolute;
	width:270px;
	height:65px;
	top:0;
	left:100%;
	_left:0;
}
.copyrightWrap {
	width:400px;
	margin:auto;
	position:relative;
}
.copyright {
	position:absolute;
	left:0px;
	top:30px;
}
a.link {
	color:#F60;
	text-decoration:underline;
}
a.link:hover {
	color:#F30;
	text-decoration:underline;
}
</pre></body></html>