*, body, div {
	
	box-sizing: border-box;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12pt;
	line-height: 12pt;
	padding: 0px;
	margin: 0px;
}

input, select {
	
	border: 2px inset #dddddd;
	border-radius: 5px;
	background-color: #eeeeee;
	padding: 2px;
	font-size: 1em;
	line-height: 1em;
}

#form_main {
	
	position: relative;
	width: 80%;
	max-width: 600px;
	border: 3px groove #dddddd;
	border-radius: 20px;
	padding: 15px;
	margin: 0px auto;
	top: 50px;
}

#form_caption {
	
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
}

.titnormal {
	
	color: #888888;
	font-weight: lighter;
	font-size: inherit;
	display: block;
	line-height: inherit;
}

.titbold {
	
	color: #33a9e9;
	font-weight: bold;
	font-size: inherit;
	display: block;
	line-height: inherit;
}

.field_wrapper {
	
	width: 100%;
	padding: 10px;
}

.fieldlabel1, .fieldlabel2, .fieldlabel3, .fieldlabel4, .fieldlabel5, .fieldlabel6 {
	
	display: inline-block;
}

.fieldlabel1 {
	
	width: 70px;
}

.fieldlabel2 {
	
	width: 160px;
}

.fieldlabel3 {
	
	width: 100px;
}

.fieldlabel4 {
	
	width: 50px;
	text-align: right;
}

.fieldlabel5 {

	padding: 10px 0px;
}

.fieldlabel6 {
	
	width: 50px;
	text-align: left;
}

#guestname, #guestmail, #tels {
	
	width: calc(100% - 75px);
}

#desiredhotel {

	width: calc(100% - 105px);
}

#tels {
	
	display: inline-block;
	position: relative;
}

#btnsend {
	
	width: 100%;
	background-color: #33a9e9;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	border: 0px;
	box-shadow: 2px 2px 2px 2px rgba(51, 193, 233, .5) inset, -2px -2px 2px 2px rgba(128, 128, 128, .5) inset, 2px 2px 2px 2px rgba(95, 95, 95, .5);
	cursor: pointer;
}

#btnsend:active {

	background-color: #33a9e9;
	box-shadow: 2px 2px 2px 2px rgba(128, 128, 128, .5) inset, -2px -2px 2px 2px rgba(51, 193, 233, .5) inset;
}

#btnsend:hover:active {

	background-color: #33a9e9;
	box-shadow: 2px 2px 2px 2px rgba(128, 128, 128, .5) inset, -2px -2px 2px 2px rgba(51, 193, 233, .5) inset;
}

#btnsend:hover {
	
	background-color: #33c1e9;
	box-shadow: 2px 2px 2px 2px rgba(25, 200, 250, .5) inset, -2px -2px 2px 2px rgba(128, 128, 128, .5) inset, 2px 2px 2px 2px rgba(95, 95, 95, .5);
}

.field_error {
	
	outline: 3px solid #ff0000;
}

.err_msg {
	
	display: inline-block;
	text-align: left;
	width: 90%;
	margin: 0px auto;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

@media (max-width: 550px)
{
	.mob_break {
		
		display: block;
	}

	#homenumber, #cellnumber {

		width: 65%;
	}

	#guestsource {

		width: 175px;
	}
	
	input {
		
		margin: 5px 0px;
	}
}

@media (min-width: 551px)
{
	.mob_break {
		
		display: none;
	}

	#homenumber, #cellnumber {

		width: calc((100% - 112px) / 2);
	}

	#guestsource {

		width: calc(100% - 165px);
	}
}

@media (max-width: 750px)
{
	#startdate, #enddate {

		width: 150px;
	}
}

@media (min-width: 751px)
{
	#startdate, #enddate {

		width: 216px;
	}
}
