
/**
 * Forms
 */
form label { width:90px; float:left; }
form textarea { width:80%; height:10em; }
form .input { padding-bottom:4px; }
form .input input { width:15em; }
form .submit { margin-left:90px; }


/**
 * Fix floats
 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
