#newsBox
{
	position: absolute;
	width: 100%;
	min-height: 728px;
	top: 0;
	left: 0;
	margin: 0;
	background-image: url('../images/bgForm.png');
}
#newsBox .mainBox
{
	width: 420px;
	margin: 100px auto;
	padding: 40px;
	border: 1px #044858 solid;
	background-image: url('../images/formBackground.png');
}
#newsBox .close
{
	float: right;	
}
