body {
    background: url("../common/bg.jpg") no-repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-family: "Trebuchet MS";
    font-size: 11px;
    margin: 0;
/*    width: 810px;
    height: 500px;*/
}
.logo {
    display: block;
    margin: 95px 0 0 350px;
}
.text {
    font-weight: bold;
    width: 285px;
    margin: 30px 0 0 330px;
    text-align: center;
}
.f_button
{
    color: #FFFFFF;
    display: block;
    height: 54px;
    margin: 50px 0 0 332px;
    text-decoration: none;
    width: 340px;
}
.f_button .l_side
{
    background: url("../common/bg_f-button-l.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 100%;
    width: 60px;
}
.f_button .r_side
{
    background: url("../common/bg_f-button-r.png") repeat-x scroll 0 0 transparent;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    font-family: 'PFDinTextProBold';
    font-size: 22px;
    height: 38px;
    letter-spacing: 0.5px;
    padding-top: 17px;
    text-align: center;
    text-shadow: 2px 2px 1px #3A4771;
    text-transform: uppercase;
    width: 220px;
}
/*.f_button:hover .l_side*/
/*{*/
    /*background: url("../common/bg_f-button-l-hover.png") no-repeat scroll 0 0 transparent;*/
/*}*/
/*.f_button:hover .r_side*/
/*{*/
    /*background: url("../common/bg_f-button-r-hover.png") repeat-x scroll 0 0 transparent;*/
/*}*/
/*.f_button:active .l_side*/
/*{*/
    /*background: url("../common/bg_f-button-l-active.png") no-repeat scroll 0 0 transparent;*/
/*}*/
/*.f_button:active .r_side*/
/*{*/
    /*background: url("../common/bg_f-button-r-active.png") repeat-x scroll 0 0 transparent;*/
/*}*/


.name {
    color: #3a5898;
    font-size: 24px;
    margin: 65px 0 0 360px;
    width: 240px;
    text-align: center;
}
.userId {
    font-size: 14px;
    margin: 15px 0 0 360px;
    width: 240px;
    text-align: center;
}
.btn.btn_done {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    text-align: center;
    border: 2px solid #a89475;
    color: #a89475;
    display: block;
    float: left;
    font-size: 16px;
    margin: 10px 0 0 10px;
    padding: 8px 0;
    text-decoration: none;
    width: 128px;
}
.btn.btn_save {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    text-align: center;
    border: 2px solid #3A5898;
    color: #3A5898;
    display: block;
    float: left;
    font-size: 16px;
    margin: 10px 0 0 340px;
    padding: 8px 0;
    text-decoration: none;
    width: 128px;
}

/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }
#loader {
    background: rgba(256,256,256,0.4);
    display: none;
    position: fixed;
    top:0;left:0;right:0;bottom:0;
    height: 100%;
    width: 100%;
}
#loader img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
