#modal_form {
	padding: 5px;
	z-index: 27;
	border-radius: 5px;
	position: fixed;
	width: 670px; 
	height: 100%;
	background: #E9D3AF;
	/* margin-top: 225px; */
	margin-left: 375px;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
}
	
#modal_form #modal_close {
	/*width: 21px;
	height: 21px;*/
	position: absolute;
	font-size: 10pt;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}

#overlay {
	z-index:26;
	position:fixed;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%; 
	height:100%;
	top:0;
	left:0;
	display:none;
		}

#result {
	color: red;
	font-size: large;
	display: none;
}