/* CSS Document */


/*link*/
.ajaxmailer, .ajaxmailerc{
position: fixed;
top: 40%;
left:35%;
width: 30%;
background: #fff;
z-index: 999;
border: 2px solid #030303;
}

.ajaxmailer .inner, .ajaxmailer .result, .ajaxmailerc .innerc, .ajaxmailerc .resultc{
padding: 20px;
}

.ajaxmailerclose, .ajaxmailerclosec{
float: right;
}
                                                                                     
a.ajaxmailerclosec, a.ajaxmailerclose{
color: #339ED5;
}


#ajaxmailermsgc{
  width: 100%;
  height: 50px;
}

@media (max-width:800px) {
    .ajaxmailer, .ajaxmailerc {
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
    }
}​






