BODY {
    margin: 0;
    padding: 0;
    font-family:verdana,tahoma,arial;
    font-size:13px;
    color: #c2c2c2;
    background: #222 url(../images/layout/background.png) repeat-x top left;
}
#main_box {
    left:50%;
    margin:0 0 0 -450px;
    padding:0;
    position:relative;
    top:0;
    width:900px;
    background-color: #000;
}
#header {
    height: 315px;
    width: 900px;
    margin: 0;
    padding: 0;
    top:0px;
    float:left;
    background: url(../images/layout/header.jpg) no-repeat;
}
#menu {
    height: 69px;
    width: 900px;
    margin: 250px 0 0 0;
    padding: 0;
    background: url(../images/layout/menu_backr.png) repeat-x;
    float:left;
}
#menu a{
    margin: 25px 30px;
    float: left;
}
#submenu a.selected{
    font-weight: bold;
    padding-left: 25px;
}
#content{
    float: right;
    width: 635px;
    padding: 10px 25px 10px 10px;
}
#content.wide{
    float: right;
    width: 830px;
    padding: 10px 25px 10px 10px;
}
#submenu,
#user_panel {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    /*IE sucks!*/
    border: 1px solid #2a2a2b;
    background-color: #1e1c20;
    float: left;
    clear: left;
    width: 185px;
    margin: 10px 0 10px 20px;
    padding: 10px;
}
#submenu_replacement{
    float: right;
    width: 185px;
    margin: 20px 20px 20px 0px;
    padding: 10px;
}
#submenu a{
    display: block;
    margin:3px 0px 0px 0px;
    padding:0 7px 6px 15px;
    color: #edd78b;
    text-decoration: none;
    border-bottom:1px solid #444;
    background:  url(../images/layout/submenu_arrow.png) no-repeat 0px 5px;
}
#submenu a:hover{
    text-decoration: underline;
}
#change_data{
    display: block;
    margin:3px 0px 0px 0px;
    padding:0 7px 6px 15px;
    color: #edd78b;
    text-decoration: none;
    border-bottom:1px solid #444;
    background:  url(../images/layout/submenu_arrow.png) no-repeat 0px 5px;
}
#change_data:hover{
    text-decoration: underline;
}
#footer {
    height: 54px;
    width: 900px;
    margin: 0;
    padding:10px 0 0;
    text-align:center;
    color:#999999;
    font-size:11px;
    background: url(../images/layout/footer_backgr.png) repeat-x;
}
.done{
    color: green;
    font-weight: bold;
}
.notdone{
    color: #333333;
}
.button{
    background:transparent url(../images/layout/button.png) no-repeat scroll left 0;
    height:35px;
    line-height:28px;
    margin: 0px;
    text-align: center;
    color: #000;
    height: 29px;
    width:119px;
}
.button:hover{
    background:transparent url(../images/layout/button.png) no-repeat scroll left -30px;
    color: #6c4a23;
}
.login_box{
    padding: 60px 315px;
}
.login_info{
    margin: 30px;

    text-align: justify;
}
#result{
    font-size: 20px;
    padding: 0px;
    margin: 10px 0px;
    font-weight: normal;
    color: #f4952c
}
.logout_button a {
    color: #F4952C;
    font-weight: bold;
}
.order_info_box{
    margin: 40px;
}
.login_box .error_list {
    position: absolute;
    top: 800px;
    left: 50%;
    padding: 0;
    margin: 0 0 0 -130px;
    list-style: none;
    color: red;
    font-weight: bold;
}
#sf_admin_content {
    width: 1200px;
}
.stanzamowienia {
    color: #F4952C;
    font-weight: bold;
    padding: 3px 0 0 15px;
    background:transparent url(../images/layout/arrow.png) no-repeat scroll 0 5px;
}
.edit_profile label  {
    clear: left;
    float: left;
    width: 200px;
}
.edit_profile input {
    float: left;
}