/* CSS Document */
#container
{
	margin: 0 auto;
	text-align: left;
	width: 760px;
	border-width: 0px;
	border-color: #cccccc;
	border-style: solid;
	padding: 15px;
	background-color: #fff;
}



#error_msg_flash {		
	padding: 0;
	margin: 0px 5px 0px 5px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #FF3333;
	background-color: #F7D4D4;
}

#error_msg_flash p {		
	padding: 7px;
	margin: 0;
	font-weight: bold;
}

#notify_msg_flash {		
	padding: 0;
	margin: 0px 5px 0px 5px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	/*border-color: #4D8066;
	background-color: #DBF0E5;*/
	border-color: #FF9966;
	background-color: #F7E0D4;
}

#notify_msg_flash p {	
	padding: 7px;
	margin: 0;
	font-weight: bold;
}

.form_required {
	margin: 0 .3em 0 .3em;
	color: #FF3300;
	font-weight: bold;
}

div.form_field_error_msg {
	display: block;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FF3333;
	
	padding: 4px;
	margin-left: 160px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.form_field_error_msg p {	
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #FF3333;
	font-weight: bold;
	font-size: .8em;
	line-height: 1.4em;
}

input.form_error {
	margin-bottom: 8px;
}

#intro_content {
	margin: 5px 0px 10px;
}

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

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

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: 10px;        /* padding in fieldset support spotty in IE */
  margin: 10px 0;
}

form fieldset legend {
	font-family: Georgia, Verdana, Arial;
	font-weight: bold;
	font-style: italic;
	font-size:1.0em; /* 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 fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:none;    /* 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 lessen cognitive load */
}

form br {
	clear:left;
}

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

form input, form textarea, form select {	
	margin:0px 0 5px 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

input[type=submit] {
display: inline;
margin: 5px 0;
padding: 2px;
vertical-align: bottom;
}

input[type=checkbox] {
display: inline;
margin: 0 5px 0 0;
padding: 0px;
vertical-align: middle;
}

.no_results{
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
