
.ann {
	border-right: #aaaaaa 1px solid;
	padding-right: 4px;
	border-top: #aaaaaa 1px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: larger;
	margin-bottom: 0.5em;
	padding-bottom: 4px;
	border-left: #aaaaaa 1px solid;
	color: #ff0000;
	padding-top: 4px;
	border-bottom: #aaaaaa 1px solid;
	background-color: #eee
}
.inputError {
	border-right: #ff8000 1px solid;
	border-top: #ff8000 1px solid;
	margin: 0px;
	border-left: #ff8000 1px solid;
	border-bottom: #ff8000 1px solid;
	color: #ff8000;
	background-color: #ffffd7
}
.inputNormal {
	border-right: #004080 1px solid;
	border-top: #004080 1px solid;
	border-left: #004080 1px solid;
	border-bottom: #004080 1px solid;
	color: #004080;
	background-color: #efefef
}
.innerError {
	background-image: url(images/invalid.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: white;
	padding-left: 20px;
	padding-top: 1px;
	border-right: #ff8000 0px solid;
	border-top: #ff8000 10x solid;
	margin: 0px;
	border-left: #ff8000 0px solid;
	border-bottom: #ff8000 0px solid;
	color: #ff8000;
	height:16px;
}
.date {
	border-right: #80ff80 1px solid;
	border-top: #80ff80 1px solid;
	margin: 0px;
	border-left: #80ff80 1px solid;
	border-bottom: #80ff80 1px solid;
	color: #004080;
	background-color: #efefef
}
.date.inputError {
	border-right: #ff8000 1px solid;
	border-top: #ff8000 1px solid;
	margin: 0px;
	border-left: #ff8000 1px solid;
	border-bottom: #ff8000 1px solid;
	color: #ff8000;
	background-color: #ffffd7
}
.buttonstyle {
	border: #FF8000 1px solid;
	padding: 2px;
	margin: 0px;
	background-position: center;
	background-color: #EDEBE0;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	cursor: hand;
}
.linkto {
	font-size: x-small;
	color: #888888;
	font-weight: bold;
	font-family: verdana;
}
.cssRules {
	position: relative;
	color: #004080;
	background-color: #ffffff;
	margin-left: 2px;
	margin-right: 0px;
	border: #004080 1px solid;
	border-left: #004080 4px solid;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.syntaxreq {
	color: #a80000
}
.syntaxopt {
	color: #0080c0
}

