@import url("reset.css");
@import url("mod_text.css");

html, body { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: normal 12px/15px tahoma, arial, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
}

#frmw_wrapper { 
	position: absolute;
	width: 444px;
	height: 170px;
	margin-left: -222px;
	margin-top: -120px;
	left: 50%;
	top: 50%;
	text-align: center;
}
#frmw_wrapper h6 {
	margin: 20px 0 0 0;
	color: #666666;
	font: normal 14px/18px "Georgia", serif;
}
#frmw_content {
	text-indent: -10000px;
	visibility: hidden;
}
