body{
    margin: 0;
}

a {
    text-decoration: none;
}
.popup_wrapper{
    width: 100%;
    height: auto;
    display: table;
    font-family: arial;
    background: #FFF;
    text-align: center;
}
.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:777px;
    margin:0 auto;
}
.top_blue span{
    float: left;
    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: 160px;
    margin-top: 16px;
}

.mainstuff{
    margin: 20px auto 0 auto;
    width: 500px;
}

.blueit{
    color: #1a23d8;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.greyit{
    line-height: 150%;
    font-size: 16px;
}

.red-btm-txt{
    color: #a42112;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px
}

.view-six-btn{
    color: #ffffff;
    margin: 30px auto 0 auto;
    width: 215px;
    height: 36px;
    font-weight: bold;
    padding: 12px 0 0 15px;
    background: url('../../images/popups/view-six-green.png') left top no-repeat;
}

a:hover .view-six-btn{
    color: #a42112;
}

.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;
}


.clear {
    clear:both;
}

