* {
    margin: auto;
    padding: 0;
}
body {
    font-family: tahoma, Geneva;
    line-height:18px;
    font-size:12px;
    background-color:#242634;
    color:#B8B8B8;
    margin: 0px;
    padding: 0px;
    background-image: url(preview_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
}
#main_body {
    width:566px;
    text-align:left;
    height:500px;
    background-image: url(form_bg1.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 0px;
}

.form_input_bg{
    width:260px;
    background:url(form_input.png) center left no-repeat;
    border:0px;
    height:39px;
    float:left;
    margin-right: 8px;
}
.form_input_bg_password{
    width:300px;
    background:url(form_input_password.png) center left no-repeat;
    border:0px;
    height:39px;
    float:left;
    margin-right: 8px;
}
.form_input_bg_code{
    width:175px;
    background:url(form_input_code.png) center left no-repeat;
    border:0px;
    height:39px;
    float:left;
    margin-right: 8px;
}
.ipt {
    border:0 none #FFF;
    background:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000080;
    left: 38px;
    margin-left: 38px;
    margin-top: 8px;
    line-height: 22px;
    font-weight: bold;
    width: 150px;
    float: left;
}
.ipt:focus {
    outline-width:0; /* No outline border for Safary */
}
.form_login_signup_btn input{
    margin-top:10px;
    margin-right:20px;
}
.error{
    line-height: 35px;
    color: #F00;
}

#ikode_result{
    color:#060;
    line-height: 20px;
}

#copyright {
    font-size: 12px;
    color: #999;
    line-height: 14px;
}

/*************** Notifications ***************/

#notification-box
{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:100;
    display:none;
    background-image: url(box-backgroud.png);
}

#notification {
    position:absolute;
    width:auto;
    height:20px;
    z-index:200;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top:50%;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #373736;
    color:#fff;
    display:block;
}

#notification-box .warning{
    background-color: #F4F0BB;
    color:#6C6C6C;
}
#notification-box .information{
    background-color: #F1F3FC;
    color:#6C6C6C;
}
#notification-box .success{
    background-color: #373736;
    color:#fff;
}
#notification-box .error{
    background-color:#FB2828;
    color:#fff;
    font-weight:bold;
}

/*Notifications end*/
#content {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 566px;
    bottom: 0px;
}
