.button-primary{
    font-family:tahoma;
    padding:3px 15px;
    font-size:11px;
    font-weight: bold;
    cursor:pointer;
    border-width: 0px;
    text-decoration:none;
    margin-top:-3px;
    background: url(../images/bluearrow.gif) 0px 50% no-repeat;
    color:black;
}
/* close */
div.title .button-right{
    width: 96px;
    height:29px;
    float: right;
}
/** tombol close**/
#close{
    position: absolute;
    top: -7px;
    right: 10px;
    width:30px;
    height:30px;
}
a.tombol-close{
    border:0px;
    text-decoration: none;
}
input#user_login{
    background: #fbfbfb url(../images/btnuser.gif) 5px 50% no-repeat;
    padding-left: 25px;
}
input#user_pass{
    background: #fbfbfb url(../images/btnpass.gif) 5px 50% no-repeat;
    padding-left: 25px;
}
#user_pass,#user_login,#user_email{
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    padding:3px;
    width: 50%;
    border:1px solid #e5e5e5;
    background:#fbfbfb;
    font-size: 13px;
    -moz-box-shadow:rgba(9,9,9,1) 0 4px 18px;
    -webkit-box-shadow:rgba(9,9,9,1) 0 4px 18px;
    -khtml-box-shadow:rgba(9,9,9,1) 0 4px 18px;
    box-shadow:rgba(9,9,9,1) 0 4px 18px;
}
.submit{
    height:30px;
}