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

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

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

.full-width {
width:100% !important;
}
.threequarter_width {
width:75% !important;
}
.half_width {
width:50% !important;
}
.quarter_width {
width:25% !important;
}
.width_25 {
width:25% !important;
}
.fifth_width {
width:22% !important;
}
.width_70 {
width:70% !important;
}
.width_60 {
width:60% !important;
}
.width_80 {
width:80% !important;
}
.width_40 {
width:40% !important;
}
.width_27 {
width:27% !important;
}
.width_58 {
width:57% !important;
}

.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;
}
.right_margin {
margin:0 20px 20px 0 !important;
}