
#contactleft {
	width:49%;
	float:left;
/*	background:url(feedbackform.png) no-repeat 100% 0%;*/
}

#contactleft input {
	display:block;
	width:95%;
}

#contactleft textarea {
	display:block;
}

#contactright {
	width:49%;
	float:right;
}

#contactright ul {
	list-style:none;
}

#contactright ul li {
	height:80px;
	padding:5px 0;
	text-align:right;
	background-position:50% 100%;
}

#contactright ul li#email {
	background:url(email.png) no-repeat;
}

#contactright ul li#icq {
	background:url(icq.png) no-repeat;
}

#contactright ul li#icq a {
	display:inline;
}

#contactright ul li#phone {
	background:url(phone.png) no-repeat;
}

#contactright ul li a {
	display:block;
	font-size:150%;
}

