.onecol {
width: 4.7%;
}

.twocol {
width: 13.2%;
}

.threecol {
width: 22.05%;
}

.fourcol {
width: 30.6%;
}

.fivecol {
width: 39%;
}

.sixcol {
width: 48%;
}

.sevencol {
width: 56.75%;
}

.eightcol {
width: 61.6%;
}

.ninecol {
width: 74.05%;
}

.tencol {
width: 82%;
}

.elevencol {
width: 91.35%;
}

.form-control {
	padding:6px 10px 6px 11px !important;
}

.style-select{
	position:relative;
}
select.select{
	width:100% !important;
	height:44px !important;
	line-height:29px;
	position:relative;
	z-index:10;
	padding:0 !important;
}
span.select{
	background: url(../images/dropdown-arrow.png) no-repeat right center #FFFFFF !important;
	width:100%;
	height:44px;
	float:left;
	cursor:default;
	font-size:14px;
	color:#999;
	line-height:44px;
	text-indent:10px;
	border:1px solid #ccc;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#toggleArea .collapse {
	height:auto !important;
}
#accordionArea .collapse {
	height:auto !important;
}
.submit-image input{
	width:80%!important;
}
.input-group .form-control, .input-group-lg .form-control{
	float:left!important;
}