html,
body {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: small;
    text-align: center;
    color: #000;
    background-color: #FAFFDC;
}

img {
    vertical-align: bottom;
    border: 0;
}

a {
    color: #444;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
a:active, a:focus {
    outline: 0;
}



h2 {
    font-size: 120%;
    font-weight: bold;
    color: #c5791e;
    padding: 5px 0;
    margin: 0;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    color: #c5791e;
    padding: 0 0 5px;
    margin: 0;
}

p {
    padding: 1px 0;
    margin: 10px 0;
}

hr {
    border: 0;
    border-top: 1px solid #ffe169;
}

ol li {
    margin-bottom: 3px;
}

fieldset {
    border: 1px solid #ffe169;
    background: #fdffcc;
    margin: 5px 0;
    padding: 0 5px 5px;
    height: auto;
    overflow: hidden;
}
fieldset.buttony {
    padding: 5px;
    margin: 10px 0;
}
legend {
    background: #faffdc;
    font-weight: bold;
}



div.center {
    margin: 0 auto;
    text-align: left;
    width: 950px;
    padding: 0;
    height: auto;
    overflow: hidden;
}

#container {
    padding: 0;
}

#container #top1 {
    padding: 0;
    position: relative;
    height: 100px;
}

#top1 a.logo {
    position: absolute;
    top: 5px;
    left: 1px;
    text-indent: -9999px;
    width: 230px;
    height: 90px;
    background: transparent url('../gfx/logo.gif') 0 0 no-repeat;
}
#top1 h1 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 250%;
    font-weight: bold;
    color: #ff8c40;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 250px;
}
#top1 span.topinfo {
    position: absolute;
    top: 50px;
    left: 250px;
}

#top1 #showright {
    display: block;
    position: absolute;
    right: 0;
    top: 50px;
    width: 10px;
    height: 50px;
    background: #ffe169 url('../gfx/arr1.gif') 50% 50% no-repeat;
    text-indent: -9999px;
}

#container #middle {
    padding: 1px 0;
    height: auto;
    overflow: hidden;
}

#container #middle #con_left {
    float: left;
    width: 700px;
}

#container #middle #con_right {
    float: right;
    width: 240px;
    padding: 12px 0 0;
}

#con_right #sidebar {
    border: 1px solid #ffe169;
    background: #fdffcc;
    
}

#con_right #sidebar div.sidebox {
    padding: 5px;
}

#container #bottom {
    padding: 30px 0 0;
}



#container form {
    padding: 0;
    margin: 0;
}

#con_left div.errory {
    border: 1px solid #f00;
    padding: 5px;
    background: #fee;
}

#con_left fieldset div {
    height: auto;
    overflow: hidden;
    padding: 1px 0;
}
#con_left fieldset div.delurla {
    padding: 5px 0 0;
    font-size: 90%;
}
#con_left fieldset div.delurla input#delurl {
    padding: 5px 0 0;
    font-size: 90%;
    border: 1px solid #ffe169;
    background: #fdffcc;
    width: 250px;
}


input.pole {
    float: left;
    border: 1px solid #ffe169;
    width: 150px;
    margin: 5px 0 0;
    padding: 3px;
}
textarea {
    border: 1px solid #ffe169;
}

input#fo_linkd {
    font-size: 140%;
    width: 520px;
    margin: 5px 5px 0 0;
}
input#przerobiony {
    font-size: 140%;
    width: 300px;
}

input.button {
    padding: 1px 0 0;
    margin: 5px 0 0;
    background: url('../gfx/button.gif');
    border: 0;
    width: 150px;
    height: 30px;
    cursor: pointer;
    text-indent: -9999px;
}

img#qrcodeimg {
    float: right;
}

#msg_tabs {
    list-style: none;
    padding: 0;
    margin: 10px 0 5px;
    height: auto;
    overflow: hidden;
}

#msg_tabs li {
    float: left;
    padding: 0;
    margin: 0 7px 0 0;
}
#msg_tabs li a {
    display: block;
    width: auto;
    height: 23px;
    padding: 5px 7px 0;
    background: url('../gfx/tabs.gif') 0 0 repeat-x;
    text-decoration: none;
    color: #fff;
    border: 1px solid #ffa559;
    font-size: 110%;
    font-weight: bold;

    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox fix */
}
#msg_tabs li a:hover,
#msg_tabs li a.active {
    border-right: 1px solid #ff7226;
    border-left: 1px solid #ff7226;
    background: url('../gfx/tabs.gif') 0 -28px repeat-x;
}

#msg_cont {
    margin: 0;
    list-style: none;
    padding: 0;
}
#msg_cont li {
    margin: 0;
    padding: 0;
}
#msg_cont li fieldset {
    margin: 0;
    border: 1px solid #ffe169;
    background: #fdffcc;
    padding: 5px;
}


#msg_cont fieldset textarea.stattext{
    width: 500px;
    height: 55px;
}

fieldset span.statuslicz {
    font-size: 120%;
    font-weight: bold;
    display: inline-block;
    width: 60px;
}

span#kopiujdt {
    font-size: 110%;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    margin: 15px 0 0 5px;
    display: inline-block;
    padding: 0;
}

#footer {
    font-size: 80%;
    padding: 0px 0 20px;
    
}


