@media only screen and (max-width: 760px) {
  #popup{ display: none !important; }
}
#popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index:10000;
}
#popup-bg {
    background: #999999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
#popup-content-wrapper {
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -265px;
    width: 530px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#popup-content {
    padding: 10px 15px;
    overflow: hidden;
}
#popup-close-wrap {
    text-align: right;
    margin: 0 -10px;
    padding: 0;
}
#popup-close-wrap > a {
    font-weight: 700;
    color: #e03a3a;
}
#popup-close-wrap > a:hover {
    color: #333333;
}
#popupcol-1,
#popupcol-2 {
    float: left;
    width: 50%;
}
#popupcol-1 {
    line-height: 1.2em;
}
#popupcol-1 > h2 {
    margin: 20px auto;
}
#popupcol-2 > fieldset {
    padding: 0 0 0 10px;
}
#btnPopupSend {
    display: block;
    width: 97%;
}
#popup-cms {
    height: 215px;
    overflow: hidden;
}
#popup-cms > h2 {
	margin: 20px 0 10px 0;
}
#popup-cms > p {
	line-height: 1.5em;
	margin: 0px 0 0 0;
}
#popup [type="text"] {
	width: 90%;
margin-top:10px;
}
#popup textarea {
	width: 90%;
margin-top:10px;
}