body {
	background: #fff url(/images/background.png) no-repeat top left;
	font-family: sans-serif;
	margin-left: 3em;
	margin-right: 8em;
	font-size: 100%;
	line-height: 1.4em;
}

h1#title { margin-bottom: 0; }
h1 a { border-bottom: none !important;}
#content h1 { margin-left: 0; }
#menu { margin-left: 10px; }
#menu a {
	background-color: #000;
	color: #fff;
	padding: 5px;
	margin-right: 1px;
	border-bottom: none;
}

a:link {
	color: #000;
	border-bottom: 1px dotted #888;
	text-decoration: none;
}
a:visited {
	color: #000;
	border-bottom: 1px dotted #888;
	text-decoration: none;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #333;
}

h1#title a {
	background: transparent url(../images/title.png) no-repeat top left;
	text-indent: -9999px;
	height: 70px;
	display: block;
}

h2 {
    color: #333;
    font-size: 1.2em;
    margin-bottom: .5em;
    margin-top: 1.5em;
}

h3 {
    color: #333;
    font-size: 1em;
    margin-bottom: .6em;
	margin-left: 1.5em;
}

img.process {
    display: block;
    margin-left: 1em;
}

#content { width: 700px; margin-left: 2em; margin-top: 2em; }

label, input, textarea {
    display: block;
}

label {
    margin-bottom: .3em
}

/*
textarea {
    width: 800px;
    height: 9em;
    padding: .5em;
    font-family: sans-serif;
    background-color: #C8E6A6;
    color: #000;
    margin-bottom: 0;
    line-height: 1.4em;
	font-style: italic;
}
*/

input#submit_button {
		font-size: 1em;
		cursor:pointer; 
		background: #405927;
		padding: .5em;
		font-weight: bold; 
		-moz-border-radius: 0 0 15px 15px;  
		text-align: left; 
		color: #fff; 
		border: 0; 
		margin: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-left-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
}

#form { margin-bottom: 3em; }

#text_label { margin-bottom: .3em; }
label { display: block; margin: .2em; cursor:pointer; }
#text { font-size: 1em; padding: 5px; width: 503px; height: 130px; display: block; background-color: #C8E6A6; margin: 0; }
#submit { 
	font-size: 1em;
	cursor:pointer; 
	/*background: #405927 url(images/icon_pdf.png) no-repeat scroll 5px center;*/
	background-color: #405927;
	padding: 0.5em .5em .5em .5em;
	font-weight: bold; 
	-moz-border-radius: 0 0 15px 15px; 
	width: 516px; 
	text-align: left; 
	color: #fff; 
	border: 0; 
	margin: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
kbd {
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	padding: 0 3px;
}