.smart {
	/*width: 60%;
	height: auto;
	margin: 0 auto;*/
	background: #f1f1f1;
	text-align: center;
	border: 1px solid #fc532c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 0 0;
	position: relative;
}
.smart .header{font-size: 18px;}
.smart .body{
	padding: 10px;
	text-align: left;
}
.smart .body .select_begin {
	margin-top: 10px;
	font-size: 14px;
}
.smart .body .select {
	margin-top: 10px;
	font-size: 14px;

}
.smart .body select {
	width: 100px;
	border: 1px solid #fc532c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
    text-shadow: 1px 1px #FFF!important;
}
.jq-selectbox__select {
	color: #fff!important;
    text-shadow: none!important;
}
.jq-selectbox li {
	width: 110px;
}
.smart .body label {
	width: 340px;
	padding-left: 0px!important;
	margin-right: 0px!important;
	font-weight: normal;
}

.goSel {
	background-color: #fc532c;
	color: #fff;
	width: 200px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	border: 1px solid #fc532c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
}

.goSel:hover {color:green;}
.aclose {
	position: absolute;
	top:-30px;
	right:-10px;
	padding: 10px;
	color: #fc532c!important;
	font-size: 18px;
	width: 20px;
	height: 20px;
	font-weight: 900;
}