#modal_form, #modal_form_2 {
	width:400px; 
	background:#fff;
	position:fixed;
	left:50%;
	top:20% !important;
	margin-left:-200px;
	display:none;
	opacity:0;
	z-index:9995;
	padding:50px 50px 20px 50px;
}
#modal_form_2 {
	padding:0;
}
#modal_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: block;
    background: url(../images/close.png) center center / cover no-repeat;
    opacity: .5;
}
#modal_close_2 {
width: 30px;
    height: 30px;
    position: absolute;
    top: -35px;
    right: 0px;
    cursor: pointer;
    display: block;
    background: #fff url(../images/close.png) center center / 15px no-repeat;
    opacity: .7;
    border-radius: 50%;
}
#overlay {
	z-index:9993;
	position:fixed;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%; 
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}