/* 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 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;
}
