/* ---------------------------------------------------------------------------
search form
--------------------------------------------------------------------------- */
#entryform {
	width:100%;
	float:left;
	margin-top:20px;
}

#entryform input.resRequest {
	width:auto;
	float:left;
	height:25px;
	padding: 3px 5px 4px 5px;
  	color: #FFF;
	background-color: #868686;
	font-weight:bold;
}
#entryform input.resRequest:hover { /* If we want to have a different hover state */
	color: #fff;
	background-color: #87a0b3;
	font-weight:bold;
}
.publishRows {
	
}
/* Hide Some Shit I Don't Want To See*/
.itemWrapper {
	display:none;
}
#calendar_calendars {
	display:none;
}
.rule_number {
	display:none;
}


/* -------------------------------------
wufoo form styles
-------------------------------------- */
.wufoo .info{display:none}
