.amd_selection_popup > div{
    width:50%;
    float: left;
    text-align: center;

}

.amd_selection_popup img,.amd_selection_popup  input{
    display:block;
    margin-left: auto;
    margin-right: auto;
    float: none;

}

.amd_selection_popup img{
    padding: 20px 20px;
}

.amd_selection_popup > h2{

    text-align: center;
    padding: 10px;
    color:#000000;
}

@media screen and (max-width:640px) {
    .amd_selection_popup > div{
        width:100%;
    }
    .amd_selection_popup img{
        width:30%;
    }
    .amd_selection_popup  h2{
        font-size: 0.6em;

    }
    .fancybox-close{
        display: none;
    }
    .fancybox-inner{
        margin-top: -10px;
    }
    .submit_style6{
        width:100%;
        height: 19px;
        font-size: 12px;
/*        margin: 20px 0 20px 2%;*/
    }
}