@CHARSET "UTF-8";

.find-box {
	position: absolute;
	top: 150px;
	left: 0px;
	display: none;
	background-color: #f5f5f5;
	width: 520px;
	height: 350px;
	border-radius: 8px;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(198, 198, 198, 0.75);
	-moz-box-shadow: 4px 4px 0px 0px rgba(198, 198, 198, 0.75);
	box-shadow: 4px 4px 0px 0px rgba(198, 198, 198, 0.75);
	width: 520px;
}

.find-box table
{

}


.find-box td, .find-box th
{
	text-align: center;
	padding: 4px;
}

.find-box th
{
	line-height: 12px;
}

.find-box input[type="button"] {
	border: 0px none;
	border-radius: 2px;
}

.find-box-head {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-left: 16px;
	height: 55px;
	line-height: 55px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #192533;
	text-transform: uppercase;
}

.find-box-search {
	margin: 16px;
}

.find-box-buttons {
	margin: 16px;
	position: absolute; bottom : 0px;
	width: 100%;
	bottom: 0px;
}

.alignright {
	float: right;
}

.button-primary {
	color: white;
	background-color: #3191ce;
}