@charset "utf-8";


body {
	text-align: center;
	padding: 25px 0;
	font-size: 14px;
}

body table td p {
	margin-bottom: 0;
}

body table td font {
	background: orange;
	border-bottom: 3px double orange;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 15px 0;
}

table {
	border: 1px solid #ddd;
	width: 960px;
	margin: 0 auto 25px auto;
	table-layout: fixed;
}

table th,
table td {
	border: 1px solid #ddd;
	padding: 8px 8px;
	vertical-align: middle;
}
table tr td:nth-child(odd) {
	background: #efefef;
}

table td:nth-child(2n),
table td:nth-child(4n) {
	width: 35%;
}


p {
	margin-bottom: 25px;
}

select,
input[type="text"],
input[type="password"] {
	padding: 3px 5px;
	border-radius: 3px;
	border: 1px solid #aaa;
	margin: 3px 0;
}

input[type="submit"],
input[type="reset"] {
	display: inline-block;
	padding: 6px 16px;
	border: 0;
	border-radius: 5px;
	background: #ddd;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

input[type="submit"] {
	background: #2E4497;
	color: #fff;
}

p.comment{
    font-size: 70%;
}

span.must{
    color: #F00;
}
