body {
text-align: center;
font: 12px Arial, Helvetica, sans-serif; 
color: #333;
background:#fff;
}
a{ color:#666666; text-decoration:none;}
a:hover{ text-decoration:none;} 
p{margin:0;padding:5px 0;margin-top:15px;}
.span01{display:block;float:left;width:auto;text-align:left;height:22px;line-height:22px;}
.span02{display:block;float:left;height:22px;}
.input1{
padding:0 5px;
width:155px;
height:20px;
line-height:20px;
border-top:1px solid #999;
border-left:1px solid #999;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
background:#fff;
}
.input2{
padding:0 5px;
width:90px;
height:20px;
line-height:20px;
border-top:1px solid #999;
border-left:1px solid #999;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
background:#fff;
}
.button{
float:left;
display:block;
width:82px;
height:28px;
line-height:28px;
text-align:center;
border:none;
color:#fff;
font-size:14px;
font-weight:bold;
display:inline;
margin-right:3px;
cursor:pointer;
background:#ff6600;
}

#warp{
margin:150px auto 0 auto;
width:500px;
height:240px;
}
#login{ 
margin:0 auto;
width:220px;
height:120px;
}
#right{
float:left;
margin:0;
padding:38px 0;
width:300px;
height:80px;
text-align:left;
}
#right p{
float:left;
margin:5px 0;
}
#right p .span01{
width:80px;
}


#login h2{font-size:30px;}