.buttonResright {
    clear: both;
    float: right;
    margin: 0px 0px 10px 10px;
    width: 99px;
    height: 22px;
    background-image: url(../graphics/reservations_act.gif);
}
.buttonResright a {display:block}
.buttonResright img {width:100%; height:100%}
.buttonResright a:hover img {visibility:hidden;}
.Error{
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 8px;
    color: #FF3300;
}

#checkinform {
  position: relative;
}
.field {
    clear: both;
    margin: 0px 0px 8px 0px;
}
.fieldempty {
    clear: both;
    margin: 0px 0px 6px 10px;
    color: #062C5E;
    height: 20px;
}
.fieldempty2 {
    clear: both;
    margin: 8px 0px 6px 10px;
    color: #062C5E;
    height: 20px;
}

#checkinform label {
	float:left;
	width: 190px;
	text-align: left;
	margin-right: 1em;
    margin-left: 10px;
    line-height: 17px;
}
#checkinform label.comments {
	text-align: left;
    margin: 0px 10px 0px 10px;
    color: #000000;
    line-height: 17px;
    width: 590px;
}
#checkinform input {
	padding:0.15em;
	border: 1px solid #000000;
	background: #FFFFE6;
	font: normal 1.0em arial, sans-serif;
    width: 250px;
}

#checkinform input:hover, #checkinform input:focus {
	border-color: #990000;
	background: #FFFF97;
}

#checkinform input.radio {
	padding:0.15em;
	border: 1px solid #000000;
	background: #FFFFE6;
    width: 10px;
    margin-right: 15px;
}
#checkinform textarea {
	padding:0.15em;
	width:10em;
	border: 1px solid #000000;
	background: #FFFFE6;
    width: 450px;
    height: 80px;
    margin-left: 10px;
}

#checkinform textarea:hover, #checkinform textarea:focus {
	border-color: #990000;
	background: #FFFF97;
}
#checkinform select {
	padding:0.15em;
	border: 1px solid #000000;
	background: #FFFFE6;
}
#checkinform select:hover, #checkinform select:focus {
	border-color: #990000;
	background: #FFFF97;
}
.submitadv {
    margin: 30px 0px 40px 0px;
    width: 460px;
    text-align: right;
}
#checkinform input.send {
	padding:3px;
	border:1px solid #000000;
	background: #CC9F4E;
	font: bold 0.75em arial, sans-serif;
}
#checkinform input.send:hover, #checkinform input.send:focus {
	border-color: #CC9F4E;
	background: #E7D1A9;
}
