﻿@charset "UTF-8";

body {
	background:#ECF3F3;
}


#formWrap {
	width:600px;
	margin:0 auto;
	color:#778899;
	/*color:#555;*/
	line-height:120%;
	font-size:24px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	font-size:24px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	font-size:20px;
}
select {
	font-size:20px;
	min-height:50px;
}

input[type=submit] {
	padding:10px;
	font-size:20px;
}

input[type=email],
input[type=tel],
input[type=text] {
	width:95%;
	font-size:24px;
	border:1px #AAA solid;
	color:#002255;
	background-color:rgba(239, 239, 239, 0.8);
	line-height:160%;
	overflow:auto;
	min-height:50px;
}
textarea {
	width:95%;
	font-size:24px;
	border:1px #AAA solid;
	color:#002255;
	background-color:rgba(239, 239, 239, 0.8);
	line-height:160%;
	overflow:auto;
	min-height:100px;
}
