/**Page Layout Overrides **/
body {}

#searchContainer {
width: 960px;
padding: 20px;
margin: 0 auto;

}


#search {
	background: url(search_bg_alt.gif) left bottom repeat-x; 
	padding-bottom: 0px;
	margin: 0 auto; 
	display: block;

}

#search form {
	padding: 10px;
/*	margin: 0 auto;*/
	border: none;
}
#search form h2 {
	text-align: center;
}

#search form input {
	padding: 4px;
	margin: 10px;
}

table.sample {
	background: url(search_bg_alt.gif) left bottom repeat-x; 
	padding: 10px;
	margin: 10px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

