.d {
	
	/*width: 90%;*/
	border: #fff solid 1px;
	margin-top: 10px;	
	border-top: 0;
	border-right: 0;
	font-size: 0.85em;
}


.d th,
.d td {
	border: #fff solid 1px;
	border-left: 0;
	border-bottom: 0;
	padding: 5px 10px 5px 10px;
}

.contact th, .contact td {
	border: #fff solid 1px;
	border-left: 0;
	border-bottom: 0;
	padding: 0 2px 0px 2px;
}



.d th {
	line-height: 2em;
	text-align: left;
}

.d thead th,
.d thead td {
	padding-left: 4px;
	color: #FFFFFF;
	background: #E5802B;
	font-weight: bold;
}

.d tbody th {
	padding-left: 4px;
	padding-right: 2em;
	background: #3770BF;
}

.d tbody td {
	background: #3770BF;
}

.d tbody input {
	width: 20em;
}

.d tbody input.auto {
	width: auto;
}

.d textarea {
	width: 99%;
	height: 8em;
}

.d tfoot th {
	border-right: 0;
}

.d tfoot td {
	background-color: #E5802B;
}



.contact
{
	width : 60%;
	border: none;
	
}

.contact th,td
{
	background-color: #000;
	border: none;
	
}

.contact tbody td,tbody th
{
	background-color: #000;
	border: none;
	padding : 5px;
	
}

.contact tbody th
{
	background-color: #000;
	text-align: right;
	padding: 5px;
	vertical-align: top;
}

.contact tbody input
{
	border: 1px solid #E5802B;
	width : 20em;
	
}

.contact textarea {
	width: 80%;
	height: 8em;
	border: 1px solid #E5802B;
	
	
	}
	
.contact tfoot td
{
	background-color: #000;
	border : none;
}



input.submit
 {

  width:165px;
  height:52px;
  background:transparent url(../images/i-contact-button.jpg) no-repeat;
  color: #fff;

  border:0;

}

