@CHARSET "UTF-8";
.body-from {
	LINE-HEIGHT: 30px;
	HEIGHT: auto;
	text-align: left;
	clear: both;
	margin:5px 10px;
	padding:0 10px;

	margin-left:auto; 
	margin-right:auto;max-width:800px;

}
.form{
	padding: 20px;
}
.from-group{
	display: block;
	padding-bottom:16px;
	overflow: hidden;
}

.from-left{
	width: 16%;
	float: left;
}
.from-right{
	width: 82%;
	float: left;
}
.from-left-l{
	width: 18%;
	float: left;
}
.from-right-l{
	width: 80%;
	float: left;
}
.from-right label{
	.from-right
}
.select{
	border:1px solid #66CC66;
	border-radius:6px;
	padding: 3px;
	margin-bottom: 2px;
	width: 95.6%;
}
.select input{
	display: none;
	width: 100%;
}
.text-input{
	display:block;
	width: 100%;
}
input{
	background:#fff;
	border:1px solid #ccc;
}
.area>select{
	display:block;
	margin:0 0 6px 0;
	background:#fff;
	border:1px solid #ccc;
	width: 96.5%;
}
.text-input input {
	display:block;
	width: 96%;
	line-height: 24px;
	text-indent: 6px;
	font-size:16px;
}
.input-group-addon-fist{
	text-align:center;	
	line-height: 24px;
	display: inline-block;	
	background:red;
	width: 30px;
	height: 24px;	
	color: #3c763d;
	cursor:pointer;
	background-color: #dff0d8;
}
.num{
	text-align:center;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	background:#fff;
	border:0px;
	width:46px;
}
.input-group-addon-end{
	text-align:center;
	line-height: 24px;
	display: inline-block;
	background:red;
	width: 30px;
	cursor:pointer;
	height: 24px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}
.btn{
	display: block;
    background: #66CC66;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 15px;
}
.btn:HOVER {
	cursor:pointer;
}