@charset "utf-8";
/* CSS Document */
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body, input, textarea {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
a {
	color:#d10e00;
	text-decoration:none;
}
a:hover {
	color:#3372BF;
	text-decoration:underline;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
input, textarea {
	border: 1px solid #999;
	padding:4px 0;
}
th {text-align:left;padding: 0 10px;font-size:1.5em;}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	color:#9e0b0f;
	font-size: 20px;
}
h2 {
	color:#9e0b0f;
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}
/* `Layout
----------------------------------------------------------------------------------------------------*/
#header {
	padding: 0 10px;
	background:#000;
	text-align:center;
}
#content {
	width:600px;
	margin:0 auto;
	padding-top:20px;
}
.table {
	margin: 0 auto;
	border-collapse:collapse;

}
.table td {
	padding:4px 10px 4px 0;	
}
#submit{margin-top:10px;width:100%;border:1px solid #10abe8;background:#02597b; color:#fff; font-weight:bold;font-size:1.4em;padding:10px 0}
#submit:hover { cursor:pointer}