.modal {
	position:absolute;
	top:0;
	left:50%;
	width:400px;
	overflow:hidden;
	z-index:3000;
}

#RegDialog {
	position:absolute;
	overflow:hidden;
	z-index:3000;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 150px;
	overflow:hidden;
	/*height: 350px;*/
}

#RegFrame {
	width: 100%;
	height: 230px;
	border: 0 none;
	overflow: hidden;
}

#RegDialog .close {
	display:block;
	position:absolute;
	top:11px;
	right:17px;
	text-indent:-9999px;
	background:url(../img/cross.png) no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
	overflow:hidden;
}

#RegDialog .close:hover {
	background-position:0 -28px;
}

#RegDialog .close:active {
	background-position:0 -58px;
}

#RegDialog .bg-cl {
	background:url(../img/modal-sides.png) repeat-y;
	padding:0 0 0 5px;
	zoom:1;
}

#RegDialog .bg-cr {
	background:url(../img/modal-sides.png) repeat-y 100% 0;
	padding:0 5px 0 0;
	zoom:1;
}

#RegDialog .bg-bl {
	background:url(../img/modal-b.png) no-repeat;
	height:13px;
	padding:0 0 0 14px;
	overflow:hidden;
}

#RegDialog .bg-br {
	background:url(../img/modal-b.png) no-repeat 100% -15px;
	height:13px;
	overflow:hidden;
}

#RegDialog .modal-content {
	zoom:1;
	background:#fff url(../img/modal-grad.png) repeat-x;
	overflow:hidden;
	padding: 10px 17px 13px 17px;
}
