body{
	margin:0;
	background-color:#c9c2b6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
}
.separator{
	padding: 5px;
}
.button{
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}
#footer{
	margin-bottom:25px; 
	text-align:center;
	color: #ffffff;
	font-size: 11px;
}
#footer a{
	color: #ffffff;
}
#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

A {color:#ff6600; text-decoration: none; font-weight: normal;}
A:visited {color:#ff6600; text-decoration: none; font-weight: normal;}
A:hover {color: #3EABD4; text-decoration: none; font-weight: normal;}
A:link {color:#ff6600; text-decoration: none; font-weight: normal;}
A:active {color:#3EABD4; text-decoration: none; font-weight: normal;}

h1{
	line-height: 18px;
	font-size: 16px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #2687AF;
	letter-spacing: -0.8px;
	font-weight: bold;
	margin:5px;
}
.p_separator{
	background-image:url(../assets/p_separator.jpg);
	background-repeat: no-repeat;
	height: 32px;
	clear: both;
	margin-bottom: 4px;
	margin-top: 4px;
}
 .field{
 	background-color: #F7FBFC;
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding: 1px;
	color: #973100;
	font-size: 11px;
	font-family: Arial;
	width: 180px;
 }
 .submit{
 	background-color: #F7FBFC;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	padding: 1px;
	color: #973100;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
 }