/* --------------- RESET.CSS --------------- */


.popup {
	/*background: url(../images/bg-popup.png) -5px -5px;*/
	border: 1px solid rgba(197, 192, 192, .7);
	border-radius: 10px;
	height: auto;
	position: absolute;
	width: auto;
	max-width:980px;
	z-index: 999;
background-color: #fff;
}
.popup-content {
    border-radius: 6px;
    line-height: 1.6;
    padding: 0px 18px 0 17px;
}

.popup-choice {
	margin: 14px 0 0;
	text-align: center;
}

.btn-yes {
	/*background: url(../images/bg-btn-yes.png) no-repeat;
	color: #2a4006;*/
	margin: 0 6px 0 0;
height:30px; 
color:#fff; padding-left:10px;
 padding-right:10px;
background: #FF0000; 
border:1px solid #FF0000
;cursor:pointer;
 font-weight: bold;
	border-radius: 5px;
}


.hide-layout {
	background: #000;
	bottom: 0;
	display: none;
	height: 100%;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

/* --------------- /GENERAL --------------- */
