/* CSS Document */

#checkinForm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
#checkinForm a{
color:#000000;
text-decoration: none;
}

#checkinForm tr td {
padding: 4px;
}
#error {
	background-color: #FEEDB4;
	margin: 10px 0 0 0;
	padding: 5px;
	border: 2px solid #FF0000;
	font-weight: bold;
	color: #000000;
}
#errorMessage {
	font-weight: bold;
	color: #FF0000;
}
#loading {
	display: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#loading tr td{
	padding: 30px;
	text-align: center;	
}

#checkinForm a {
	font-weight: bold;   
}

#checkinForm a:hover {
	color: #0099CC;
	text-decoration: underline;
}

#checkinForm ul{
    font-weight: bold;
    margin-top: 8px;
	margin-left: 3px;
	list-style-type: square;
}
#checkinForm li{
	margin-bottom: 8px;
	text-align: justify;
}