.formfieldset {
	float: left;
}

div.fieldfloat {
	float: left;
	margin-right: 15px;
}

form label {
	font-weight: bold;
}

div.formrow {
	clear: both;
	line-height: 2em;
	}

	div.formrow span.label {
		float: left;
		width: 125px;
		text-align: right;
		}

	div.formrow span.formw {
		float: left;
		margin-left: 15px;
		text-align: left;
		}

div.spacer { clear: both; }

div.searchlist, div.searchlist * {
	font-size: 10px;
	text-align: center;
}

#searchresults {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
	#searchresults table {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	#searchresults td, #searchresults th {
		border: none;
		text-align: left;
	}

	#searchresults th + th {
		text-align: center;
	}

	#searchresults th {
		font-weight: bold;
		border-bottom: 2px solid #000;
	}

	#searchresults td {
		border-bottom: 1px solid #ccc;
		padding: 5px;
	}

	#searchresults td + td {
		text-align: center;
	}
/* CSS navtabs technique from http://www.simplebits.com/bits/css_tabs.html */
.container
{
	padding: 15px;
	margin: 10px 0 10px 0;
	border: 1px solid #ccc;
}

#minitabs
{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(../pnimages/tab_bottom.gif) repeat-x bottom;
}

#minitabs li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#minitabs a:link, #minitabs a:visited
{
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;file:///srv/www/movielistings/modules/MovieShowtimes/pnstyle/style.css
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#minitabs a:link.active, #minitabs a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#minitabs a:hover
{
	background: #fff;
}