html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
 td{padding:8px 3px; text-align:right;  font:14px/24px '微软雅黑'; color:#333;}	

body {
  font-size: 13px;
  font-family: "微软雅黑";
}

.container {
  margin: 15% auto;
  
}

.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 380px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.login .subtitle {
  margin-bottom: 20px;
  text-align: center;
 /* background: #f3f3f3; */
  border-bottom: 1px solid #ccc;
  border-radius: 3px 3px 0 0;

}

.login input[type=text], .login input[type=password] {
  width: 278px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input{
color: #555;
width: 200px;
height: 25px;
border: 1px solid #e5e5e5;
background: #fbfbfb;
outline: 0;
-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}
input:focus, input:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.login img {
    vertical-align: middle;
    margin-left: 10px;
}

.button_login {
 display: block;
height: 35px;
font-size: 14px;
font-family:'微软雅黑';
color:#fff;
width: 100%;
float: left;
margin-right:16px;
border-radius:3px;	
background: blue;
}

input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
/*------------------------footer-------------------------------*/
#footer{ height:35px;  margin-top:50px }
#footer p{font:14px '微软雅黑'; color:#999; text-align: center; }