div.insitu {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px dotted #666666;
	padding:2px;
}

div.insitu form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:10px; verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

p {
	font:10px verdana,arial,sans-serif;
}

div.insitu form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 0px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

div.insitu form fieldset legend {
	font-size:10px; /* bump up legend font size, not too large or it'll overwrite border on left */
	text-align:center;
}

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

div.insitu form img {
	text-align: center;	
}

div.insitu 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 */
}

div.insitu form text, input, textarea, select {
	width:auto;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	border: 1px dotted #000000;
}

div.insitu form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

div.insitu textarea { overflow: auto; }

div.insituform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

div.insitu form .required{font-weight:bold;} /* uses class instead of div, more efficient */

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


div.insitu_destacat {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #C8A2A2;
	border: 1px dotted #666666;
}

div.insitu_destacat  form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:10px; verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

p {
	font:10px verdana,arial,sans-serif;
}

div.insitu_destacat  form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 0px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

div.insitu_destacat  form fieldset legend {
	font-size:10px; /* bump up legend font size, not too large or it'll overwrite border on left */
	text-align:center;
}

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

div.insitu_destacat  form img {
	text-align: center;	
}

div.insitu_destacat  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 */
}

div.insitu_destacat  form input, form textarea, select {
	width:auto;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	border: 1px dotted #000000;
}

div.insitu_destacat  form input#reset {
	margin-left:10px; /* set margin-left back to zero on reset button (set above) */
}

div.insitu_destacat  textarea { overflow: auto; }

div.insitu_destacat  form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

div.insitu_destacat  form .required{font-weight:bold;} /* uses class instead of div, more efficient */

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

