html, body {margin:0; padding:0; width:100%; height:100%;
	font-family:"Microsoft YaHei",Arial,sans-serif,Tahoma; font-size:13px; color:#333; background-color:#FFFFFF; 
}

td, input, textarea, select {font-size:13px; color:#333;}
form {margin:0;padding:0}
img {border:0;}

.textbox {height:20px;line-height:20px; width:145px; font-weight:bold; padding-left:2px; border:1px solid #bbbbbb; background-color:#ffffff;}
.button{height:20px; color:#333333; border:1px solid #3E6082; padding:3px; line-height:100%; background-image:url(../../images/xp/bt.gif);}
select {height:23px;width:150px; padding-left:2px; border:1px solid #bbbbbb;}
.textbox:focus, select:focus, 
.textbox:hover, select:hover, 
.textbox:active, select:active {outline:0;}

.loginbtn {min-width:80px; height:25px; font-weight:bold; color:#005590; border:0; cursor:pointer; border-radius:2px;}

.tb_result {border:1px solid #eee;}
.tb_header{height:25px; background-color:#f7f7f7;}
.tb_value{height:120px; background-color:#FFFFFF;}
.tb_result a{display:inline-block; padding:5px 15px; border:1px solid #eee; border-radius:3px; margin-right:20px; color:#333; text-decoration:none;} 
.tb_result a:hover{color:#333; background-color:#EEE;} 

a:link, a:visited {color:#444444; text-decoration:underline;}
a:hover {color:#333333; text-decoration:underline;}

a.gray:link, a.gray:visited {color:#999999; text-decoration:none;}
a.gray:hover {color:#999999; text-decoration:underline;}

.white {text-decoration:none; color:#ffffff;}
.whiteb {font-weight:bold; color:#ffffff; text-decoration:none; }

a.white:link, a.white:visited {color:#ffffff; text-decoration:none;}
a.white:hover {color:#ffffff; text-decoration:underline;}

input:-moz-placeholder {color:#999999;font-weight:normal;}
::-webkit-input-placeholder {color:#999999;font-weight:normal;}
:-ms-input-placeholder{color:#999999;font-weight:normal;}
.placeholder {color: #999999;font-weight:normal;}

select::-ms-expand {
  background-color: transparent;
  border: 0;
}

