html body  {
	 background: white;
}
#container  {
	position: relative;
	top: 5px;
	margin: 0 5px 20px 5px;
	width: 400px;
	height: 370px;
	padding: 0 10px 5px 10px;
	background: #fff;
	border: 1px solid gray;
}

#pageHeader  {
	height: 78px;
	background: url(images/title_small.jpg) no-repeat;
}
#holContact  {
	top: -50px;
	width: 308px;
	height: 58px;
	font-size: 2em;
	
}
#holContact h1  {
	font-size: 1.2em;
	font-weight: normal;
	display: none;
	padding: 0;
	margin: 0;
}
#resContact  {
	top: -50px;
	width: 211px;
	height: 25px;
	font-size: 2em;
	background: url(images/res_contact.jpg) no-repeat;
}
#resContact h1  {
	font-size: 1.2em;
	font-weight: normal;
	display: none;
	padding: 0;
	margin: 0;
}
#offContact  {
	top: -50px;
	width: 211px;
	height: 25px;
	font-size: 2em;
	background: url(images/off_contact.jpg) no-repeat;
}
#offContact h1  {
	font-size: 1.2em;
	font-weight: normal;
	display: none;
	padding: 0;
	margin: 0;
}
#llContact  {
	position: relative;
	top: -50px;
	width: 211px;
	height: 25px;
	font-size: 2em;
	background: url(images/ll_contact.jpg) no-repeat;
}
#llContact h1  {
	font-size: 1.2em;
	font-weight: normal;
	display: none;
	padding: 0;
	margin: 0;
}
/* Email */
#emailForm  {
	width: 420px;
	margin: 0 0 0 -10px;
	padding: 0;
}
#emailForm fieldset  {
	width: 420px;
	margin: 0;
	padding: 0;
}
#emailForm fieldset ol  {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#emailForm fieldset li  {
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
	border: none;
}
#emailForm fieldset li label  {
	width: 90px;
	margin: 0;
	padding: 0;
}
#emailForm fieldset li .text  {
	margin: 0;
}
#emailForm fieldset li textarea  {
	margin: 0 0 0 0px;
	width: 300px;
}
#emailForm  .submit  {
	margin: 10px 0 0 -90px;
	padding: 0;
}
/* End email */

/* Landlord form */
#form  {
	width: 100%;
	margin: 0 10px 0 0;
	border: none;
}
fieldset  {
	width: 650px;
	margin: 0;
	padding: 0;
	border: none;
}

fieldset ol  {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
fieldset li  {
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
	border: none;
}
fieldset li label  {
	width: 130px;
	margin: 0 0 0 50px;
}
fieldset li .text  {
	margin: 0 0 0 20px;
}
fieldset li textarea  {
	margin: 0 0 0 20px;
	width: 300px;
}

.submit  {
	margin: 5px 0 0 5px;
}
.submitForm  {
	border: none;
}
label  {
	float: left;
	width: 12em;
	margin: 0 0 0 0;
	text-align: left;
}
#closeWindow  {
	position: relative;
	left: 300px;	
}
#closeWindow a, #closeWindow a:visited  {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	color: red;
	text-decoration: none;
	padding: .2em;
}	
#closeWindow a:hover, #closeWindow a:active  {
	color: black;
	text-decoration: underline;
}
.llTable  {
}
.llTable table {
  width: 300px;
  margin: 0 10px 10px 10px;
  padding: 0; 
  text-align: left;
  border: 1px solid silver;
  
}
.llTable td  {
}
.llTable tr  {
	text-align: center;
}
.llTable table p  {
	text-align: left;
	margin: 0 0 5px 10px;
	padding: 0;
}
.tableSmall  {
	
}
.tableSmall table  {
  	width: 110px;
  	margin: 0 0px 10px 10px;
 	padding: 0;
  	text-align: left;
}
.tableSmall td  {
	margin: 0 0 0 10px;
}
.others  {
	margin: 0;
	padding: 0;
}
.others table  {
	height: 43px;
	width: 100px;
	margin:0 10px 0 0;
	padding: 0;
}
.others tr  {
	margin: 0;
	padding: 0;
}
.others td  {
	height: 35px;
	margin: 0;
	padding:0;
}
others p  {
	margin: 0;
	padding: 0;
}
#block  {
	
}
#block ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#block li  {
	width: 169px;
	height: 125px;
	margin: 2px;
	padding: 3px;
	float: left;
	display: inline;
	border: 1px solid blue;
}
.item  {
}
.item ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}
.item li  {
	height: 10px;
	margin: 0 20px 0 20px;
	float: left;
	display: inline;
	border: 1px solid blue;
}