﻿ 
@media only screen and (max-width: 590px),(min-device-width : 320px) and (max-device-width : 480px){
	.popup_box{ width:320px !important;height:300px !important;border:none !important;}
	.popup_img{display:none !important}
	.popup-input{width:180px !important;}
	.popup_content {width:320px !important;} 
	input[type=checkbox].rvts_check_input  + label.rvts_check_label {
	font-size:11px !important;
	padding-left:20px !important;}


}
	 
	
body{padding:0;margin:0;  } 
.popup_box{width:590px;height:290px;display:block; overflow:hidden; font-family: Helvetica, Georgia, Serif; font-size: 0;border:1px solid #ccc}
.popup_content{width:360px;height:290px;  display:inline-block;vertical-align: top; text-align:center; font-family:Calibri,Arial; color:#000000;}

.popup_img{ width:230px;height:290px;display:inline-block; vertical-align: top; font-size: 16px; }
 
.popup_content img{margin-top:10px;}
.popup_content p{margin-top:20px;font-size:16px;line-height:22px}
.popup-input{text-align:center;width:200px;height:30px;border:1px solid #000;letter-spacing: 1px;display:block;background-color:#ffffff;font-size:12px;line-height:30px;color:#a7a6a6;}

ul.popup_submit_alan{ list-style:none;text-align:center; padding:0}
ul.popup_submit_alan li{display:inline-block}
ul.popup_submit_alan li a{text-decoration:none;padding:7px 10px;background-color:#000;font-size:12px;color:#ffffff;border:none;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}

.radio_alan{font-size:12px;}
.rvts_check_label a{text-decoration:underline; color:#3c3c3c}

input[type=checkbox].rvts_check_input  {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].rvts_check_input  + label.rvts_check_label {
	padding-left:25px;
	height:15px; 
	display:inline-block;
	line-height:3px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].rvts_check_input:checked + label.rvts_check_label {
	background-position: 0 -15px;
}
label.rvts_check_label {
background-image:url(../img/radio.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
