.content-wrapper{
	overflow: hidden !important;
}
.stpic{
	text-align: center;
	overflow: hidden;
	font-family: inherit;
	font-size: 8pt;
	color: #333;
	font-weight: 600;
}
.stpic img{
	width: 105px;
	height: 110px;
	padding-right: 2px 2px 2px 2px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	margin-bottom: 4px;
}
.stpic img:hover{
	cursor: pointer;
}
#stphoto{
	display: none;
}
.error{
	font-weight: normal;
	font-size: 9pt;
}
label.error{
	font-family: inherit;
	font-size: 10pt;
	font-weight: normal;
	color: #cc0000;
}
.has-error{
	border-color: #cc0000;
}
.scalert{
	background-color: #00aa00;
	color: #fff;
	font-family: inherit;
	font-size: 13pt;
	font-weight: 600;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	text-align: center;
}
.splbody{
	width: 90%;
	height: auto;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 10px auto;
	padding: 0px 0px 30px 0px;

}
.splbody .header{
	background-color: #fafafa;
	font-family: inherit;
	font-size: 11pt;
	font-weight: 600;
	color: #222;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
.splbody .cmphoto{
	overflow: hidden;
	text-align: center !important;
}
.splbody .cmphoto img{
	width: 110px;
	height: 120px;
	padding: 3px 3px 3px 3px;
	background-color: #fafafa;
	border: 1px solid #aaa;
	border-radius: 2px;
}
.splbody .cmcontent{
	overflow: hidden;
	width: 73%;
}
.splbody .cmcontent .col-sm-8{
	padding-top: 6px;
}
.splbody .cmcontent .form-group{
}
.splbody .cmcontent .form-group label{
	text-align: left;
}
.form-group{
	padding:5px 5px 5px 5px;
	margin-bottom: 2px;
}
.form-group label{
	font-weight: 600;
}
.color{
	background-color: #f8f8f8;
	border-bottom: 1px solid #f0f0f0;
	padding:5px 5px 5px 5px;
	overflow: hidden;
}
@media screen and (max-width: 800px){
	.splbody .cmphoto{
		overflow: hidden;
		text-align: left !important;
		margin-bottom: 20px;
	}
	.splbody .cmcontent{
		width: 100%;
		padding: 20px 10px 20px 10px;
	}	
	.splbody{
		width: 90%;
		height: auto;
		overflow: hidden;
		border: 1px solid #ccc;
		border-radius: 2px;
		margin: 10px auto;
		padding: 0px 0px 0px 0px;

	}
}
input,select,textarea{
	border-radius: 3px !important;
	border:1px solid #aaa !important;
}
.box-footer.bfoot{
	border-top:1px solid #ddd !important;
}