#overlay {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9000;
	display: none;
	background: #000; 
}
#modal {
	width: 465px;
	display: none;
	position: absolute;
	z-index: 9999;
}
.modal_top{height:10px; line-height:0; font-size:0; background:url(../images/modal_bg_top_bott.png) left top no-repeat;}
.modal_bott{height:10px; line-height:0; font-size:0; background:url(../images/modal_bg_top_bott.png) left -9px no-repeat;}
.modal_bg{background:url(../images/bg_modal_bg.gif) 0 0 repeat-y;}
#modal .padding {
	padding: 20px;
	position: relative;
}
#modal h2 {
	color: #005daa;
	margin: 0;	padding: 0;
	padding-bottom: 24px;
	font: normal 24px Tahoma;
}
#modal p {
	line-height: 1.5;
	color: #6d6d6d;
	margin: 0; padding: 0;
}
#modal table {
	width: 370px;
	margin: 0px auto;
}
#modal input {
	width: 215px;
	height: 20px;
	color: #6d6d6d;
	padding: 2px 0px 0px 5px;
	border: 1px solid #ccc;
}
#modal textarea {
	width: 215px;
	height: 50px;
	color: #6d6d6d;
}
#modal .checkbox {
	float: left;
	width: 20px;
	height: 15px;
	border: none;
}
#modal .submit,
#modal .submit:focus { 
	width: 146px;
	height: 47px;
	border: none;
	cursor: pointer;
	background: url("../images/form_submit.jpg") no-repeat;
}
#modal input:focus,
#modal input.focus,
#modal textarea:focus,
#modal textarea.focus {
	border: 1px solid #005daa;
	background: url("../images/field_bg.jpg") top no-repeat;
}
#modal textarea:focus,
#modal textarea.focus {
	height: 54px;
}
#modal #modal-close {
	width: 58px;
	height: 20px;
	top: 5px; right: 5px;
	position: absolute;
	cursor: pointer;
	background: url("../images/close-btn.gif") no-repeat;
}