@charset "UTF-8";

body {
	font-size:16px;
}


#formWrap {
	margin:0 10px;
	color:#555;
	line-height:120%;
	font-size:3em;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
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;
}
p.error_messe{
	margin:5px 0;
	color:red;
}


#bb {
	text-align:center;
	margin:auto;
	margin-bottom:50px;
}

#btns {
	font-size:2em;

}