@charset "utf-8";
/* --------------------------------------------------
	CSS - FORMS (January 2009)
	Copyright by: Martian Footprints Solutions
				http://www.martianfootprints.com
	*Reuse is allowed, as long as author is notified, 
	  cited, and this text and appropriate comments 
	  are not removed.
   --------------------------------------------------
*/

#contact
{
	border: 1px #cccccc solid;
	padding: 15px;
	position: relative;
	left: 0px;
	margin-bottom: 10px;
}

#contact .required
{
	background-color:#ffffcc;
}

#contact th
{
	width: 100px;
	text-align: right;
	padding: 3px 5px;
	background-color: #999999;
	color: #bddb91;
	vertical-align: top;
}

#contact .invalid
{
	background-color: #ffcccc;
	border: #ff0000 solid 1px;
}

#contact #errors
{
	color: #ff0066;
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
}
