/*
 * module: default
 */
div.mod-default div.module {
	background: url(../images/module_default_br.png) 100% 100% no-repeat;
	position: relative;
}

div.mod-default div.module-2 {
	background: url(../images/module_default_tr.png) 100% 0 no-repeat;
}

div.mod-default div.module-3 {
	background: url(../images/module_default_bl.png) 0 100% no-repeat;
}

div.mod-default div.module-4 {
	min-height: 60px;
	 
	padding: 10px 15px 10px 15px;
	background: url(../images/module_default_tl.png) 0 0 no-repeat;
	overflow: hidden;
}

div.mod-default h3.module {
	margin: -10px -15px 5px -15px;
	background: url(../images/module_default_header_m.png) 0 100% repeat-x;
	line-height: 30px;
}

div.mod-default span.module-2 {
	background: url(../images/module_default_header_l.png) 0 100% no-repeat;
}

div.mod-default span.module-3 {
	padding: 0px 0px 0px 15px;
	height: 30px;
	background: url(../images/module_default_header_r.png) 100% 100% no-repeat;
}

div.mod-default h3.module span.color {
	color: #646464;
}

/* header span's */
div.module span.module-2,
div.module span.module-3 {
	display: block;
}

.openhouselisting
{
text-align: center;
margin-left:auto;
margin-right:auto;
}

.openhouselisting img
{
padding: 2px;
border: 1px solid #cccccc;
}

.openhousedateinput
{
margin-left: 5px;
margin-bottom: 5px;
}

.openhousedateinput input
{
background-color: white;
text-align: center;
}

.openhousedatesubmit
{
text-align: center;
margin-top: 5px;
}


.openhousedatetext
{
padding-left: 10px;
padding-bottom: 5px;
}

