.valigntop {
vertical-align: top;
}
.valignmiddle {
  vertical-align: middle;
}
.valignbottom {
  vertical-align: bottom;
}
.halignleft {
text-align: left;
}
.haligncenter {
text-align: center;
}
.halignright {
text-align: right;
}
.left{
   float:left;
}
.right{
   float:right;
}
.textborder {
        background-color:#DDDDDD;
        padding: .5em;
}

/*******inherited from gaiacss**********/
.tableborder {}
.imageborder {}
/*******inherited from blueprint**********/
.small{}
.large{}
.quiet{}
.highlight{}
.added{}
.removed{}

