/* -----------------------------------------------------------------------
   Trinity Mirror Media - forms.css
   * Copyright (c) 2008 Trinity Mirror (NW2).
   * Developed by Hot House Development Team.
----------------------------------------------------------------------- */
/* CONTACT FORM */
#contentRightWrapper #contactForm {
	float: left;
	width: 618px;
	clear: both;
}
#contentRightWrapper #contactForm label {
	width: 80px;
	float: left;
	height: 16px;
	background: #8FB4C5;
	margin: 2px 5px 10px 0px;
	padding: 0px 0px 0px 5px;
	color: #FFF;
}
#contentRightWrapper #contactForm input, #contentRightWrapper #contactForm textarea {
	height: 16px;
	width: 400px;
	float: left;
	border: solid 2px #FFF;
	background: #D4EAF5;
	color: #666;
}
#contentRightWrapper #contactForm input:hover, #contentRightWrapper #contactForm textarea:hover {
	background: #AED6EC;
}
#contentRightWrapper #contactForm input:focus, #contentRightWrapper #contactForm input:active, #contentRightWrapper #contactForm textarea:focus, #contentRightWrapper #contactForm textarea:active {
	background: #AED6EC;
}
#contentRightWrapper #contactForm select#media {
	border: solid 2px #FFF;
	background: #D4EAF5;
	color: #666;
}
#contentRightWrapper #contactForm label.contactError {
	background: #FF0000;
}
#contentRightWrapper #contactForm textarea { 
	height: 100px;
}
#contentRightWrapper #contactForm .genericButton {
	float: left;
	margin: 10px 0px 0px 360px;
}
#contentRightWrapper ul.errorTxt {
	margin: 10px 0px 0px 0px;
	float: left;
}
#contentRightWrapper ul.errorTxt li {
	list-style-type: circle;
	list-style-position: inside;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	clear: both;
	background: #FF0000;
	color: #FFF;
}



