.bx_registration_page{
	color: #3F3F3F;
	font-size: 13px;
	line-height: 20px;
}

.bx_registration_page .input_text_style{
	position: relative;
	display: block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 10px !important;
	min-width: 200px;
	max-width: 300px;
	width: 100%;
	height: 30px;
	border: 1px solid #8CA3AE;
	border-radius: 5px;
	background: #fff;
	box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.7);
	font-weight: normal;
	font-size: 16px;
}


.bx_registration_page .starrequired{color: #f00;}
