@CHARSET "ISO-8859-1";

h1, h2, h3, h4, h5, h6 {
	color: #555555;
}

.blue {
	color: #3366CC;
}

.header .reservation-request-text {
	width: 190px;
	display: inline;
	float: left;
	margin: 30px 0 0 30px;
	font-weight: bold;
	font-size: 105%;
}

.header .sae-text {
	width: 100px;
	float: left;
	display: inline;
	margin: 30px 0 0 20px;
}

.header .logo {
	float: right;
	display: inline;
	margin: 25px 50px 0 0;
}

.header .menu {
	margin: 25px 0 0 0;
	padding: 53px 0 0 725px;
}

.header .menu a{
	color: #FFFFFF;
}

.header .menu a:hover{
	color: purple;
}


.header .menu li{
	list-style-type: none;
	display: inline;
}

body {
	font-size: 14px;	
}

#status {
	width: 100%;
	text-align: center;
}

#status thead {
	font-weight: bold;
}

#request fieldset {
	margin: 10px 0 0 0;
}

fieldset legend {
	font-weight: bold;
	color: #555555;
}

.success-text {
	width: 700px;
	float: left;
	margin: 0 20px;
	display: inline; /* ie6 */
}

.success-img {
	float: left;
}

.block {
	border: 2px solid black;
	width: 440px;
	min-height: 30px;
	text-align:center;
	padding: 15px 5px 5px 5px;
	color: white;
}

.block-error {
	background: url('../images/bg-error.gif') repeat-y;	
}

.block-success {
	background: url('../images/bg-success.gif') repeat-y;
	margin: 0 auto 0 auto;
}
