#centerpad {
background: white;
color: black;
}
#centerpad a{
	color: navy;
}
#centerpad a:visited{ 
	color: Maroon;
}
#centerpad a:hover{
	text-decoration: overline;
}
#centerpad a:active{ 
	color: red;
}
#right{
	background: url(/images/corners/right_tl.png) no-repeat left top;
}
#left{
	background: url(/images/corners/left_tr.png) no-repeat right top;
	z-index:25;
}
#cc #cc_bl{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 21px;
	height: 26px;
	background: transparent url(/images/corners/center_bl.png) no-repeat;
	z-index: 25;
}
#cc #cc_br{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 21px;
	height: 26px;
	background: transparent url(/images/corners/center_br.png) no-repeat;
	z-index: 25;
}

.text_field{
	border: thin solid black;
	color: black;
}