/* Main Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	color: #444;
	background-position: -1px -1px;
}

h1 {
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #444;
}

h2 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #444;
}

h3 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #444;
}

h4, h5, h6 {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #444;
}

a:link, a:visited {
	text-decoration: underline;
	color: #ff9900;
	font-weight: 600;
}

a:hover {
	text-decoration: none;
	color: #c5591d;	
}

input, textarea, checkbox, select 
{ 
	background: #ffe07f; 
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #8d4c2b;
	border-color: #e29d40; 
	border-style: solid; 
	border-width: 1px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	padding: 2px;
}

li {
	margin-bottom: 8px;
}

/* Box Styles */

.formBox {
	width: 500px;
	border: 1px solid #f17b27;
	margin-left:30px;
}

.formPanel {
	width: 500px;
	background-image:url(images/rightBox-Grad.jpg);
	background-repeat:repeat-x;
	background-color:#ffe7a6;
	padding: 5px;
	padding-bottom: 5px;
}
