.form-left {
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: 5px 5px 15px #000000;
    background-color: #15a355;
    margin-bottom: 30px;
    padding: 10px;
    color: white;
}
.content h1 {
    font-size: 18px;
    background-color: #e31d23;
    padding: 10px 25px 10px 25px;
}
.form-right {
	background: #15a355;
    color: #FFFFFF;
    position: relative;
    left: 0px;
    top: 0px;
    border: 15px solid #15a355;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: 5px 5px 15px #000000;
    background-image: url(/images/transV2.png);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0px;
    width: auto;
}
#road {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: -5;
    text-align: center;
    display: none;
}
body {
    padding: 0px;
    font-family: 'Istok Web', sans-serif;
    color: #161616;
    font-size: 14px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: white;
}
html {
    background-repeat: repeat-x;
    height: 100%;
    background-attachment: scroll;
    background-color: #ffffff;
}
#cookies-message {
    padding: 6px 0px;
    font-family: Verdana;
    font-size: 12px;
    line-height: 12px;
    border-bottom: 1px solid rgb(211, 208, 208);
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #FFDE00;
    opacity: 0.8;
    width: 100%;
    z-index: 999;
    display: none;
}
#header {
    background-image: none;
    background-color: #206774;
    padding-bottom: 0px;
    color: #f3fafb;
    background: url(../images/m/naglowek.png) no-repeat;
    padding-top: 40px;
    border-top-right-radius: 20px;
    margin-bottom: 15px;
    display: none;
}
.odd {
    background-color: rgba(65, 169, 29,.5);
}
.tableHeader {
    background-color: #41a91d;
    font-weight: 600;
}
html {
    background: none;
    background-repeat: repeat-x;
    height: 100%;
    background-attachment: scroll;
    background-color: #ffffff;
}
#frame{
overflow: hidden;
width: 860px;
height: 100%;
position: absolute;
}