﻿@charset "utf-8";
/* CSS Document */

html,body {height:100%; width:100%; overflow:hidden;}

html,body,p,form,ul,li{margin:0px; padding:0px;}

ul{list-style:none;}

* {font-size:12px;font-family:  Verdana, 宋体,微软雅黑;}


/********************************/

body {background:url(images/login_body.png) repeat-x center;}

#login {background:url(images/login_bg.jpg) no-repeat; border:5px solid #f3f3f3; width:597px; height:352px; margin:10% auto 0 auto;}
#userName, #userPwd, #submit, #server { height:20px; color:#ef5f00; font-weight:bolder; padding-left:30px;}
#yunNan {left:210px; top:170px; position:relative;}
#userName {background:url(images/icon_02.png) no-repeat; margin:180px 0 0 144px;}
#userPwd {background:url(images/icon_01.png) no-repeat; margin:15px 0 0 144px;}
#server {background:url(images/icon_03.png) no-repeat; margin:15px 0 0 145px;}
#userName span, #userPwd span, #server span {float:left; width:75px;}
#userName input, #userPwd input {float:left; display:inline; background:url(images/login_input_bg.png) no-repeat; width:185px; height:19px; border:0; padding:1px 10px 0 10px; *padding:2px 10px 0 10px; color:#000; font-weight:bolder; margin-left:10px; *margin-left:-60px; }
#server>select {float:left; display:inline; margin-left:12px; margin-top:-2px;}
#submit input{width:55px; height:18px; background:url(images/login_btn.png) no-repeat; border:0px; margin:20px 40px 0 250px;}
#submit span {margin-left:30px;}
#submit span a {color:#666; font-size:9px; font-weight:normal;}
#submit span a:hover {color:#ef5f00;}
#browser { text-align:center; font-size:16px;}
#browser span { color: Red; font-size:16px; font-weight:bolder; }
#jsDownloadIE { font-size:16px;}