body{
    margin: 0px;
    padding: 0px;
}
#wrapper 
{
	width:800px;
    border: 0;
}

#header 
{
	width:800px;
    border: 0;
    
}
#content 
{
	width:800px;
    border: 0;
   margin-left:20px;
}
#footer {
    border:0;
    clear:both;
    width:800px;
}
.subTitle
{
	color:Maroon;
	font-weight:bold;
}
.divBorder
{
	border-style:solid;
	border-color:Black;
	border-width:1px;
}
.AdminBackgroundColor
{
	background-color:#FDF5E6;
}
.status
{
	color:Green;
	font-weight:bold;
}
 .hotel
 {
	visibility: hidden; 
	position: absolute; 
	left: 320px;
	top: 520px;
 }
 .apartment
 {
	visibility: hidden; 
	position: absolute; 
	left: 320px;
	top: 365px;
 }
 .buttons
 {
	border:solid 1px #6B696B;
	/*<asp:Button skinid="FlatButtons" BorderStyle="solid" BorderWidth="1"  runat="server"></asp:Button>*/
	
 }
 .Disclaim
 {
	font-weight:bold;
	color:Red;
	font-size:11pt;
 }
