body{
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:1.5em;
    background-color:#04468C;
    color:black;
    margin:0;
    padding:0;
    background : url('../images/front_bg.jpg') repeat;
}
.inputbox{
    font-size:14px;
    background-color:#FFF;
    border:1px solid #D0D0D0;
    width:384px;
    border-radius:5px;
    -moz-border-radius:5px;
    background-repeat:repeat-x;
    background-position:top;
    margin:0;padding:8px 5px;
    outline:none;
}
label{
    display:block;
    line-height:28px;
    height:28px;
    font-size:14px
}
.button{
    background:#507687 repeat-x top!important;
    border:2px solid #fff!important;
    color:#ffe4e4;border-radius:4px;
    -moz-border-radius:4px;
    font-weight:700;
    padding:7px 10px
}
.button:hover{
    background:#134B70 0 -50px!important;
    border:2px solid #fff!important;
    cursor:pointer
}
#wrap{
    width:450px;
    margin-top:150px;
    margin-right:auto;
    margin-left:auto;
}

#content-wrap{
    background-color:#a80808;
    border-radius:7px;
    -moz-border-radius:7px;
    padding:7px;
    -moz-box-shadow:0px 0px 25px #FFFFFF;
    -webkit-box-shadow:0px 0px 25px #facfcf;
    box-shadow:0px 0px 25px #facfcf;
    background:-moz-linear-gradient(top, #507687, #507687);
    background:-webkit-gradient(linear,left top,left bottom,from(#507687),to(#507687));
}
#content{
    background-color:#DDD;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;padding:20px;
    background:-moz-linear-gradient(top, #F0F0F0, #F0F0F0);
    background:-webkit-gradient(linear,left top,left bottom,from(#F0F0F0),to(#F0F0F0));
}
h1{
    height:50px;color:#D6EFD8; 
    font-size:18px;line-height:50px;
    background-color:#507687;
    background-repeat:repeat-x;
    background-position:top;
    text-align:center; 
    border-radius:3px;
    -moz-border-radius:3px; 
    margin:0;padding:0
}
div.block{
    margin-bottom:10px
}
#message-box{
    width:100%;
    line-height: 30px;
    margin: 10px 0px 10px 0px; 
    display: none; 
    border: #bb2d2d 1px solid;
    background-color: #ff7878;
    height: 30px;
    text-align: center;
}
#footer{
    text-align:center;
    margin-top:50px;
    color:#FFFFFF;
    margin-bottom:10px
}