/**********************************
	Author: Nick Rigby  - from 
	http://www.alistapart.com/d/prettyaccessibleforms/example_2
***********************************/
form legend { 
	font-size: 1.1em;
	color: #333;
	padding-left: 0; }
	
form legend,
form label { font-size: 1.1em;color: #333; }

form fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../image/grads/titlepy.gif) left bottom repeat-x;
	}
	
form fieldset fieldset { background: none; }
	
form fieldset li.fs {
	padding: 5px 10px 7px;
	background: url(../image/grads/cmxform-divider.gif) left bottom repeat-x;
}