.add-offer-form .offer-field {
    display: block;
    width: 420px;
    margin: 10px 0;
    text-align: right;
}
.add-offer-form .currency {
    color: #6AA54B;
    cursor: pointer;
    margin: 0 3px;
}
.add-offer-form .currencies {
    vertical-align: baseline;
}
.add-offer-form .currency.selected {
    font-weight: bold;
}
#tab1,
#tab2,
#tab3 {
    display: none;
}

.add-offer-form h2 {
    color: #3D579F;
    text-align: left;
}
.add-offer-form textarea {
    width: 300px;
    height: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.add-offer-form .filters0 {
    display: none;
}
.add-offer-form .filters1 {
    display: inline-block;
}
.add-offer-form .filters0 {
    display: none;
}
.add-offer-form .filters1 {
    display: inline-block;
}
.add-offer-form .platform_selector {
    margin: 10px 0;
}
.add-offer-form .platform_selector label {
    display: inline-block;
    margin: 10px 0 0 0;
    width: 320px;
    font-size: 16px;
    line-height: 120%;
    font-weight: bold;
    cursor: pointer;
}
.add-offer-form .platform_selector label .platform-type {
    display: inline-block;
    margin: 0 10px;
}
.add-offer-form .platform_selector label .mode0-icon {
    margin: -10px 5px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("/site/image/design/mode0.png") left top no-repeat;
}
.add-offer-form .platform_selector label .mode1-icon {
    margin: -10px 5px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("/site/image/design/mode1.png") left top no-repeat;
}