.login_close_img {
    background-image: url("mv11_vz.png");
    background-repeat: no-repeat;
    background-position: -729px -166px;
	display: block;
	width: 26px;
	height: 26px;
		position: absolute;
		right: -15px;
		top: -14px;
		cursor: pointer;
}
#model-content {
    background: url("v1_vz_md.png") repeat-x scroll 0 0 #668833;
    border: 2px solid #AADD44;
    color: #000000;
    left: 50%;
    margin-left: -250px;
    padding: 10px;
    position: fixed;
    width: 550px;
    z-index: 100;
}
#model-content h2 {
    border-bottom: 2px solid #668833;
    color: #795300;
    font-size: 1.6em;
    margin-bottom: 15px;
    padding-bottom: 4px;
    padding-top: 0;
}
#model-content .text {
    background: #FFFFFF;
    border: 2px solid #BBCC99;
    border-radius: 5px 5px 5px 5px;
    margin: 1px 0;
    padding: 3px;
}
#model-content .left, #model-content .right {
    height: 135px;
}
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 120px; 
		left: 50%;
		margin-left: -135px;
		width: 230px;
		position: fixed;
		z-index: 101;
		padding: 15px;
		}