#tableBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: cccccc;
	border-bottom-color: cccccc;
	border-left-color: cccccc;
}
#tablePadding {
	padding-right: 8px;
	padding-left: 8px;
}
#contentPadding {
	padding-right: 8px;
	padding-left: 16px;
}
#topBottom {
	margin-top: 18px;
	margin-bottom: 10px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
.photoLeft {
	margin-right: 10px;
}
.thisMonth {
	padding-top: 10px;
	padding-left: 30px;
}
a:link {
	color: #F07F0A;
	text-decoration: none;
}
a:visited {
	color: #F07F0A;
	text-decoration: none;
}
a:hover {
	color: #F07F0A;
	text-decoration: underline;
}.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.photo-right {

}
.photo {
}

/* jason added this for the form error */

label.error{
	color: red;
	padding-left: 10px;
}

