#form_winnerroom dt{
	font-weight: 400;
	float: left;
	clear: left;
	padding: 4px;
	width: 110px;
	font-size: 14px;
	color: #52331c;
	line-height:20px;

}

#form_winnerroom dd{
	margin-left:0px;
	padding: 4px;
}
#form_winnerroom dl.border-bottom-reserv dd select {
	border: 2px solid #fff;
	box-shadow: inset 0 0px 2px rgba(0,0,0,0.5);	
}
#form_winnerroom dl dd div.jdpicker_w input {
		width: 99px;	
	border: 2px solid #fff;
	padding: 3px 5px;
	cursor: pointer;
	box-shadow: inset 0 0px 2px rgba(0,0,0,0.5);
	background: url("/public/images/layout/calendar.png") no-repeat;
	background-color: #fff;
	background-position: right 4px center;
	background-size: 16px;
}
#form_winnerroom dl.border-bottom-reserv {
	border-bottom: 1px solid #fff;	
	margin: 10px 5px;
}

#form_winnerroom dl input.button {
	 width: 230px;
	 text-align:center;
	position: relative;
	float:right;
	padding:10px 20px;
	color: #fff;
	text-decoration: none;
	margin-right:10px;
	margin-top: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	border: 1px solid #808D55;
	border-radius: 3px;
	display: block;
	text-shadow: 0px -1px 0px #8aa606;
	font-size: 14px;
	font-weight: 400;
	background: #bed85d; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bed85d), color-stop(1%,#98c208), color-stop(100%,#83a705)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bed85d 0%,#98c208 1%,#83a705 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-linear-gradient(top, #bed85d 0%, #98c208 1%, #83a705 100%);
	background: linear-gradient(to bottom, #bed85d 0%,#98c208 1%,#83a705 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed85d', endColorstr='#83a705',GradientType=0 ); /* IE6-9 */
}
#form_winnerroom dl input.button:hover {
		background: #bed85d; /* Old browsers */ /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bed85d), color-stop(1%,#83a705), color-stop(100%,#98c206)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bed85d 0%,#83a705 1%,#98c206 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
		background: -webkit-linear-gradient(top, #bed85d 0%, #83a705 1%, #98c206 100%);
		background: linear-gradient(to bottom, #bed85d 0%,#83a705 1%,#98c206 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed85d', endColorstr='#98c206',GradientType=0 ); /* IE6-9 */
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}

#bt-resa {
	width: 100%;
	max-width: 960px; 
	margin: 0 auto;	
	z-index: 200;
	position: absolute;
	display: none;
    bottom: 0px;
}
#bt-resa a {
background: #bed85d; /* Old browsers */ /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bed85d), color-stop(1%,#98c208), color-stop(100%,#83a705)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bed85d 0%,#98c208 1%,#83a705 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
		background: -webkit-linear-gradient(top, #bed85d 0%, #98c208 1%, #83a705 100%);
		background: linear-gradient(to bottom, #bed85d 0%,#98c208 1%,#83a705 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed85d', endColorstr='#83a705',GradientType=0 ); /* IE6-9 */
    border: 1px solid #808D55;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    right: 0px;
    font-size: 14px;
    font-weight: 400;
	top: -40px;
	position:absolute;
    padding: 10px 20px;
	position:absolute;
    text-decoration: none;
    text-shadow: 0 -1px 0 #8AA606;
	z-index:200;
	/*width:200px;
	display:block;
	right: 0px;
	cursor: pointer; 
	margin: 0 auto;
	color: #2D2D2D;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(to bottom, #D5D2B5 0%, #E9E6C6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 0px 0px 3px 3px;
	line-height:50px;*/
	
}
@media (max-width: 1023px) {
	#form_winnerroom dt{
		width: 94px;
		font-size: 12px;
		}
#form_winnerroom dl dd div.jdpicker_w input {
	width: 70px	;
}
#form_winnerroom dl input.button {
		width: 175px;
	}
}

@media (max-width: 768px) {
	#bt-resa {
		display: block;
	}
}

@media (max-width: 460px) {
#bt-resa a {
	top: -215px;	
}
}