body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}
abbr, acronym{border:0}

/* General */

body {
	font-size: 13px;
}

/* Typo */

* {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 14px;
	color: #000;
	line-height: 150%;
}

p {
	margin-bottom: 15px;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #00f;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #bd0000;
}

strong {
	font-weight: bold;
}

ol {
	list-style-type: decimal;
	margin-left: 40px;
}

ol a {
	color: #000;
	font-weight: bold;
	font-style: italic;
	background-color: #C5D8EC;
}

ol a:hover {
	font-weight: bold;
	font-style: italic;
}

ol p {
	margin-bottom: 10px;
}

.info {
	display: block;
	margin: 20px 0px;
	padding: 10px;
	background-color: #C5D8EC;
}

.error {
	display: block;
	margin: 20px 0px;
	padding: 10px;
	background-color: #f00;
}

span.error {
	display: inline;
	margin: 0;
	padding: 0;
	color: #f00;
	background-color: #fff;
}

.error_field {
	background-color: #f00;
	color: #fff;
}

/* IDs */

#wrapper {
	position: absolute;
	left: 50%;
	width: 880px;
	margin: 10px 0px 10px -440px;
	padding: 10px;
	border: 1px solid #000;
}

#logo {
	float: left;
}

#header h1 {
	display: block;
	text-align: center;
	padding-top: 20px;
	font-size : 16px;
	font-weight: bold;
	color: #000;
}

#header h2 {
	display: block;
	text-align: center;
	font-size : 12px;
	font-weight: bold;
	color: #000;
}

#content {
	clear: both;
	padding: 10px 0px;
}

/* Form Elements */

fieldset {
	margin-bottom: 15px;
}

legend {
	display: block;
	color: #000;
	font-weight: bold;
	font-style: italic;
	background-color: #C5D8EC;
	margin-bottom: 15px;
}

label {
	padding-left: 5px;
}

label.left {
	padding: 0px 10px 0px 0px;
}

input {
	margin: 2px;
}