#search_table {
	border: 1px solid green;
	border-collapse: collapse;
}
#search_table td {
	padding: 5px;
	margin: 1px;
}
.sprite_dotted {
	width: 80%;
	border-bottom: 2px dashed #eee;
	margin: 2px;
}
.imgshadow {
	-moz-box-shadow: -2px 4px 6px rgba(0,0,0,0.2);
}
.gradtop2bottom {background: -webkit-gradient( top, bottom, from(#b5dcdb), to(White));background: -moz-linear-gradient(top,#b5dcdb,White);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5dcdb', endColorstr='White');}
.gradleft2right {background: -webkit-gradient( left, right, from(AliceBlue), to(White));background: -moz-linear-gradient(left,AliceBlue,White);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='AliceBlue', endColorstr='White');}
.gradright2left {background: -webkit-gradient( right,left, from(AliceBlue), to(White));background: -moz-linear-gradient(right,AliceBlue,White);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='White', endColorstr='AliceBlue');}
.gradright2lefttitle {background: -webkit-gradient( right,left, from(#d4e9ea), to(White));background: -moz-linear-gradient(right,#d4e9ea,White);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='White', endColorstr='#d4e9ea');}
.grayborder {border: 2px solid Gainsboro;}
.padding10 {padding:10px;}
.padding20 {padding:20px;}
.rounded20 {-moz-border-radius: 20px;-webkit-border-radius: 20px;border-radius: 20px;}
.roundedtop {
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#upload_div {
	display: none;
}
#upload_form {
	border: 1px dashed DimGray;
	background-color: #fffffc;
	color: #000000;
}
#instructions td {
	line-height: 20px;
}
.modal {
	background-color: #ffffcc;
	padding: 20px;
	text-align: center;
	display: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-opera-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-box-shadow: -2px 4px 6px rgba(0,0,0,0.2);
}
