#contestform input[type="text"] {
    background: url("/themes/popart/images/contact-input.png") no-repeat scroll 0 0 transparent;
    height: 28px;
    margin-bottom: 13px;
    padding-left: 5px;
    width: 314px;
}
.captcha {
    background-image: url("/images/captcha.png");
    float: left;
    height: 123px;
    width: 222px;
}

.captcha_img_pos {
    height: 55px;
    padding-top: 15px;
    text-align: center;
    width: 222px;
}

.captcha_input_pos {
    float: left;
    padding-left: 28px;
    padding-top: 0;
    width: 135px;
}

.capcha_refresh {
    float: left;
    padding-left: 19px;
}
.captcha_error {
    color: #D20000;
    padding-top: 5px;
}

#contestform textarea {
    background: url('/themes/popart/images/cart-textarea1.png') no-repeat scroll 0 0 transparent;
    height: 68px;
    padding: 3px;
    width: 645px;
!important;
}
.customFileInput_contact input {
    cursor: pointer;
    height: 28px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 205px;
}
.customFileInput_contact {
    margin-bottom: 10px;
    position: relative;
    width: 319px;
}
.customFileInput_contact span.fileName {
    background: url("../images/contact-file-input.png") no-repeat scroll 0 0 transparent;
    color: #999999;
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    width: 193px;
}
.input_container .notification.success {
    background: none repeat scroll 0 0 #EFFEB9;
    border-color: #98C700;
!important;
}
.input_container .notification {
    border: 1px solid #98C700;
    color: #333333;
    float: left;
    font-size: 12px;
    margin-left: 9px;
    padding-left: 10px;
    position: relative;
    width: 249px;
!important;
}
.cart div .notification {
    background: none repeat scroll 0 0 #FCFEB9;
    border: 1px solid #98C700;
    color: #999999;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 10px 12px;
    width: auto;
}
#send_contest
{
    background: url("/themes/popart/images/small_btn.png") no-repeat scroll 0 0 transparent;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 29px;
    line-height: 31px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px grey;
    width: 133px;
}
#contestform .red_input {
    width:314px;
    padding-left:5px;
    height:28px;
    margin-bottom:13px;
    background: url("/images/contact-input-red.png") no-repeat !important;
}
#contestform .red_textarea {
    background: url("/images/required_textarea1.png") no-repeat scroll 0 0 transparent !important;
    height: 68px;
    padding: 3px;
    width: 645px;
}
.viol1 {
    color:#8f3435;
    font-size:14px;
    padding-left:15px;
    padding-top:20px;
    padding-bottom:10px;
}
#contactBox {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #1D1D1D;
    display: none;
    min-height: 250px;
    position: absolute;
    right: 29%;
    top: 40%;
    width: 610px;
    z-index: 9999 !important;
}
.img-result {
    text-align: center;
    margin: 20px 0;
}
.img-result strong {
    font-weight: bold;
    font-size: 1.2em;
}
.img-result img {
    max-width: 700px;
}

.contest-content .cart {
    width: 100%;
    margin: 0 auto!important;
}
body.language_fr .contest-content .cart  {
    margin: 0 auto 0 125px!important;
    width: 725px;
}
.contest-content .cart .cart_content {
    width: auto;
    padding: 10px 20px;
}