html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* styles */
a {
	color: #4d6000;
}
a:hover {
	color: #4d6000;
	text-decoration: none;
}
p {
	margin: 5px 0px 5px 0px;
}
.first {
	margin-top: 14px;
}
.last {
	margin-bottom: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
}
img.fl {
	margin: 10px 10px 10px 0px;
}
img.fr {
	margin: 10px 0px 0px 0px;
}
.separator {
	color: #cccccc;
	padding: 0px 2px 0px 5px;
}
.half {
	width: 50%;
	float: left;
}
.out_of_css {
	position: absolute; 
	top: -2500px; 
	left: -2500px;
}
body {
	width: 950px;
	margin: 10px auto;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #000000;
	background: #ffffff;
}

h1 {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 2.94em;
	font-weight: normal;
	margin: 0 0 .25em 0;
	line-height: 1.2em;
	width: 100%;
	letter-spacing: -1.5px;
	text-align: center;
}
h2 {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .5em 0;
	line-height: 1.2em;
	width: 100%;
	letter-spacing: -1.5px;
	text-align: center;
}
p {
	margin: 1em 0px;
	line-height: 1.25em;
}
p.second {
	margin-top: 2em;
}
#main {
	width: 950px;
	text-align: left;
}
#main #p-top h2#logo {
	position: relative;
	width: 320px;
	height: 88px;
	z-index: 10;
	overflow: hidden;
	margin: 0px;
}
#main #p-top h2#logo span {
	position: absolute;
	width: 320px;
	height: 88px;
	top: 0px;
	left: 0px;
	z-index: 20;
	background: transparent url('./img/logo.png') no-repeat 0px 0px;
}
#main #content div.fieldset {
	margin: 10px 25px;
}
#main #content .fieldset p {
	margin-bottom: 10px;
}
#main #content form legend {
	display: none;
}
#main #content form label {
	width: 140px;
	display: block;
	float: left;
	margin-top: 8px;
	text-align: left;
}
#main #content form label.radio {
	width: 35px;
	display: block;
	float: left;
	margin-top: 8px;
	text-align: left;
}
#main #content form label sup {
	color: #ff0000;
}
#main #content form input {
	margin-top: 5px;
	width: 200px;
	float: left;
}
#main #content form textarea {
	margin-top: 5px;
	width: 200px;
	height: 50px;
	float: left;
}
#main #content form input.radio {
	margin-top: 10px;
	_margin-top: 5px;
	width: auto;
}
#main #content form fieldset {
	text-align: center;
}
#main #content form input.submit {
	margin: 20px 0px 10px 0px;
	width: auto;
}
p.err {
	color: #ac0202;
	background-color: #ffe7e7;
	padding: .75em 1.25em;
	margin: 1.25em 0px 0px 0px;
	font-weight: bold;
	border: 1px solid #ac0202;
}
p.success {
	color: #4d6000;
	background-color: #b6d33b;
	padding: .75em 1.25em;
	margin: 1.25em 0px 0px 0px;
	font-weight: bold;
	border: 1px solid #4d6000;
}
li {
	margin: 15px 0px;
	text-align: left;
}
