#rightmenu
{
	display: none;
}
.contact
{
	position: relative; /*height: 399px;*/
	left:150px;
	width: 510px !important;
	/*height: 800px;*/
	/*margin-left: 50px;*/
	margin-top: 25px;
	overflow: visible;
	background-color: #FFFFFF;
	border: 2px solid #000099;
	text-align: center;
	/* all above from records */
	text-align:left!important;
	padding-left:30px!important;
}
.record
{
	margin-left: 0px!important;
}
#heading
{
  font-size: 1.5em;
  margin-top: 30px;
  margin-right: 50px;
  background-color: rgb(255,252,209);
  color: #000099;
  /*background-color: #FCE6C9;*/
  border: 2px solid #000099;
}

.contact caption 
{ 
	FONT-SIZE: 1.2em; 
	TEXT-ALIGN: left;
	margin-bottom: 20px; 
    background-color: rgb(255,252,209);
    color: #000099;
    /*background-color: #FCE6C9;*/
	border: 2px solid #000099;
	/*border-bottom: solid 2px black;*/
}

th.label 
{ 
	WIDTH: 150px; 
}
span.required
{
	color: Red;
	font-size: 0.7em;
	padding-left:5px;
}

.contact td
{
	text-align: left;
	font-weight: bold;
}