body{
margin:0px;padding:0px;
background:#fff url(/images/bg/all.png) 50% 0 no-repeat;
}
span{
font:0.625em  Tahoma ,sans-serif;
}
input{
   width: 150px;
   height: 20px;
   margin-bottom: 10px;
   background: #fff;
}

input.button{
background: #26aae1;
width: 74px;
height: 24px;
border: 0;
margin-left: 35px;
color:#fff;
}
span.err{
margin-left: 10px;
font:bold 0.875em  Tahoma ,sans-serif;
color: #CC3333;
}

div.form{
left:50%;
 top:50%;
 position:absolute;
 margin:-120 0 0 -125;
 width:200px;
 height:200px;
 padding:80px 0 0 55px;
 background:#eee;
 border-radius:15px;
}
