﻿/* PHPLIST CSS Document */
.subscribe 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  */
}
.subscribe label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	clear: none; 
	width: 40px; 
	padding: 0; 
	margin: 10px 5px 0 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	color: white;

}
.subscribe {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  color:white;
  width:446px;
  /* UNCOMMENT WHEN LAUNCHING NEW MAILING LIST IN NEWFOUNDLAND */
  position:relative;
  /* UNCOMMENT WHEN LAUNCHING NEW MAILING LIST IN NEWFOUNDLAND */
}
/* Use to style multiple lists */
.subscribe ul.list {
	list-style-type: none; clear:none; width:auto; margin:0px; padding:0px;
}
.subscribe ul.list li {
	float:left; clear:none; width:auto; line-height:15px; font-size:13px; margin-right:5px;
	 }
	 .subscribe ul.list li span {
	font-weight:bold;
}
/* Caption for multiple lists */
.subscribe .caption {

}
.subscribe .location {
	float:left; padding-top:0px; clear:left; margin-right:15px;
}
.subscribe fieldset {
  border-color: #000;
  border-width: 0px;
  border-style: solid;
  padding: 0px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
.subscribe input, .subscribe textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 8px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
   	float: left; 
	clear: none; 
    width: 90px;
    border:1px black solid;                          
}
.subscribe ul.list li select, .subscribe ul.list li input {
	margin:0px 0 0px 0px; 
	margin-right:5px !important;
                          
   	float: left; 
	clear: none; 
	width:100px;
    border:0px black solid;  
	position:relative; top:-5px;
 }
.subscribe input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.subscribe textarea{ overflow: auto; }

.subscribe small {
	display: block;
	margin: 0 0 0px 0px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
.subscribe .required{
	font-weight:bold; 
	color:white;
	width:40px;
} 
.subscribe input.requiredOutline, .subscribe textarea.requiredOutline, .subscribe select.requiredOutline {
	border: 1px #ff0000 solid;
       
}
/* uses class instead of div, more efficient */
.subscribe br {
	clear:none; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/* End Contact Form CSS */
div.newslist {
	font-weight:bold; width:auto;
}