.text-center { text-align: center; }
.btn-new
{
    display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background-color: #00AEEF;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 17px;
    height: 50px;
    margin-bottom: 20px;
    border: none;
}

.image-prev-wrapper {
	padding: 20px;
	position: relative;
	background-image: url(bg_glass.jpg); 
	backround-color: #fff;
	background-size: auto;
}

.image-prev  {
	/*** border: 2px dashed #C0C1C1; ***/
	width: 100%;
	height: 400px;
	margin-bottom: 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.prev-text
{
	padding-top: 200px;
	color:#000;
	height: 200px;
	font-size: 22px;
}
.input-wrap
{
	text-align: center;
	color: #616060;
	padding-right: 21%;
	font-weight: 600;
}	
.inp{
	width: 106px;
	border: 2px solid #6A6A6A;
	height: 35px;
	 	padding-left: 7px;
	float: left;
}

.inp-length{
	width: 100%;
	border: 2px solid #6A6A6A;
	height: 35px;
	 	padding-left: 7px;
	float: left;
}
.fie{
	padding-bottom: 7px;
	float: left
}
.label
{
	width: 120px;
	float: left;
	text-align: right;
	padding-right:8px;
	color: #616060;
	font-weight: 600;
	font-size: 15px;
}
.labe1
{
	float: none;
	padding-left: 5px;
}