*{ margin: 0; padding: 0; }
body{
    font-family: Helvetica, Arial, Verdana, sans-serif; /*Trebuchet MS,*/
    background: url(../images/login-page-bg.jpg) top center no-repeat #c4c4c4;
    color: #3a3a3a;
}
.clear{
    clear: both;
}
form{
    width: 460px;
    margin: 140px auto 0;
}
legend{
    display: none;
}
fieldset{
    border: 0;
}
label{
    width: 115px;
    margin: 0 10px 0 0;
    text-align: right;
    font-size: 16px;
    font-weight:bold;
    color:#ffffff;
}
input{
    width: 220px;
    padding: 4px;
    font-size: 18px;
    color: #3a3a3a;
}
.button1{
    background: #ebebeb;
    border: 1px solid #ffffff;
    -moz-border-radius: 5px; padding: 5px; color: black; font-weight: bold;
    -webkit-border-radius: 5px; 
    font-size: 13px;
    width: 70px;
}
.button:hove{
    background: white;color: black;
}
/*ปุ่มกดวันที่*/
.cal{
    border:none;
    width:30px;
    height:30px;
    background:url(../images/calendar2.gif);
    cursor:pointer;
    position:absolute;
    float:left;
}
.focus {
    background-color: #ffffce;
}