/* CSS Document */



.floatLeft {
	float: left;
	width: 100px;
	height: 15px;
}

.floatRight {
	display: inline;
	text-align: right;
}

.clear {
	clear: both;
}

.rows {
	width: 470px;
	position:relative;
	left: 200px;
	border: solid 1px #7EA8DD;
	background-color: #EFF3F9;
	padding: 3px;
}
.backgroundBox {
	width: 330px;
	border: solid 1px #7EA8DD;
	background-color: #EFF3F9;
	padding: 3px;
}
.altRow {
	background-color: #F9D9B9;
}

.date {
	font-weight: bold;
	font-size: 1.2em;
}
.rightSide {
	float: right;
}

#wrapper {
	width: 700px;
}
.error {
	display: block;
	color: #FF0000;
	padding-bottom: 5px;
}

