.wleft {
 text-align: left;
}

.wright {
 text-align: right;
}

.wcenter {
 text-align: center;
}

.vmiddle {
 vertical-align: middle;
}

.vtop {
 vertical-align: top;
}

.vbottom {
 vertical-align: bottom;
}

.centerfull {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 width: 100%;
}

.full {
 width: 100%;
}

.fullv {
 height: 100%;
}

.v2 {
  height: 2px;
}

.v3 {
  height: 3px;
}

.v4 {
  height: 4px;
}

.v5 {
  height: 5px;
}

.v1 {
  height: 1px;
}

.v8 {
  height: 8px;
}

.v9 {
  height: 9px;
}

.v10 {
  height: 10px;
}

.w1 {
  width: 1px;
}

.w2 {
  width: 20px;
}

.w3 {
  width: 3px;
}

.block {
 display: block; 
}

form.vform label.error {
 display: none;
 color: #ff0000;
 font-weight: bold;
}

