#contact {margin: 10px;}
.req {color: #C46C25;}
/* 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 */
fieldset>label {display:block;float:left;clear:left;}
.labelcell { 
	background-color: transparent; 
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	width: 170px;
	} 
/*Right Cells */
.fieldcell {
	padding-left: 4px;
	width: 250px;
	} 

/* 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;
	}
	/* this part is for the custom dialog js script */
#dropSheet
{
  background-color/**/: #000000;
  background-image: url('images/dots.gif');
  background-image/**/: none;
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.customDialog
{
  width: 300px;
  padding-bottom: 12px;
  background-image: url('images/dialog_body.gif');
  background-repeat: no-repeat;
  background-position: 0 100%;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.customDialog h1
{
  position: relative;
  top: -10px;
  margin: 0;
  border-bottom: 1px solid #001932;
  padding: 5px 8px;
  font-size: 120%;
  background-image: url('images/dialog_heading.gif');
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-align: left;
}

.customDialog p
{
  min-height: 35px;
  margin: 0 0 15px 0;
  padding-right: 8px;
  padding-left: 50px;
  background-image: url('images/dialog_icon.gif');
  background-repeat: no-repeat;
  background-position: 8px 3px;
  text-align: left;
}

* html .customDialog p
{
  height: 35px;
}

.customDialog input
{
  margin: 0 5px;
  border: 3px double #FFFFFF;
  border-right-color: #7F7F7F;
  border-bottom-color: #7F7F7F;
  padding: 0 5px;
  background-color: #BBBCBC;
  background-image: url('images/dialog_button.gif');
  background-repeat: repeat-x;
}

