.bigButton {
	border: 1px solid #aaa;
	width: 80px;
	height: 30px;
	margin: 20px 10px 0px 10px;
	line-height: 30px;
	cursor: pointer;
	display: block;
	position: relative;
	color: #000;
	text-align: center;
	background-color: transparent;
	float: left;
}
.bigButton:hover {
	color: #eee;
	background-color: #222;
	-webkit-box-shadow: #aaa 1px 1px 3px;
	-moz-box-shadow: #aaa 1px 1px 3px;
}
.sideNavBox {
	/*border: 1px solid #ddd;
	-webkit-box-shadow: #444 1px 1px 3px;
	-moz-box-shadow: #444 1px 1px 3px;
	background-color: #ddd;*/
	width: 250px;
	float: left;
	z-index: 0;
	display: block;
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
	top: 20px;
}
.sideNavLi {
	list-style: none;
	line-height: 30px;
	margin: 5px auto;
}
.searchCardTitle {
	background-color: #ddd;
	margin: 10px auto;
	padding-left: 10px;
	line-height: 30px;
	text-height: 30px;
	border-left: 3px solid #666;
	font-size: 16px;
}
.searchCard {
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.searchTable {
	color: #333;
	border-width: 4px;
	border-color: #666;
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
}
.searchTable td {
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	padding-left: 20px;
	line-height: 30px;
	text-height: 30px;
}
.tightTable td {
	padding: 0px;
}
.searchTable2 {
	color: #333;
	border-width: 4px;
	border-color: #666;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
.searchTable2 td {
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	line-height: 30px;
	text-height: 30px;
}
.searchCardSplitLine {
	height: 20px;
	border-bottom: 1px dashed #666;
	margin: 0px auto 20px auto;
}
input {
	width: 60px;
}
textarea {
	width: 80%;
	height: 50px;
}
input.bigInput {
	width: 80%;
}
.insideCard {
	float: left;
	width: 300px;
	margin: 10px 25px;
}
label {
	display: inline-block;
}
.labelStyle {
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
select {
	width: 100%;
	height: 100px;
}
.singleSelect {
	margin-left: 20px;
	width: 100px;
	height: 25px;
}
input[type=checkbox] {
	width: 40px;
}
li.output{
	float:left;
	line-height:30px;
 	margin:10px;
 	width:180px;
 	border-right:1px solid #222;
}