/* advance search */
.dim-src {
	float: left;
	width: 100%;
	font:normal 12px arial;
	color:#BA8748;
}
.dim-src .options {
	float: left;
	width: 100%;
}
.dim-src-sec {
	float: left;
	width: 100%;
}
.dim-src .title {
	float: left; 
	width: 100%;
	padding: 20px 0 5px; 
	font:bold 12px arial;
	color:#942023;
}
.dim-src select, .dim-src input{
	background-color: #F5F5F6;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
}

.dim-src input[type="image"]{
	width: auto;
	margin-top: 20px;
}
.dim-src input[type="checkbox"], 
.dim-src input[type="radio"]{
	width:15px;
   	background: transparent;
   	border: none;
   	padding: 0;
   	margin: 0;
}

.dim-src .options .opt, 
.dim-src .options .opt-sel{
	float:left;
	width: 100px;
	overflow: hidden;
	height: 25px;
}
.dim-src .shape-options .opt, 
.dim-src .shape-options .opt-sel {
	float:left;
	width: 70px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 5px;
}

.dim-src .shape-options .opt-sel,
.dim-src .options .opt-sel {
	font:normal 12px arial;
	color:#942023;
}
.dim-src .shape-options .opt-sel input,
.dim-src .options .opt-sel input {
	border: 1px solid #BA8748;
}

.dim-src-btn {
	float: left; 
	width: 100%; 
	text-align: center;
}
