.stepbox {
	margin: 40px auto 40px auto;
	padding: 0 10px;
	background-color: #fff;
	box-shadow: 0 0 1px #ccc;
	border: solid 1px #fff;
}
.stepbar {
	padding: 20px 0px;
	height: auto;
	background-color: #fff;
    text-align: center;
}
.stepbar ul {
	display: inline-block;
	padding: 0px;
}
.stepbar ul li {
	display: inline-block;
	padding: 0 0px;
}
.stepbar ul li.next:after{ content: '>'; display: inline-block; margin-left: 10px; margin-right: 10px;}

.register_step_icon {
	width: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #888888;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	margin: 0px 5px 0px 0px;
}
.register_step_text {
	font-size: 12px;
	line-height: 20px;
	color: #999;
}
.stepselected .register_step_icon {
	background-color: #337ab7;
}
.stepselected .register_step_text {
	color: #337ab7;
}
.steptitle {
	margin: 20px 0 50px 20px;
}
.steptitle span {
	color: red;
	margin-left: 20px;
}
.stepcontent {
    padding: 20px 0px;
}
.laststep{
	color:#666;
	background-color: #fff;
	font-size: 18px;
    padding: 6px 5px;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 5px;
	display: inline-block;
	text-align: center;
	border: #444 solid 1px;
		}
.laststep:hover{
	color:#fff;
	background-color: #444;	
}
.uploadbutton {
	margin: 10px 0 5px 0;
	font-size: 12px;
}
.col-xs-14 {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.preview {
	width: 170px;
	height: 100px;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.imghead {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
}

.error {
    		color: red
    	}
@media (min-width:992px) {
.stepbox {
	width: 900px
}
.stepcontent {
	width: 700px;
    margin: 0px auto;
}

}

@media (max-width:992px) {
.stepcontent {
    
	width:100%;
}
.stepbar{ width: 100%; padding: 10px 0px;}
}

@media (max-width:640px) {
    .stepbox{ border: 0px;}
    .stepbar ul{ width: 100%;}
    .steptitle{ margin: 10px 0px 20px 15px;}
    .stepbar ul li{ padding: 0px; width: 33.3333%; float: left;}
}