/* .formFrameTop {
	background-image: url(../images/layout/formHeader.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}*/
.formFrameTitle 
{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0145B2;
	color: #FFFFFF;
	line-height: 2em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	clear: both;
 }


.formFrame {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF8F2;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.formError {
	color: #FF0000;
	background-color: #FFFF80;
	font-weight: bold;
}
table {
	width: 100%;
}
.splitFloatLeft {
	float: left;
}
.splitFloatRight {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.tablePaging {
 		width: 200px;
}
.icon {
	margin-right: 1em;
	margin-left: 1em;
}
textarea {
	width: 100%;
	min-height: 10em;
}
.bigButton {
	margin-bottom: 1em;
	font-size: 1em;
	padding: 0.2em;
	
}
hr {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
