@charset "utf-8";
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, 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, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	text-decoration: none;
	outline: none;
}
body {
	background:url(../images/background.png);
}
table, tbody, tfoot, thead, tr, th, td {
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:#066A31;
}
a:hover {
	color:#0AA54B;
}
.form-container{
	width:400px;
}
.form-container > form{}
.form-container > form > div {margin:0;}
.form-container > form > div > select{
	width:400px;
}
.form-container > form > div > label{
	line-height: 10px;
}
.form-container input[type=text]{
	font-size:11px !important;
	width:390px !important;
}
.divcenter {
	margin: 0 auto 0 auto !important;
}
.divleft {
	float: left !important;
}
.divright {
	float: right !important;
}
.textcenter {
	text-align: center !important;
}
.clear {
	clear: both !important;
}
