﻿#QuickSearch {
    background-color: #b1b4b6;
	border-top:2px #c9cbcd solid;
	border-right:2px #464748 solid;
	border-bottom:2px #464748 solid;
	border-left:2px #c9cbcd solid;
	width:210px;
	text-align: left;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	height:315px;
}
#QuickSearch .title {
	font-size:12pt;
	color:#fff;
	padding-top: 2px;
	padding-bottom:0px;
	text-align:center;
	margin:auto;
}
#QuickSearch .inputbox {
	font-size:.8em;
	width:30px;
	color:#404b88;
}
#QuickSearch .checkboxes {
	float:right;
	padding-right:30px;
}
.QuickSearchSubmit {
	/*border:1px #fff solid;*/
	border-top:#a2b4ca 1px solid;
	border-right:#233848 1px solid;
	border-bottom:#233848 1px solid;
	border-left:#a2b4ca 1px solid;
	background-color:#4c7ea0;
	color:#e7e7e8;
	height:24px;
	margin-top:4px;
    border-radius: 10px 10px 10px 10px;
    font-weight:bold;
    padding-bottom:1px;
}
#QuickSearch .divline {
	height: 1px;
	width: 200px;
	background-color: #e7e7e8;
	text-align:center;
	margin:auto;
}
#QuickSearch a.detailedlink {
	color:#fff;
	text-decoration:none;
}
#QuickSearch a.detailedlink:hover {
	text-decoration:underline;
}
.QuickDetailsSearch {
	text-align:center;
	padding-top:0px;
	padding-bottom:5px;
	margin:5px auto 5px auto;
}
.QuickDetailsSearch a {
	font-size:11pt;
	font-weight:bold;
}
#QuickSearch .SelectStyle {
	width:98px;
	color:#404b88;
}
