h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0E3049;
	text-decoration: underline;
	text-align: center;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0E3049;
		padding:0;
		margin:0;
 	padding-left:10px;
}
#main p{
 	padding:0px 5px 5px 10px;
}

#footer {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}


/* emailing styling*/
div.box{
width:500px;
position:relative;
top:33px;
left:28px;
}

div.box h1{ 
padding:5px 30px 0px 0px;
position:relative;
left:-28px;
}

div.box label{
width:100%;
display: block;
padding:10px 0 10px 0;
}
div.box label span{
display: block;
font-size:12px;
float:left;
width:120px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text{
padding:3px 3px;
width:200px;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
}

div.box .message{
padding:7px 7px;
width:350px;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
overflow:hidden;
height:150px;
}

div.box .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#598F46;
border:0px;
position: relative;
top:10px;
left:382px;
width:100px;
border-bottom: 1px double #660000;
border-top: 1px double #660000;
border-left:1px double #333;
border-right:1px double #333;
cursor:pointer;
}

