html {
margin : 0px;
padding : 0px;
}
body {
    background-color: white; 
	font-family: Verdana, Arial, sans-serif; 
	margin:0em 0.5em 0.5em 0.5em; 
	padding:0px; 
	font-size:80%;
/*	background-image: url(./images/background_blue_lines.gif);  */
/*	background-repeat: repeat;  */

}
a img  {border: none}
/* ------------------- For small popup windows ------------------------------ */
.smallprint {
  font-size: 80%;
  }
#popupheader, #popupheadernomenu {
	min-height: 75px;
	color:#2e3192;
	border-bottom:#ccc solid 3px;
	}

/* ---------Form Styles ----------- */

.chatform form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	padding: 0; /* set top margin same as form input - textarea etc. elements */
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.chatform form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 250px;
	max-width: 300px;
	width: 260px;
}

.chatform 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: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

.chatform legend {
	font-size:1.1em; font-weight:bold; /* 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  */
}

form br {
	clear:left;
}
form small {
	display: block;
	margin: 0 0 5px 0; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
input,  textarea, 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 0; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
.formguidance {clear:both; padding-left: 115px; position: relative; top: -15px; font-size:.8em;}
