.forms1,.forms2{
	max-width:600px;
	width:90%;
	margin:auto;
}
.step{
	background:url(../images/step1.png) no-repeat center top;
	width:90%;
	margin:auto;
	padding-top:60px;
	font-size:25px;
	text-align:center;
	margin-top:-40px;
	font-weight:bold;
}
.for_room_title{
	font-size:25px;
	font-weight:bold;
	text-align: center;
	padding-top:20px;
}
#step2{
	background-image:url(../images/step2.png);
}
#step3{
	background-image:url(../images/step3.png);
}
.step_line1,.step_line2,.step_line3{
	border-top:1px solid #bab8b8;
	padding:20px 0;
	overflow:hidden;
}
.step_line2{
	margin-top:35px;	
}
.step_line1 p{
	font-weight:bold;
	padding-bottom:20px;
	
}
.step_line1{
	text-align: center;
}
.step_line1 .message{
	clear:both;
	color:orangered;
	padding-top:5px;
	text-align: left;
}
.step_line1  .input{
	border:1px solid #cececc;
	background:white;
	width:280px;
	height:53px;
	padding:0 10px;
	line-height:53px;
	vertical-align:middle;
	font-size:17px;
	float:left;
	display:inline;
}
.step_line1  .input.error{
	border:1px solid #dabb9b;
}
.step_line1  .submit, .forms2 .submit{
	font-size:14px;
	color:white;
	padding-left:20px;
	padding-right:50px;
	background:url(../images/callto_white.png) #dabb9b no-repeat center right;
	border:none;
	line-height:48px;
	vertical-align:middle;
	cursor:pointer;
	font-weight:bold;
}
.for_submit2{
	text-align: center;
	padding:15px 0;
	border-top:1px solid #bab8b8;
	border-bottom:1px solid #bab8b8;
	margin-top:15px;
}
.forms2 .submit{
	clear:both;
	display:inline-block;
}
.step_line1  .submit:hover, .forms2 .submit:hover{
	background-color:#010101;
}
.step_right{
	display:inline-block;
}
.forms2 .sub_field label{
	width:100%;
	clear:both;
	display:block;
	text-align:left;
	color:#717171;
	font-size:14px;
}
.forms2 .input{
	border:1px solid #babab9;
	padding:7px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:100%;
	font-size:14px;
	margin-bottom:7px;
}
.sub_field{
	display:inline-block;
	width:47%;
	margin:0px 1%;
	vertical-align: top;
}
.sub_field .select-style{
    padding: 0;
    margin: 10px 0;
    border: 1px solid #7b7b7b;
    min-width: 120px;
    border-radius: 3px;
    overflow: hidden;
	background:url(../images/custom_select.png) #f5f5f5 no-repeat center right;
}
fieldset .sub_field .select-style{
	background:none;	
}
.sub_field .select-style select{
    padding: 5px 8px;
	padding-top:8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size:14px;
}
.sub_field .select-style select:focus{
    outline: none;
}
.sub_field .nomargintop{
	margin-top:0;
}
.sub_field .error{
	border-color:#ed1847;
	background-color:#fbdbe2;
}
.choose_my_room{
	border-bottom:1px solid #bab8b8;
	padding-bottom:10px;
	text-align: center;
}
.forms2{
	text-align: center;
}
.forms2.forms3 .sub_field{
	width:100%;
}
.extra_error{
	text-align:left;
	font-weight:bold;
	color:orangered;
	border-top:1px solid #bab8b8;
	padding-top:12px;
}
.extra_check_rules label{
	padding-left:5px;
	cursor:pointer;
	display:inline;
}
.extra_check_rules{
	text-align:left;
	padding:10px 0;
	border-top:1px solid #bab8b8;
}
.extra_check_rules a{
	text-decoration:underline;
}
.extra_check_rules label strong, .extra_info strong{
	color:#dabb9b;
}
.extra_check_rules input{
	display:inline!important;
}
@media screen and (max-width: 1000px) {
	.step_right{
		text-align: center;
	}
	.step_line1  .input{
		width:100%;
		display:inline-block;
		margin-bottom:10px;
	}
	.sub_field{
		margin:0;
		width:100%;
	}
}