/* CSS Document */

body{margin:0px 0px 0px 0px;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #525252;
}
	
.floorplan_text{
	padding-left:10px;
	font-size:12px;
	color:#FFFFFF;
	}
.text_title{
	padding-left:10px;
	font-size:16px;
	font-family:"Century Gothic";
	font-weight:600;
	color:#FFFFFF;
	}	
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	background: url(images/date_btn.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
img, div, a, input { behavior: url(iepngfix.htc) }   