.test1 {
	border: 1px solid #999999;
	width: 100%;
}
.validationborder {
	border: 3px solid #FF0000;
	width: 100%;
}
.test2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #990000;
	font-weight: bold;
}
.titlestyle {
	font-size: xx-large;
}
.smalltitle {
	font-size: x-large;
}
.smallitalic {
	font-size: small;
	font-style: italic;
}
.waitingbar {
	color: #000000;
	background-color: #FF0000;
	border-top-width: thick;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}
.biggreen {
	font-size: xx-large;
	color: #00FF00;
}
.vmidle {
	vertical-align: bottom;
}

