
.simplePopup {
display:none;
position:fixed;
border:4px solid #c0c0c0;
background:#fff;
z-index:999999;
padding:12px;
width:50%;
min-width:50%;
}

.simplePopupClose {
float:right;
cursor:pointer;
margin-left:10px;
margin-bottom:10px; background:#333; color:#fff; padding:5px 10px;
}
.simplePopupClose:hover { background:#E9731D; color:#fff;}
.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:1111;
}

.simplePopup p		{ font-family: 'Roboto Condensed', sans-serif; font-size:14px; color:#666; padding-bottom:6px;}
.simplePopup p span	{ color:#ff0000;}
.txtbox_style		{ float:left; width:100%; padding:7px 15px; border:1px solid #c0c0c0; margin-bottom:10px;}
.popup_btn			{ float:left; margin:10px 0px; width:170px; padding:10px 15px; background:#fff; border:1px solid #c0c0c0; text-align:center; cursor:pointer;}
.popup_btn:hover	{ background:#E9731D; color:#fff; border:1px solid #E9731D;}