#contact-form {
	color: #000;
	width: 550px;
	padding: 0px;
	font: normal 1.3em/1.2em Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: left;
}
INPUT, TEXTAREA {
	background: #dfe5ef;
	border: none;
	border-left: 5px solid #002363;
	color: #002363;
	font: normal 1em/1em Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 0;
}
SELECT {
	background: #dfe5ef;
	border: 0;
	border-left: 5px solid #002363;
	color: #002363;
	margin: 0;
	font: normal 1em/1em Arial, Helvetica, sans-serif;
	padding: 2px;
}
input.submit {
	width: 55px;
	padding: 0;
	border: 0;
	height: 17px;
	margin: 0px;
	background: transparent url(images/form/submit.gif) 0 -17px no-repeat;
	outline: none;
	}	
input.submit:hover {
	border: 0;
	padding: 0;
	background: transparent url(images/form/submit.gif) no-repeat 0 0px;
	}
	
	
	
#right-copy, #right-copy-green {
	margin: 0 0 15px;
	padding: 0;
	float: left;
	clear: left;
	width: 200px;
	background: #dfe5ef;
}
#right-copy-green {background: #e2f0db;}
#right-copy h5, #right-copy-green h5 {
	padding: 2px 0 2px 0; 
	text-indent: 9px;
	border-bottom: 1px solid #fff;
	margin:0 0 10px 0;
	font: bold 1.5em/1.4em Arial, Helvetica, sans-serif;
	color: #fff;
	background: #1b2954 url(images/arrow-block.gif) 184px center no-repeat;
}
#right-copy-green h5 {background: #236819 url(images/arrow-block.gif) 184px center no-repeat;}
#right-copy p, #right-copy-green p {
	padding: 0; 
	margin: 0 10px 10px 10px;;
	text-align: left;
	font: normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
}
#right-copy p strong {color: #1b2954;}
#right-copy-green p strong {color: #0b3909;}

#right-copy a, #right-copy-green a {
	color: #1d3581;
	text-decoration: underline;
}
#right-copy a:hover, #right-copy-green a:hover {
	color: #fff;
	background: #1d3581;
	text-decoration: none;
}