/* PHPLIST CSS Document */
.phplist label { 
	font-weight:bold;
}

/* Use to style multiple lists */
.phplist .list {
	list-style-type: none;
}

.phplist input, .phplist textarea, .phplist select{
	background:#d2d3d6;
	border:none;
}

.phplist .checkbox{ background:none;}


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

.phplist textarea{ overflow: auto; }

.phplist 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%;
}
.phplist .required{
	font-weight:bold;
	display:block;
	margin:5px 0;
	color:#c00; 
} 
.phplist .requiredOutline {
	border: 1px solid #ff0000;
}

/* uses class instead of div, more efficient */
.phplist br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/* End Contact Form CSS */
