.align_left {
text-align:left !important;
}
.align_right {
text-align:right !important;
}
.align_center {
text-align:center !important;
}

.float_left {
float:left !important;
}
.float_right {
float:right !important;
}
.reset {
clear:both;
height:0px;
overflow:hidden;
}

.invisible {
display:none;
}
.visible {
display:block;
}

.full-width {
width:100% !important;
}
.width_90 {
width:90% !important;
}
.threequarter_width {
width:72% !important;
}
.half_width {
width:50% !important;
}
.quarter_width {
width:25% !important;
}
.width_20 {
width:20% !important;
}
.width_30 {
width:30% !important;
}
.width_19 {
width:19% !important;
}
.width_40 {
width:40% !important;
}
.width_60 {
width:60% !important;
}
.width_75 {
width:100% !important;
}

.textholder1 {
margin:0;
padding:0 25px 0 0;
}

.no_border {
border-width:0 0 0 0 !important;
}
.right_border {
border-width:0 1px 0 0 !important;
}
.left_border {
border-width:0 0 0 1px !important;
}

.no_margin {
margin:0px !important;
}
