#loading-image{ 
	display: block;
	background: #ffe;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 99999;
}

#loading-image .progress{ 
	position: fixed;
	left: 25%;
	top: 200px;
	width: 50%;
	z-index: 99999;
	height: 30px;
}
#loading-image .progress-bar{
	line-height: 30px !important;
	height: 30px !important;
}
.dropdown-menu>li>label{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.52857143;
	color: #5f5f5f;
	white-space: nowrap;
}
fieldset{
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 5px;
}
label.error {
	color: #dd4b39;
    font-weight: normal;
}
.successMsg{
	cursor:pointer;
	display:none;
	color:#449d44;
}
