*[class*="col_"].alpha{margin-left:0;}
*[class*="col_"].omega{margin-right:0;}

.col_1  { width: 8.33333333% !important; }
.col_2  { width: 16.66666667% !important; }
.col_3  { width: 25% !important; }
.col_4  { width: 33.33333333% !important; }
.col_5  { width: 41.66666667% !important; }
.col_6  { width: 50% !important; }
.col_7  { width: 58.33333333% !important; }
.col_8  { width: 66.66666667% !important; }
.col_9  { width: 75% !important; }
.col_10 { width: 83.33333333% !important; }
.col_11 { width: 91.66666667% !important; }
.col_12 { width: 100% !important; }

*[class*="col_"]{
margin-top: 8px;
margin-bottom: 8px;
float: left;
display: block;
}

*[class*="col_"].visible, .visible{
background:#eee;
border:1px dotted #ccc;
}

input[class*="col_"],
select[class*="col_"],
label[class*="col_"]{
float:none;display:inline-block;*display:inline;margin-bottom:0;
*margin-left: 0.5%;*margin-right: 0.5%;/* this is for IE 7 Only and is not a good fix - work needed here */
}