
form {
	margin: 0;
	padding: 0;
}

body {
	margin: 35px;
	background: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4C4C49;
	line-height: 16px;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#8BB855;	
	margin:20px 0;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#B6B2B2;
	margin:20px 0;
}

hr {
	border: 0;
	border-bottom: 1px solid #dcdada;
	height: 1px;
}

a:link, a:active, a:visited, a:hover{
	color:#8BB855;
}

td {
	vertical-align: top;
	padding: 2px;
}



/*----------------------------------------------------------------------------   
    form sent success message
-----------------------------------------------------------------------------*/
p.success {
	background: #c7d6e1;
	border: 1px solid #a4b6c4;
	border-right: 0;
	border-left: 0;
	color: #111;
	font-weight: bold;
	padding: 10px;
	margin: 15px 0;
}

