/* CSS Document */
html {
	width: 				100%;
	height: 			100%;
}

body {
	height: 			96%;
	font-family:		Arial, Helvetica, sans-serif;
	text-align: 		center;
}

#container {
	margin: 			0px auto;
	width: 				900px;
	text-align: 		left;
}

form {
	height: 			30px;
	margin: 			0px;
	background:			url('/images/calendar/background-menu.gif') top left repeat-x;
	vertical-align: 	middle;
	color: 				#FFFFFF;
	font-weight:		bold;
	font-size: 			12px;
	padding: 			3px;
}

.error {
	text-align: 		center;
	font-size: 			12px;
	color: 				#CC0000;
}

