/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 12px/16px arial;
	color: #000000;
}

h1 {
	margin: 0 0 50px 0;
	font-size: 27px;
	line-height: 40px;
	letter-spacing: -1px;
}

h1 a {
	color: #81B915;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font: 12px/16px arial;
	color: #000;
}

.input {
	width: 200px;
	height: 15px;
	margin-bottom: 2px;
	padding: 1px 4px;
	background: #F8FEF1;
	border: 1px solid #B4C491;
}

.file {
	xmargin-bottom: 25px;
	xmargin-right: 2px;
	font-size: 16px;
}

.submit {
	height: 25px;
	background: #81B915;
	border: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

select {
	width: 200px;
	height: 19px;
	margin-bottom: 2px;
	background: #F8FEF1;
	border: 1px solid #B4C491;
}

textarea {
	width: 200px;
	height: 100px;
	margin-bottom: 2px;
	padding: 1px 4px;
	background: #F8FEF1;
	border: 1px solid #B4C491;
	overflow: auto;
}

a {
	color: #81B915;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/** LAYOUT */

#wrapper {
	width: 600px;
	margin: 50px auto;
	padding: 35px 25px 75px 25px;
	border-top: 10px solid #81B915;
	border-bottom: 5px solid #81B915;
	background: #F3FBEA;
	text-align: center;
}

table {
	margin: 0 auto;
	xwidth: 100%;
	xtext-align: center;
}