body {
	font-family: "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em; /*19px;*/
	color: #2E5292;
}

a {
	color: #C47DA5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.3em;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 4px;
	line-height:1.5em;
}
h1.hotel, h2.hotel {
	color: #A14176;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
h3.hotel {
	color: #A14176;
	margin-bottom:0;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
}
p.hotel {
	color: #666;
}
.important {
	color:#F36322;
	font-weight:bold;
}
span.invoice {
	font-weight: normal;
}
img.spam_protect {
	border: none;
}
table.dotted {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
table.dotted td {
	border-bottom: 1px dotted darkred;
}
table.dotted p {
	margin: 0;
	background: #FFF9F1;
	float: left;
	position: relative;
	left: 0;
	top: 7px;
}
p.date {
	font-size: 0.9em;
}
p.right, table.dotted p.right {
	float: right;
}
input.text, input.invalid, input.valid {
	margin-bottom: 2px;
}
input.invalid {
	background: #FF8080;
}
label {
	margin-right: 4px;
}
fieldset {
	border: 2px solid #F9E2E8;
	background: #FFF9F1;
}
fieldset.nuke_field input {
	display: none;
}
div.shadow {
	background: #7897C5;
	position: relative;
	left: 1px;
	top: 1px;
	padding: 1px;
	margin-bottom: 1em;
	border: 1px solid #C3D2E5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
table.result {
	border: 4px solid #F0F0F0;
	position: relative;
	left: -1px;
	top: -1px;
	width: 100%;
	border-radius: 4px;
	font-size: 0.8em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
tr.odd td {
	background: #F0F0F0;
}
tr.even td, th {
	background: white;
}
legend {
	font-size: 1.1em;
}
div.col {
	float: left;
}
div.col div {
	height: 19px;
}
div.text {
	/* width: 400px; */
}
fieldset.wide {
	width: 550px;
}
#bordertable td {
	border-bottom: solid 1px #CCCCCC;
	font-size:12px;}
	
.align-center {
	text-align:center;
}
div.border {
	border: 2px solid white;
	padding: 8px;
}
#left div.border {
	border:none;
	padding:0;
}
#left div.border img {
	border:1px solid white;
}
/* forms */
.csc-mailform label {
	display:block;
	font-size: 0.8em;
}
.csc-mailform-field {
	margin-bottom: 4px;
}
