html, body { height:100%;overflow: hidden;font-family: "Arial", "Helvetica", sans-serif;}
body {font-size:100%;  background: url('../images/body_bg.jpg') no-repeat 50% 0;font:14px/18px "Arial", "Helvetica", sans-serif; color:#fff;}
input, textarea	{color:#3c3f46;}
.button{
	-moz-border-radius:6px;
	border-radius:6px;
	behavior:url(js/PIE.htc);
	position:relative;
	border:3px solid #0098e2;
	background: #0098e2;
	color: #fff;
}
.button:hover{
	background: #fff;
	border:3px solid #fff;
	color: #0098e2;
}

#none input[type=text]{width: 350px;}
#none input[type=tel]{width: 350px;}
#none textarea{width: 350px;}
#none input.kpch{width: 134px;margin: 0 0 8px 8px;}
#none input[type=submit].button{width: 350px;margin: 0 3px;}
H2 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	font-size: 25px;
	color:#0098e2;
	vertical-align: top;
	margin-bottom: 16px;
	margin-top: 10px;
}