body {
    background-color: #FFFFFF;
    background-image: url('../images/background.png');
    background-position: top left;
    background-repeat: repeat-x;
    font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
    font-size: 13px;
}

.hidden {
    display: none;
}

#title {
    display: block;
    width: 225px;
    height: 195px;
    position: absolute;
    top: 50px;
    left: 49px;
    background-image: url('../images/title.png');
}

#title strong {
    display: none;
}

#content {
    position: absolute;
    top: 0px;
    left: 0;
    margin-left: 50px;
    margin-right: 275px;
}

#border {
    width: 1px;
    height: 163px;
    position: absolute;
    top: 50px;
    left: 441px;
    background-image: url('../images/border.png');
}

h1 {
    margin: 0 0 0 -3px;
    padding: 0;
    color: #0066CC;
    font-size: 40px;
    font-weight: normal;
}

p {
    text-align: justify;
}

a {
    color: #FF6600;
}

table {
    margin-left: 2px;
    border-collapse: collapse;
}

th, td {
    padding: 4px;
    border: 2px solid #0066CC;
}

.table {
    margin-bottom: 4px;
}

.error {
    color: #FF6600;
}

input, select {
    border: 1px solid #0066CC;
    font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
}

.submit {
    border: 1px solid #FF6600;
    background-color: #FF6600;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    curosr: hand;
}

.count {
    width: 50px;
}

.name {
    width: 100px;
}

.sponsor {
    display: block;
    margin: 50px 0;
}

.photo_outer {
    float: left;
    width: 140px;
    height: 140px;
    text-align: center;
    line-height: 120px;
}

img {
    border-width: 0;
    vertical-align: middle;
}

#imgsponzoris {
    position: fixed;
    _position: absolute;
    bottom: 50px;
    left: 50px;
}
