.topit, .topthem * {vertical-align: top;}
.middleit, .middlethem * {vertical-align: middle;}
.bottomit, .bottomthem * {vertical-align: top;}
.centerit {text-align: center;}
.justifyit {text-align: justify;}
.leftit {text-align: left;}
.rightit {text-align: right;}
.underlineit {text-decoration: underline;}
.boldit {font-weight: bold;}
.italicit {font-style: italic; overflow: hidden;}
.blockit {display: block;}
.inlineit {display: inline;}
.removeit {display: none;}
.showit {visibility: visible;}
.hideit {visibility: hidden;}
.nowrap {white-space: nowrap;}
.error {color: #ff0000;}
.pointer {cursor: pointer; cursor: hand;}
.clear {clear: both; height: 0px; font-size: 0px; overflow: hidden;}
html.verticalscroll {min-height: 100%; margin-bottom: 1px;} /*mimic IE vertical scrollbar in FF, Safari, Opera, Netscape*/
input.linkbutton {color: #0000ff; background-color: transparent; border: #000000 none 0px; cursor: pointer; cursor: hand;} /*displays an input submit|button as a link*/