.pageTextbox{
  border: inset #666666 1px;
  margin: 2px 2px 2px 2px;
  font-size: 10px;
  color: #0000FF;
}
.pageBtn{
  border: inset #666666 1px;
  margin: 2px 2px 2px 2px;
  color: #990000;
  font-size: 10px;
  font-weight: bold;
}

.verdots {
	background-image: url(../images/verdots.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.hordots {
	background-image: url(../images/horline.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.horline2 {
	background-image: url(../images/horline2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.hordots2 {

	background-image: url(../images/horline.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.txtfld {
	font: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	width: 200px;
	color: #000000;
	font-size: 11px;
}
textarea{
	width: 200px;
	height: 55px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	background-color: #EEEEEE;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textarea1{
	
	width:740px;
	height: 55px;rder-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formbutton {
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background:#AB2830;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.formbutton:hover {
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background:#FF9900;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
a.commonlink:link, a.commonlink:visited, a.commonlink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
  color:#999999;
  text-decoration: none;
}
a.commonlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
  color:#990000;
}.verdots2 {

	background-image: url(../images/verdots2.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

