﻿html
{
	*height:100%;
}
body 
{
	margin:0px; vertical-align:top; overflow:hidden; *height:100%;
}

#div_logi_main
{
	width:1003px; height:691px; overflow:hidden; background:url(../images/logi_bg.jpg) no-repeat; margin:0px auto;
}

#div_logi_main div
{
	width:563px;height:377px; overflow:hidden; text-align:center; margin:140px auto 0px 260px;
}
#div_logi_main div p{width:400px; padding:0px; margin:33px auto 0px; text-align:right; font-size:12px;color:#1075ba; font-family:Arial;}

/* login */
#tbl_login
{
    width:260px; margin:128px auto 0px 188px; 
}
#tbl_login tr td
{
    height:36px;vertical-align:middle; text-align:left;
}
#tbl_login tr td input
{
    border:solid 1px #a5a5af; height:26px; float:left; width:222px; line-height:26px;
}
#tbl_login tr td img
{
	height:29px; cursor:pointer; float:left; margin-left:10px;
}
 #tbl_login tr th
{
    text-align:left; padding-top:10px;
}

/* notice */
#div_notice
{
	width:100%; height:100%; background:url(../images/null.gif); position:fixed; z-index:9999; left:0px; top:0px;
	_position:absolute; _top:expression(eval(document.documentElement.scrollTop));
}
#div_notice dl
{
	width:300px; height:128px; padding:0px; margin:180px auto 0px; _margin:180px auto 200px;
}
#div_notice dl dt
{
	margin:0px; padding:0px; background:url(../images/notice_tt.png) no-repeat; width:300px; height:31px; line-height:31px; overflow:hidden;
	_background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/control/images/notice_tt.png",sizingMethod="crop");
}
#div_notice dl dt strong
{
	line-height:33px; float:left; display:inline-block; margin-left:15px; color:#fff;
}
#div_notice dl dt a
{
	float:right; display:inline-block; margin:9px 9px 0px 0px; position:relative;
}
#div_notice dl dd
{
	width:300px; height:97px; overflow:hidden; margin:0px; padding:0px; background:url(../images/notice_ct.png) no-repeat; _background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/control/images/notice_ct.png",sizingMethod="crop");
}
#div_notice dl dd div
{
	width:210px; margin:10px auto 0px 20px; overflow:hidden; line-height:20px; height:48px; padding-left:50px;
	background-position:left top; background-repeat:no-repeat;
}
#div_notice dl dd p
{
	padding:0px; width:100%; margin:0px;
}
#div_notice dl dd p a
{
	width:54px; height:25px; background:url(../images/notice_ok.gif) no-repeat; display:block; position:relative; margin:0px auto;
}