	
		div.domtab{
			padding:0 3em;
			width:500px;
			font-size: 12px;
			float:left;
			position:relative;
		
		}
		
		.domtab h3 {
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		}
		ul.domtabs{
			float:left;
			width:100%;
			height: auto;
			margin:2em 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			padding:0 .0em 0 0;
			margin:0 .1em 0 0 ;
			border:1px solid #CCC;
			text-align:center;
		
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:4em;
			padding:.1em 1em;
			display:block;
			background:#FFF;
			color:#333;
			height:3em;
			font-weight:bold;
			text-decoration:none;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:auto;
			min-height:1.5em;
		
		}
		ul.domtabs a:hover{
			background:#999;
			color:#FFF;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#FFF;
			color:#333;
			padding:1em 1em;
			z-index:100;
			
		}
		
		
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:#003663;
			color:#fff;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
	
		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#fff;
			display:block;
			padding:1em .5em;
			font-weight:bold;
			font-size:1.3em;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#333;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;
		}
		
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#efefef;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:efefef;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#efefef;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}

#broker, #investor, #buyer, #agent, #inquiry {

width:400px;
height:420px;
border:1px solid #CCC;
z-index:1;

}


div.domtab input , div.domtab textarea {
background:#003663;
color: #FFF;
margin:3px;
border:none;
padding:3px;
}
#contactform {
	width:400px;
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 30px 0 0 200px;
}
#contactform li {
	margin: 5px 0;
}
#contactform input {
	background:#FFF;
	color:#333;
	border: 1px solid #003663;
	width: 220px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}

#contactform textarea {
	background:#FFF;
	color:#333;
	border: 1px solid #003663;
	width: 216px;
	height: 100px;
	margin: 5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}

#contactform select {
	background:#FFF;
	color:#333;
	border: 1px solid #003663;
	width: 227px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}

#contactform label {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	width: 120px;
	font-size: 14px;
	text-align: left;
	display:block;
	float:left;
}

#contactform_button
{
	padding-left: 233px;
}
#contactform_button input {
	width: 50px;
	color:#FFF;
	background: #333;
	border:none;
	margin-right: 10px;
}


#contactform #email {
	margin-top: 5px;
}

.clearfix {clear:both;}
