/* -- Contact Page Style Sheet -- */
#contact-addresses {
	float: left;
	padding-bottom: 220px;
	width: 210px;
	background: url(/images/backgrounds/paws.png) center bottom no-repeat;}
	
#contact-addresses address {
	margin-bottom: 1em;
	font-style: normal;}
	
#contact-form {
	float: right;
	width: 380px;}

#btnSend {
	margin-left: 125px;}

.form-fields {
	margin: 0;
	padding: 0;
	list-style: none;}
	
.form-fields li {
	clear: left;
	margin: .1em 0;}
	
.form-fields label {
	display: block;
	float: left;
	margin-right: 1em;
	width: 8em;
	white-space: nowrap;
	text-align: right;}
	
textarea {
	width: 95%;}