#contact {margin: 10px;}
.req {color: #f00;}
/* Main table */
#contact table { 
	background-color: #fff;
	border: 1px solid #eee;
	border-collapse: collapse;
	}
/* Any Table inside the form */	
#contact table table {
	width: 100%;
	margin-left: 0;
	border: 0px solid #ddd;
	}
#contact table table td	{	border: 0px solid #ddd;}
	
/* TD's */	
#contact td { 
 	padding: 3px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	border: 1px solid #eee;
	border-collapse: collapse;
	}
/* Left Cells */
.labelcell { 
	background-color: transparent; 
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	width: 200px;
	} 
/*Right Cells */
.fieldcell {
	padding-left: 4px;
	width: 150px;
	} 

/* Misc */
textarea {width: 95%; height: 100px; display:block;}

/* WARNINGS */
#form-warning-top {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #f00;
	font-size: 14px;
	font-weight: bold;
	}
/* SHow hide instruction div */
#contact table tr td .form-warning-inside {display: none;}
#contact table tr.req td .form-warning-inside {
	display: block;
	background-image: url('images/error.gif');
	background-repeat:no-repeat;
	background-position: top left;
	padding: 2px 2px 2px 22px;}

/* Showing/hiding rows */
/*invisible*/
#contact table tr td.instructioncell {
	width: 200px;
	white-space: nowrap;
	color: #fff;
	}
	
/*visible*/
#contact table tr.req {
	border: 2px solid #f00;
	background-color:#FCD6D4;
	border-collapse: separate;
	border-collapse: collapse;
}
/*color*/
#contact table tr.req td {background-color: #fcd6d4;}
#contact table tr.req td.labelcell 				{background-color:#FCD6D4;}
#contact table tr.req td.fieldcell 				{background-color:#FCD6D4;}
#contact table tr.req td.instructioncell 	{background-color:#FCD6D4;}	
#contact table tr.req td.instructioncell {
	padding: 4px;
	padding-left: 20px;
	background-image: url('images/error.gif');
	background-repeat:no-repeat;
	background-position: center left;
	border-width: 0;
	color: #000;
	}

