/* 

CLASSES STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 7. classes  --------- */

/* float-clearing rules */
.separator {
		clear: both;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
.errorRed {
		color: #c80000;
		}
.messageGreen {
		color: #00c800;
		}
.clear {
		clear:both;
}
.full {
	width:100%;
		
}
/* rounded corners */
.round-5 {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
.red {
	color:#CC0000;
}
.hidden {
	display:none;
}
.half {
	width:50%;
}
.third {
	width:30%;
}