/*
 * Simple Login Modal
 * Version: 1.0
 *
 * Author: Chris Rivers
 *
 * Changelog: 
 * Version: 1.0
 *
 */

/* Add a blank, cleared element after floated elements*/
.clearfix:after {content: ""; display: block; height: 0; clear: both; visibility: hidden;}
/* IE/Mac */
.clearfix{display: inline-table; zoom: 1;}
/* Hide from IE/Mac, apply to IE/Win \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.clear {
	clear: both;
	display: block;
}
