.div_form
{
	border: 1px solid #3F3F3F; 
	padding: 30px 20px 20px;
}

.loading
{
	background-color: #000000;
	
	width: 100%;
	height: 100%;
	
	position: fixed;
	top: 0px;
	left: 0px;	
	z-index: 1000;

	opacity: 0.7;
	filter:alpha(opacity=70);
}
.loading_inner
{
	background-image: url(http://destroy/img/loading.gif);
	background-position: center;
	background-repeat: no-repeat;

	width: 100%;
	height: 100%;
}