body{
    margin: 0;
}

a {
    text-decoration: none;
}
.popup_wrapper{
    width: 100%;
    height: auto;
    display: table;
    font-family: arial;
    background: #FFF;

}
.top_blue{
    width: 100% !important;
    height: 90px;
    background-color: #1922fa;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1922fa), to(#2b3891));
    background: -webkit-linear-gradient(top, #1922fa, #2b3891);
    background: -moz-linear-gradient(top, #1922fa, #2b3891);
    background: -ms-linear-gradient(top, #1922fa, #2b3891);
    background: -o-linear-gradient(top, #1922fa, #2b3891);

}

.top_blue_content {
    width:auto;
    margin:0 auto;
}
.top_blue span{
    color:#FFF;
    margin-left: 30px;
line-height:2.5;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #666;
    font-family: helvetica;
}
.avx_logosmall{
    width:80px ;
    height:70px ;
    background: url('../../images/popups/avx_logosmall.png') left top no-repeat;
    float: left;
    margin-left: 32px;
    margin-top: 16px;
}
.notice{

    font-size: 18px;
    color:#6d6e71;
padding:50px;
    font-weight: normal !important;
}

.notice2{
    width:auto;
    margin:0 auto;
    font-size: 14px;
    color: #454545;
    padding:10px;
    font-weight: bold !important;
    margin-left: 5px;
}

.contact_button{
    background: url("../../images/popups/contact_btn.png") top center no-repeat;
    width: 235px;
    height: 40px;
    margin-left: 272px;
    font-size: 20px;
    padding-left: 40px;
    line-height: 1.8;

}
.contact_button a{
    color: #FFF;
    text-decoration: none;
    padding-left: 30px;
}
.bottom_blue{

    height: 20px;
    background-color: #1922fa;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1922fa), to(#2b3891));
    background: -webkit-linear-gradient(top, #1922fa, #2b3891);
    background: -moz-linear-gradient(top, #1922fa, #2b3891);
    background: -ms-linear-gradient(top, #1922fa, #2b3891);
    background: -o-linear-gradient(top, #1922fa, #2b3891);
    margin-top: 10px;
}

.green-text {
    color:#5b9569;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom:15px;
}

.green-text2 {
    color:#5b9569;
    font-size: 20px;
    font-weight: bold;
    margin-bottom:15px;
    margin-top:25px;
}

.red-text {
    color:#a42112;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}


.red-text2 {
    color:#a42112;
    font-size: 32px;
    line-height: 34px;
    font-weight: bold;

}


input {

padding:5px;

}

.left-input {
    width:250px;
    /*margin-right:50px;*/
}

.right-input {
    width:250px;
}

.email-input {
    width:250px;
}

.url-input {
    width:330px;
}

.input_ar{
    width:250px;
}

.input_ar2{
    width:400px;
}

.sponsor {
    width:150px;
}

.sponsor_price {
    width:100px;
}

.left {
    float:left;

}

.left_sponsor {
    float:left;
    margin-top:20px;
}

.right {
    float:right;
}

.clear {
    clear:both;
}

.termsheader1 {
    color: #9c1600;
    font-size: 48px;
    font-weight: bold;
    text-shadow: #b3b3b3 3px 3px 3px;
    margin-top: 40px;
    margin-left: 75px;
}
