#mainNavArea
{
	margin: 0px auto; 
	padding: 15px;
	clear: both; 
	max-width: 1080px;

	background-color: #ffffff;
	/*border: 2px solid #d0d0d0; */

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	

}




.inputItems
{
	padding-bottom: 20px;
	font-size: 1.1em;
	color: #333333;
}
.inputItem
{
	padding-bottom: 8px;
}
h2
{
	font-size: 2.4em;
	color:#333333;	
	padding-top: 40px;
	padding-bottom: 20px;
}

p 
{
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333333;
}

#removeForm
{
	padding-top: 15px;
	padding-bottom: 15px;
}

#removeForm span
{
	color: #999999;
	padding-left: 5px;
	font-style: italic;
}