legend {
	color: #004200;
	font-family:Verdana, Arial;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 2px;
}
fieldset {
	font-family:Verdana, Arial;
	font-size:13px;
	border: 1px solid #517DBF;
	padding: 0px 30px 20px 30px;
}
form {
	border: 0px solid gray;
	padding:  0px 1px 1px 1px;
}
input  {
    color: navy; border: 1px solid gray; padding:2px; font-size:13px;
} 
.button {
    border: 1px solid #006;
    background: silver;
    color black;
}
.button:hover {
    border: 1px solid black;
    background: gray;
    background-color:gray; cursor: hand; cursor: pointer;
    -moz-box-shadow: 3px 3px 3px #cecece; -webkit-box-shadow: 3px 3px 3px #cecece; box-shadow: 3px 3px 3px #cecece;
    filter:progid:DXImageTransform.Microsoft.dropShadow(color=#cecece, offX=2, offY=2, positive=true); 
    color:silver;    
}  
label {
	color: #192F4F;
	font-size:13px;
}
table {
	font-family:Verdana, Arial;
}
td {
	font-size: 13px;
	padding: 2px;
}
th {
	font-size: 13px;
}
.errFld {
	border: 1px solid #C33;
}
.errMsg {
	color: #C33;
	font-size:9px;
}
.note {
	color: #192F4F;
	font-size:9px;
}
.duplicateLinkHidden {
	visibility:hidden;
	display:none;
}
.formHeader {
	font-size:14px;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.formAuth {
	background-image: url(/forms/images/required.gif);
	background-color: white;
	border-color: White;
	background-repeat: no-repeat;
	color: white;
	font-size: xx-small;
}
.formLine {
	border-style: solid;
	border-color: #517DBF;
	border-width: 1px;
	background-color: #517DBF;
	width: 100%;
}
.preElement {
	white-space:pre;
	font-weight:bold;
	font-family:verdana;
	padding:10px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */	
}
pre {
	font-size:13px;
	color:black;
	font-family: Verdana, Arial, sans-serif;
	width:inherit;
}
body {
     font-family: Verdana, Arial, sans-serif;
     font-size:13px;
     margin-top:10px;
     text-align:center;
}
br { clear: left; }
.alertbox 
{
   /* margin-top:10px; */
   margin-left:10px;
   width:250px;
   border-style:dashed;
   border-width:1px;
   padding:5px 20px 5px 40px;
   color:Red;
   font-size:smaller;
   display:none;
}
.lightGrayBG  { background-color: #CECECE; }
.lightBlue  { background-color: #517DBF; }
.whiteBG  { background-color: #F9F9F9; }
