body {font-size: 13px;}

table.block {
	border: solid 1px #351C1C;
	margin-top: 10px;
	margin: 0 auto;
	width: 825px;
 }

th.field_label {
	background: #EEE;
	height: 50px;
	padding: 0;
	width: 180px;
 }

td.field_input {
	border: solid 1px red;
	padding: 0;
	vertical-align: middle;
	width: 350px;
 }

	td.field_input input {
		font-size: 13px;
		padding: 5px;
		vertical-align: middle;
	 }

	td.field_input input[type=text],
td.field_input input[type=email] {width: 280px;}

span.field_requiered {
	color: #FF9900;
	margin-left: 10px;
 }

td.explain {
	background-color: #FFFFFF;
	color: #333333;
 }

.block0 ,  .block1 ,  .block2,  .block3 {text-align: center;}

.block {margin-bottom: 10px;}

.block0 {
	font-size: 24px;
	font-weight: bold;
 }

input[type=submit],
input[type=reset],
a.btn_top {
	background: #351C1C;
	background: #351C1C;
	border: #351C1C 2px solid;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 20px auto 0 auto;
	padding: 20px;
	text-decoration: none;
	transition: all .25s ease-out;
	width: 200px;
 }

input[type=submit]:hover,
input[type=reset]:hover,
a.btn_top:hover {
	background: #fff;
	color: #0066b9;
	cursor: pointer;
	font-weight: bold;
 }
