.csslabel, .cssinput {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
.cssinput{
width:300px;
}
.csslabel {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}
.err{
color:#EE0000;
}
.csstextArea{
width:300px;
height:150px;
}
.error{
color:#EE0000;
}
.cssbr {
	clear: left;
}
.cssbutton{
margin-left: 140px;
}
.caption{
font-weight:bold;
color:#04337A;
}
.cellLeft{
text-align:center;
padding-left:5px;

border-left: solid #9999FF 1px;
border-bottom: solid #9999FF 1px;
}
.cellRight{
padding-left:10px;
border-right: solid #9999FF 1px;
border-left: solid #9999FF 1px;
text-align:left;
border-bottom: solid #9999FF 1px;
}
.titleLeft{

border-left: solid #9999FF 1px;
border-bottom: solid #9999FF 1px;
border-top: solid #9999FF 1px;
background-color: #A1CBFF;

}
.titleRight{
border-right: solid #9999FF 1px;
border-left: solid #9999FF 1px;
border-bottom: solid #9999FF 1px;
border-top: solid #9999FF 1px;
background-color: #A1CBFF;

}
.activeLink{
border-bottom:solid #8BD1FF 1px;
background-color:#FFD401;

padding-top:10px;
padding-bottom:5px;

}
#center{
display:block;
margin-left:auto;
margin-right:auto;
}
table{
padding-left:20px;
padding-bottom:20px;
}