/* ================================ styles for ALL vibrantlife sites ================================ */ /* -------------------------------- styles for writetokarl form (wtk) -------------------------------- */ form.wtk table tr.hidden { display:none; } form.wtk table tr th { background-color:#FFFF66; border: 1px solid #CCCCCC; padding:0.2em; text-align:right; width:12.0em; white-space:nowrap; } form.wtk table tr td { padding:0.2em; } form.wtk input.inputtextnarrow, form.wtk input.inputtextmedium, form.wtk input.inputtextwide { background-color:#FFFFCC; border: 1px solid black; font-size:1.1em; padding-left:0.2em; } form.wtk input.inputtextnarrow { width:6.0em; } form.wtk input.inputtextmedium { width:14.0em; } form.wtk input.inputtextwide { width:22.0em; } form.wtk input.submitbutton { width:18.0em; } form.wtk input.resetbutton { width:9.0em; } form.wtk input.inputcheckbox { background-color:#FFFFCC; width:2.0em; } form.wtk select, form.wtk textarea { background-color:#FFFFCC; border: 1px solid black; } form.wtk textarea { height:16.0em; padding:0.2em; width:30.0em; } /* styles for validation "_Msg" text */ form.wtk span.wtk_info { color: rgb(0,0,0); font-size: 0.8em; font-weight:bold; } form.wtk span.wtk_warn { color: rgb(127,0,0); font-size: 0.8em; font-weight: normal; } form.wtk span.wtk_error { color: rgb(255,0,0); font-size: 0.8em; font-weight: bold } /* ================================ styles for karllorenpremium.com ================================ */ body { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; background-color: #DDFFFF; list-style-type: circle; margin-right: 60px; margin-left: 60px; } td { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; } th { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; } h2 { font-size: 18pt; font-weight: bold; color: #00FF00; } h1 { font-size: 18pt; font-weight: bold; color: #FF0000; }