#backgroundform {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000;
	z-index: 8888;
	filter:progid:DXImageTransform.Microsoft.Alpha( opacity =80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	 opacity : 0.8;
	}
	
	#openwindow-title{
		color: #000;
		font-weight: normal;
		font-size: 22px;
	}
	
#openwindow {
	position: fixed;
	width: 400px;
	height: 200px;
	top: 50%;
	margin-left: -200px;
	margin-top: -100px;
	left: 50%;
	z-index: 999999;
	display: none;
	padding: 10px 20px 15px;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
	#openwindow textarea{
		height: 100px;
	}

	#firster {
		width:1000px;
		margin:0 auto;
		}
#openwindow-header {
	padding: 5px 0 5px;
	margin: 0px 0 15px;
	position: relative;
	overflow: hidden;
}
#openwindow-close {
	width: 30px;
	height: 30px;
	border: 15px solid #FFF;
	border-bottom-color: #F0F0F0;
	position: absolute;
	right: 0;
	top: -5px;
	cursor: pointer;
}
	#openwindow-close:hover {
		border-bottom-color: #999;
	}

#openwindow-content {
	overflow: auto;
}
	#openwindow-content table.setka td {
		padding: 10px 0;
	}
	
		#openwindow-content input[type=submit]:hover {
			text-decoration: underline;
		}

#openwindow-content h1 {
	margin-top: 0;
	margin-bottom: 20px;
}
