html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:10px 0;
	background-image:url('/img/background.png');
	background-position:top center;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:14px;
	color:#333;
}

a {
color:#2350aa;
text-decoration:underline;
}

a:hover {
color:#ff6d06;
text-decoration:none;
}

#content {
	margin:0 auto;
	width:800px;
	border-top:4px solid #de8529;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background-color:#fff;
	padding:0 15px;
	margin-bottom:0;
	overflow:hidden;
}

#content ul.list {
	margin-bottom:15px;
	padding:0 0 0 10px;
	list-style-type:none;
}

#logo {
	text-align:center;
	margin:10px 0;
}

#footer {
	margin:0 auto;
	padding:0 15px;
	width:800px;
	height:40px;
	line-height:40px;
	background-color:#318bbd;
	border:1px solid #2777a4;
	color:#fff;
	margin-top:0;
}

h1 {
	font-family:Georgia, Arial;
	color:#e97d01;
	font-size:26px;
	font-weight:normal;
	margin:15px 0 10px 0;
	clear:both;
}

h3
{
	font-family:Georgia, Arial;
	color:#e97d01;
	font-size:18px;
	font-weight:normal;
	margin:15px 0 10px 0;
	clear:both;
}


input.mail {
	background-color:#fafafa;
	border:1px solid #ddd;
	padding:4px;
}

.submit-button {
    font-family: Helvetica, Arial, sans-serif;
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	background-color:#3baf3a;
	border:1px solid #288f26;
	padding:2px 5px;
	cursor:pointer;
}

.submit-button:hover {
	background-color:#48bf47;
}

ul.menu {
	clear:both;
	margin:20px 0;
	overflow:hidden;
}

ul.menu li {
	display:inline;
	float:left;
}

ul.menu li a {
	display:block;
	width:194px;
	height:40px;
	line-height:40px;
	background-color:#fafafa;
	border:1px solid #eee;
	text-align:center;
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

ul.menu li a:hover {
	background-color:#e7f5fd;
	border-color:#abd9f6;
	color:#2a6b95;
}

ul.menu li a.margin {
	margin-right:5px;
}

.info-success, .info-error {
	height:25px;
	line-height:25px;
	background-repeat:no-repeat;
	background-color:#ffffe8;
	margin-bottom:15px;
	font-family:Arial, Tahoma, sans-serif;
	font-size:14px;
	font-weight:bold;
	clear:both;
	border:1px solid #f2f2c8;
}

.info-success {
	background-image:url(/img/ico_success.gif);
	background-position:12px 6px;
	padding:7px 7px 7px 48px;
	color:#558000;
}

.info-error {
	background-image:url(/img/ico_error2.gif);
	background-position:12px 6px;
	padding:7px 7px 7px 55px;
	color:#da1818;
}
