/*<%
	response.contenttype = "text/css"
%>*/

<!--

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0px;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 99%; 
}

.indent{
margin-left:27px;
}

form fieldset {
  border: 1px solid #000;
  margin-left:5px;
  margin-bottom:20px
}

fieldset
{
 / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
border: 1px solid #000;
padding: 10px;        /* padding in fieldset support spotty in IE */

}
/*IE 5.5+*/
*html form fieldset  {
	margin-right:0px;
}
legend
{
padding: 2px 6px
} 


form  .student fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  background-color:#CCCCCC;
}



.student{
border-bottom-style:groove;

color:#BC9408;
}

form fieldset legend {
	font-size:1.1em; /* 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  */
	font-weight:bold;
	color:#006699;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin-top: 5px; /* set top margin same as form input - textarea etc. elements */
	margin-right:5px;
	padding-right:5px;
	text-align:right;
}
form label.wide {
	width: 200px;
}
.inline {
width:85%;
text-align:left;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	/*text-decoration:underline; */   /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form 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 */
	background-image: url(/images/bg_input.gif);
	border : 1px solid  #999;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	
	padding: 1px 3px;
	font-size: 88%;
}

#col_2 p.required{
	font-weight:bold; /* uses class instead of div, more efficient */
	color:#990000;

}
.required{
	font-weight:bold; /* uses class instead of div, more efficient */
	color:#990000;

}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes_inline {
  
  width: 95%;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 3px 0px 3px 10px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 90%;
  margin-top:10px;
  
}

form fieldset div.notes_transparent {

  width: 97%;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 5px;
  color: #000;
  font-size: 100%;
}

form fieldset div.notes h4 , form fieldset div.notes_inline h4{
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0px 3px 27px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}
.floatleft
{
float: left;
margin: 3px 10px 10px 10px;
border: 1px solid #666;
padding: 5px;
}
.errorbox
{
background-color:#FFFFCC;
border: 1px solid #FFCC00;
width:75%;
padding-left:50px;
background-image: url(/images/warning.gif);
background-repeat: no-repeat;
background-position: center left;
color:#BE2F37;
margin-left:27px;
}

#col_2 div.errorbox p{
		color:#990000;
	}
-->

