.login {
    margin: 0 auto;
    width: 250px;
    padding: 10px;
}

/* ----------- loginbox ----------- */ 
#loginbox {
    /*border: solid 2px #b7ddf2;
    background: #ebf4fb;*/
} 
#loginbox h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
} 
#loginbox p {
    font-size: 11px;
    color: #666666;
    margin-bottom: 10px;
    border-bottom: solid 1px #b7ddf2;
    padding-bottom: 10px;
} 
#loginbox label {
	clear:both;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 100px;
    float: left;
} 
#loginbox .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 100px;
} 
#loginbox .takeinput {
    float: left;
    width: 120px;
    margin: 2px 0 20px 10px;
} 
#loginbox input {

    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
	width: 100px;
}
#loginbox button {
    clear: both;
    margin-left: 100px;
    width: 81px;
    height: 29px;
    background: #666666 url(http://unlockhtcmagic.htcthailand.com/images/login.gif) no-repeat;
    text-align: center;
    line-height: 29px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}