*{
	margin:0;
	padding:0;
}

body{
	background-color:#fafafa;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:22px;
	color:#000;
}

.top_bg{
	background-image:url(111148top_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

.middle_bg{
	background-image:url(111148middle_bg.jpg);
	background-position:center top;
	background-repeat:repeat;

}

.queries_bg{
	background-image:url(111148queries_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.formText01{
	font-size:22px;
	line-height:30px;
	color:#FFFFFF;
}


.formText02{
	font-size:16px;
	line-height:30px;
	color:#FFFFFF;
}

.frmArea{
	width:250px;
	height:35px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}

.frmAreaBig{
	width:250px;
	height:80px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}

.frm_bg{
	background-color: rgba(9, 58, 92, .7);
	color: rgba(9, 58, 92, .7);
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
}

.sbmtBtn{
	width:100px;
	height:50px;
	background-color:#093a5c;
	color:#FFFFFF;
	font-size:18px;
	line-height:26px;
	border:0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

}