.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; }

/* GenericForm */
.GenericForm { width: 640px; border: 0px; font-size: 14px; padding: 0 10px; margin: 10px auto; }
.GenericForm span.LinhasForm { width: 100%; display: block; height: 54px; line-height: 52px; clear: both; border-bottom: 1px dotted #999999; }
.GenericForm span.spanTextarea { height: 154px; margin-bottom: 10px; }
.GenericForm label { padding: 0 10px; font-weight: bold; float: left; width: 138px; }
.GenericForm input[type=text] { height: 32px; line-height: 30px; padding: 0 10px; width: 460px; }
.GenericForm input[type=text], .GenericForm textarea { border: 1px solid #999999; color: #696969; float: left; margin: 10px 0; }
.GenericForm textarea { width: 480px; height: 132px; }
.GenericForm input.PhoneWidth { width: 80px; }
.GenericForm .Radio { float: none; font-weight: normal; padding: 0 20px 0 10px; }
