/* Use Yahoo reset.css to start all styles with a level playing field */
@import url("http://yui.yahooapis.com/2.4.1/build/reset-fonts-grids/reset-fonts-grids.css");




/* Basic form styling */


/**********************************

Use: form template
Author: Nick Rigby

***********************************/

form fieldset { margin-bottom: 10px; }
	
form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	display: -moz-inline-block;
	}
	
form fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form fieldset fieldset label {
	display: block;
	width: auto;
	}

form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form label { width: 120px; } /* Width of labels */
form fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

/* Nasty clearfix hacks */
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}