.dInlineBlock { display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; vertical-align: middle; *vertical-align: auto; }
.dInlineBlock { *display: inline; }

.dInline { display: inline; }

.dBlock { display: block; }

.dNone { display: none; }

.fLeft { display: inline; float: left; }

.fRight { display: inline; float: right; }

.fNone { display: inline; float: none; }

.cLeft { clear: left; }

.cRight { clear: right; }

.cBoth { clear: both; }

.taCenter { text-align: center; }

.taLeft { text-align: left; }

.taRight { text-align: right; }

.bold { font-weight: bold; }

.normal { font-weight: normal; }

.withUnderline { text-decoration: underline; }

.noUnderline { text-decoration: none; }

.pRelative { position: relative; }

.pAbsolute { position: absolute; }

.noBorder { border: none; }

.noBg { background: none; }

.noMargin { margin: 0; }

.noPadding { padding: 0; }

.noWrp { white-space: nowrap; }

.noCursor { cursor: default; }

.withCursor { cursor: pointer; }

.centralize { margin: 0 auto; }

.CenterilizeThis { width: 960px; position: relative; margin: 0 auto; padding: 0 1em; }

.widthAuto { width: auto; }

.DefaultForm label { text-align: left; padding: 0 11px; }
.DefaultForm input[type="text"] { padding: 8px; font-weight: normal; }
.DefaultForm input[type="checkbox"] { vertical-align: middle; margin-right: 0; }
.DefaultForm .RadiosLabel label { padding-right: 0; }
.DefaultForm .BoldedInput { font-weight: bold; padding-right: 2px; }
.DefaultForm .BoldedInput P { font-weight: normal; padding-right: 0; }
.DefaultForm .RadiosLabel .BoldedInput { padding-right: 0; }
.DefaultForm .LeftLabel { font-weight: bold; }

.apple_overlay .LeftLabel { font-size: 14px; }

.OrangeSkin input[type="text"] { border: 1px solid #999; color: #f4811f; }

.bigErrorIcon { display: inline-block; width: 25px; height: 24px; vertical-align: middle; margin-left: 5px; }
