body {
	text-align:center;
	font-family:Times, Helvetica, sans-serif;
}
hr {
	width:50%;
}
input.txt {
	font-weight:bold;
	background-color:#FFFF66;
	border-width: 1px;
	border-color: #CCCCCC;	
	border-style: solid;
	-moz-border-radius: 3px 3px;
}
img {
	border-style:none;
}
#container {
	width:1024px;
	background-color:white;
}
#divForm table {
	border-style:none;
	border-spacing: 0;
	text-align:left;
	width:700px;
	-moz-border-radius: 3px 3px;
}
#divForm td {
	padding-bottom:5px;
	border-style:none;
	vertical-align:middle;
}
#divForm select {
	font-weight:bold;
	background-color:#FFFF66;
	border-width: 1px;
	border-color: #CCCCCC;	
	border-style: solid;
	-moz-border-radius: 3px 3px;
}
#divForm textarea {
	font-weight:bold;
	border-width: 1px;
	border-color: #CCCCCC;	
	border-style: solid;
	background-color:#FFFF66;
	-moz-border-radius: 3px 3px;
}
#divForm fieldset {
	text-align:left;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style:solid;
	color: #ff0000;
	-moz-border-radius: 3px 3px;
}
#divForm legend {
	color: #ff0000;
}
.disclaimer {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#operbtns td, #operbtns-top td {
	padding:0px;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	line-height:24px;
}
.oper-disable {
	color: #959595;
	font-size:12px;
	font-weight: bold;
}
a.oper {
	color: #4f4f4f;
	text-decoration: none;
	display: inline-block;
    width: 100px;
    height: 25px;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	line-height:24px;
    background: url(../images/operbtn.png) 0 0 no-repeat;
}
a.oper:hover {
   background-position: -100px 0;
}
