/* STYLES THAT APPLY TO FILL-OUT FORMS THROUGHOUT THE VPC SITE */
fieldset {
	border: none;
}
table#contenttbl input.button_apart {
	margin-left: 2em !important;
	/* THIS STYLE DECLARATION FAILS AND I DON'T KNOW WHY 2006-12-06 */
	/* IF YOU SET IT SPECIFICALLY IN THE ACTUAL FILE IT DOES WORK!! */
	/* WELL, IT WORKS FINE FOR THE ALMANAC, AT LEAST. DO NOT REMOVE/DELETE!!! */
}
table#contenttbl input.button {
	cursor: pointer;
}
input.radio, input.checkbox {
	background-color: #ffffff !important;
}
input.sordfish3_match {
	width: 2.5em;
	/* font-weight: bold; */
	font-size: 11pt;
	font-family: 'Bookman Old Style','courier new';
	color: white !important;
	background-color: #CC3333 !important;
	border-style: none; 
	height: 22px;
	padding-left: 3px;
}
.input10 {
	width: 10px;
}
.input80 {
     width : 80px;
      }
.input120 {
     width : 120px;
      }
.input180 {
     width : 180px;
      }
.input240 {
     width : 240px;
      }
.input300 {
     width : 300px;
      }
.input350 {
     width : 350px;
      }
.input500 {
     width : 500px;
      }
div.now_wait {
	background-color: navy !important; 
	padding:2em; color: #ffffff; 
	text-align:center; 
	position:absolute; 
	width: 240px;
	margin:20% 30%; 
	top:0; 
	left:0;
	display:block;
	z-index:99;
}
div.no_wait {
	display:none;
}
