table
{background:#fff;/*set the whole bg*/
}

.myform {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
    /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  font-size:13px;
  line-height:1.2;
  font-family:Arial, Helvetica, sans-serif;
/* 	font-family: verdana, helvetica, arial, sans-serif;*/
}

.myform fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #dfdfdf;
  border-width: 1px;
  border-style: solid;
  padding: 10px;  
  margin: 0;
  margin-left: 5px;
  margin-top: 10px;

}
/*form title*/
.myform fieldset h2
{font-size:20px;
font-weight:normal;
color:#36456c;
}
/*old form title, still in use*/
.myform fieldset legend {
	font-size:120%;
font-weight:bold;
color:#333; 
padding-bottom:15px;
/* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

.myform label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.myform textarea, .myform select  {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
    border: 1px #cccccc solid;
	padding-left: 5px;
	/*font: normal 11px Verdana, Helvetica, sans-serif;*/
    font-family:Arial, Helvetica, sans-serif;
	height: 20px;
    font-size:13px;
}


.myform textarea {
	height: auto;
    font-size:11px;
}
.myform input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.myform textarea { overflow: auto; }

.myform small {
	display: block;
	margin: 0 0 5px 130px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
    padding-left:10px;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#454545;
}
.myform h5
{font-size:10px;
color:#333;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:5px;
margin-bottom:5px;
}
.myform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.myform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.myform input.error, .myform select.error 
{border: 1px solid #FF0000;
}
	
.error_message
{color:#FF0000;
font:normal 12px Tahoma, Arial, sans-serif;
padding:5px 0 10px 10px;
font-size:11px;
}

.helptext img
{float:right;
margin-top:-10px;
margin-right:-10px;
}
.helptext
{background:#e1f3f9;
width:708px;
min-height:25px;
height:auto;
color:#333;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
margin-top:0;
margin-bottom:10px;
margin-left:5px;
border:1px solid #999;
line-height:1.2;
}

.helpnote
{
font-size:11px;
margin-top:10px;
padding-top:10px;

}
a.skip
{font-size:12px;
font-weight:bold;
color:#0066cc;
margin-left:30px;
margin-right:10px;
}
.clear
{clear:both;}
.noborder
{border:none;
}

input.newbutton
{background:#0074a6;
font-size:12px;
color:#fff;
padding-left:10px;
padding-right:10px;
height:30px;
line-height:30px;
display:inline;
margin-right:15px;
text-align:center;
cursor:pointer;
font-weight:bold;
margin-top:5px;
margin-bottom:10px;
}
/*search page*/
#form_search
{font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-left:15px;
}
#form_search input, #form_search select
{font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#form_search label
{font-weight:bold;
color:#333;
}

#form_search input[type="button"], #form_search input[type="submit"]
{border: buttonface outset 2px;
line-height:30px;
padding-left:6px;
padding-right:6px;
}
/*new form style starts here*/
.form2010
{margin:0;
padding:0;
font-size:12px;
font-family:arial,verdana,sans-serif;
color:#333;
width:760px;
}
.form2010 fieldset
{border:none;
border-top:1px solid #ccc;
margin:0;
margin-bottom:1em;
width:100%;
}
.form2010 legend
{color:#003366;
font-size:1.3em;
font-weight:bold;
margin:1em 0;
padding:0 1em;
}
.form2010 label
{float:left;
text-align:right;
width:200px;
padding:0 1em;
}
.form2010 fieldset div
{display:block;
margin-bottom:0.5em;
padding:0;
}
.form2010 div input[type="text"], .form2010 fieldset div textarea
{border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#555555;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:solid;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:1px;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:#CCCCCC;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:solid;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:1px;
border-top-color:#555555;
border-top-style:solid;
border-top-width:1px;
color:#333333;
padding-bottom:1px;
padding-left:1px;
padding-right:1px;
padding-top:1px;
width:350px;
}
.form2010 div input[type="checkbox"]
{
}
.form2010 div input[type="button"]
{

}
.form2010 div input[type="file"]
{
}
.form2010 div.buttonline
{
text-align:center;
}
.form2010 div.buttonline .bottombutton
{padding:1px 10px;
}
.form2010 div.buttonline .bottombutton2
{margin-left:20px;
}
/*for "select all" "remove all" "<" and ">" buttons*/
.form2010 input.w80px
{width:70px;
margin:0 2px 10px 2px;
border:1px solid #ddd;
}
.form2010 .note
{color:#666;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.form2010 div input[type="text"].w200
{width:200px;
}
.form2010 div label.required
{font-weight:bold;
}
