/* begin shared */

/* positioning */
.rp { position:relative; }
.ap { position:absolute; }

/* basic formatting */
.centered-text { text-align: center; }
.right-text { text-align: right; }
.clear-both { clear: both; }
.pad-bottom { margin-bottom: 1em; }
.float-left { float: left; }
.float-right { float: right; }
.img-left { float: left; margin: 0 1em 1em 0; }
.img-right { float: right; margin: 0 0 1em 0.5em; }

/* custom list types */
.list-checkmark, #main .list-checkmark li { list-style: none url(http://images.bizland.com/icons/16/tick.png);}
.list-none, #main .list-none li, #main li.list-none { list-style-image: none; list-style-type: none; }
.indent-none, #main .indent-none li, #main li.indent-none {margin-left: 0; padding-left: 0; text-indent: -1.5em;}

#smallprice, #largeprice, #designgrey, #designsale { color:#919191; text-align: center; font-size: 12px; height: 20px; }
#largeprice { font-size:30px;height:25px; }
#designgrey { font-size:12px;height:10px; }
#designsale { font-size:30px;height:40px; }

#limitedtime { font-size:9px;font-weight:bold;position:absolute;top:95px;left:5px;width:400px; }

.whitesm, .whitesm a { font-size:10px;color:#fff; }

.smallfonts { font-size:10px;line-height:12px;font-family:verdana; }

img { border:none; }
.vcenter {vertical-align: middle;}

.redspecial { color:#f00; }
.asterisk { color: #903; }
.disclaimer a:link {text-decoration: underline;}
/* lower right shadows */
.shadow { float:left;background:url(http://images.bizland.com/bits/shadowAlpha.png) no-repeat bottom right !important;margin:10px 0 0 10px !important;margin:10px 0 0 5px; }
.shadow img { display:block;position:relative;margin:-6px 6px 6px -6px;padding:0px; }
.shadow > div { display:block;position:relative;background-color:#fff;margin:-6px 6px 6px -6px; }

/* Oneplan Styles */
.displayGradient {background-image:url("http://images.bizland.com/bits/kb-item-head-full.png");background-repeat:repeat-x;color:#000000;font-size:12px;padding:5px;}

/* Three-Column Unordered List */
.three-col { list-style-type: none; padding: 0px; overflow: auto; clear: both; margin: 0 !important; width: 100%; }
.three-col li { width: 30%; float: left; margin: 0 2.8em 0 0; overflow: auto; display: inline; }
	.three-col li.wide, .withnav .three-col li.wide { width: 60%; margin-right: 5.6em; }
	.three-col li.last, .withnav .three-col li.last { margin-right: 0; border-right: 0px #fff solid; }
	/* Properties with Nav*/
	.withnav .three-col li { margin-right: 2em; }
	.withnav .three-col li.wide { margin-right: 4em; }

/* fix reseller button formatting */
.resellerSignup { text-align:center; }
.resellerSignup form { margin-bottom:10px; }
.resellerSignup p { margin-bottom:3px; }

/* Set disclaimer font-size to 16px; */
.fixed-bottom-disclaimer {
  font-size: 16px;
}

/* IE 9 and 10 No Support Message */
.browser-alert.hidden{display: none;}
html[data-useragent*='MSIE'] body {}
html[data-useragent*='MSIE'] .browser-alert { position: fixed; top: 0; left: 0; right: 0; z-index: 999999; background-color: #fcf8e3; }
html[data-useragent*='MSIE'] .browser-alert p { margin-bottom: 5px; }
html[data-useragent*='MSIE'] .browser-alert .alert .close { top: -4px; right: 0; position: absolute; background: transparent; border: 0; padding: .5em; font-size: 18px; color: #333333; cursor: pointer;}
html[data-useragent*='MSIE'] .browser-alert .alert { margin: 0 auto; border: none; padding-bottom: 2px; text-align: center; width: 73.076em; width: 71.250em; min-width: 950px; position: relative;padding: 5px 0; }


/* button 
---------------------------------------------- */
.btn {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer; 
  text-align: center;
  text-decoration: none;

  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .2em; 
  -moz-border-radius: .2em;
  border-radius: .2em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.btn:hover {
  text-decoration: none;
}
.btn:active {
  position: relative;
  top: 1px;
}


/* Sizes 
---------------------------------------------- */

 
.btn-large {
  font-size: 20px;
    font-weight: bold;
   
}

.btn-medium {
  font-size: 1.25em;
  padding: .25em 1.5em .28em;
}
.btn-small {
  font-size: 90%;
  padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

  
  
/* standard gray */


a.btn:link {color: #555;}
a.btn:visited {color: #555;}

.btn {
  text-shadow: none;
  color: #555;
  border: solid 1px #b4b4b4;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#c2c2c2));
  background: -moz-linear-gradient(top,  #f6f6f6,  #c2c2c2);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#c2c2c2');
}
.btn:hover {
  background: #616161;
  background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#a1a1a1));
  background: -moz-linear-gradient(top,  #cfcfcf,  #a1a1a1);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#a1a1a1');
}
.btn:active {
  color: #afafaf;
  background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
  background: -moz-linear-gradient(top,  #575757,  #888);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
} 
  


/* standard gray */


a.btn-standard:link {color: #333;}
a.btn-standard:visited {color: #555;}

.btn-standard {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none; 
  border: solid 1px #b3b3b3;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6'); 
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn-standard:hover {
  background: #616161;
  background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#a1a1a1));
  background: -moz-linear-gradient(top,  #cfcfcf,  #a1a1a1);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#a1a1a1');
}
.btn-standard:active {
  color: #afafaf;
  background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
  background: -moz-linear-gradient(top,  #575757,  #888);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}




/* --- Section: buttons --- */

/* button styles */

/* medium buttons */
button.stan-mid, button.stan-mid-orange {
background: url(http://images.bizland.com/buttons/uni-btn-bg-right.png) no-repeat;
background-position: right -55px;
border: 0;
cursor: pointer;
font-size: 13px;
font-weight: bold;
height: 50px;
margin: 0;
overflow: visible;
padding: 0 20px 0 0;
text-align: center;
width: auto;
}
button.stan-mid span, button.stan-mid-orange span {
background: url(http://images.bizland.com/buttons/uni-btn-bg-left.png) no-repeat;
background-position: left -56px;
display: block;
font-size: 123.1%;
height: 50px;
line-height: 50px;
margin: 0;
padding: 0 0 0 20px;
position: relative;
white-space: nowrap;
}
button.stan-mid:hover, button.stan-mid-orange:hover {
background: url(http://images.bizland.com/buttons/uni-btn-bg-right.png) no-repeat;
background-position: right -3px;
}
button.stan-mid:hover span, button.stan-mid-orange:hover span {
background: url(http://images.bizland.com/buttons/uni-btn-bg-left.png) no-repeat;
background-position: left -4px;
}
button.stan-mid-orange, button.stan-mid-orange:hover {
background-image: url(http://images.bizland.com/buttons/uni-btn-bg-right-orange.png);
}
button.stan-mid-orange span, button.stan-mid-orange:hover span {
background-image: url(http://images.bizland.com/buttons/uni-btn-bg-left-orange.png);
color: #fff;
text-shadow: -1px -1px 0 #e66318;
}
button.arrow {
background: url(http://images.bizland.com/buttons/uni-btn-bg-right-arrow.png) no-repeat;
background-position: right -55px;
padding-right: 50px;
padding-top:1px\9;
}
button.arrow:hover {
background: url(http://images.bizland.com/buttons/uni-btn-bg-right-arrow.png) no-repeat;
background-position: right -3px;
padding-top:1px\9;
}
button.plus {
background: url(http://images.bizland.com/buttons/uni-btn-bg-right-plus.png) no-repeat;
background-position: right -55px;
padding-right: 50px;
}
button.plus:hover {
background: url(http://images.bizland.com/buttons/uni-btn-bg-right-plus.png) no-repeat;
background-position: right -3px;
}

/* small buttons */
button.stan-sm {
background: url(http://images.bizland.com/buttons/uni-btn-bg-right-sm.png) no-repeat;
background-position: right -31px;
border: 0;
cursor: pointer;
height: 30px;
margin: 0;
overflow: visible;
padding: 0 20px 0 0;
text-align: center;
width: auto;
}
button.stan-sm span {
background: url(http://images.bizland.com/buttons/uni-btn-bg-left-sm.png) no-repeat;
background-position: left -32px;
display: block;
font-size: 13px;
font-weight: bold;
height: 30px;
line-height: 27px;
margin: 0;
padding: 0 0 0 20px;
position: relative;
white-space: nowrap;
}
button.stan-sm-orange {
background-image: url(http://images.bizland.com/buttons/uni-btn-bg-right-sm-orange.png);
}
button.stan-sm-orange span {
background-image: url(http://images.bizland.com/buttons/uni-btn-bg-left-sm-orange.png);
color: #fff;
}

button.stan-sm:hover {
background-position: right 0px;
}
button.stan-sm:hover span {
background-position: left -1px;
}


button.stan-mid span, button.arrow span, button.plus span {
*background-position: left -55px;
}
button.stan-mid:hover span, button.arrow:hover span, button.plus:hover span {
*background-position: left -3px;
}

button.stan-sm span {
*background-position: left -31px;
}
button.stan-sm:hover span {
*background-position: left 0px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome -specific fixes */
button.stan-mid span, button.arrow span, button.plus span {
background-position: left -55px;
}
button.stan-mid:hover span, button.arrow:hover span, button.plus:hover span {
background-position: left -3px;
}
button.stan-sm span {
background-position: left -31px;
}
button.stan-sm:hover span {
background-position: left 0px;
}
/* end safari specific bracket */
}


/* --- Section: legal --- */

/* These are for organizing lists in legal documents */
#legal li { list-style-type:decimal;padding-bottom:10px; }
#legal ul li { list-style-type:lower-alpha; }
#legal ul li ul li { list-style-type:lower-roman; }
#legal ul li ul li ul li { list-style-type:decimal-leading-zero; }

/* --- Section: sprites --- */

.icon-actions {background-image: url(http://images.bizland.com/icons/16-actions.png); background-repeat: no-repeat; height:16px; width:16px; float:left; vertical-align: middle; margin-right: 3px;}
.icon-actions .add {background-position:0px 0px;}
.icon-section { clear: both; margin-bottom: 2em; }
/* sprites */
.sprite-list a.sprite { background-image: url(http://images.bizland.com/templates/ipage/ipage-icon-sprite.png); background-repeat: no-repeat; float:left; height:70px; width:62px;  }
.sprite-list h3, .sprite-list h4, .sprite-list p { margin-left: 75px; }

.sprite-list a.chalkboard {background-position:0 0px;}
.sprite-list a.paintbrush {background-position:0 -100px;}
.sprite-list a.help {background-position:0 -200px;}
.sprite-list a.compass {background-position:0 -300px;}
.sprite-list a.servers {background-position:0 -400px;}
.sprite-list a.cashregister {background-position:0 -500px;}
.sprite-list a.wand {background-position:0 -600px;}
.sprite-list a.lightbulb {background-position:0 -700px;}
.sprite-list a.instantmessage {background-position:0 -800px;}
.sprite-list a.cellphone {background-position:0 -900px;}
.sprite-list a.wordpress {background-position:0 -1000px;}
.sprite-list a.google {background-position:0 -1100px;}
.sprite-list a.installcentral {background-position:0 -1200px;}
.sprite-list a.cash {background-position:0 -1300px;}
.sprite-list a.highlighter {background-position:0 -1400px;}
.sprite-list a.network {background-position:0 -1500px;}
.sprite-list a.recycle {background-position:0 -1600px;}
.sprite-list a.ladybug {background-position:0 -1700px;}
.sprite-list a.idbadge {background-position:0 -1800px;}
.sprite-list a.shield {background-position:0 -1900px;}
.sprite-list a.radar {background-position:0 -2000px;}
.sprite-list a.chat {background-position:0 -2100px;}
.sprite-list a.contactcard {background-position:0 -2200px;}
.sprite-list a.email {background-position:0 -2300px;}
.sprite-list a.transfer {background-position:0 -2400px;}
.sprite-list a.clock {background-position:0 -2500px;}
.sprite-list a.at {background-position:0 -2600px;}
.sprite-list a.phone {background-position:0 -2700px;}
.sprite-list a.firewall {background-position:0 -2800px;}
.sprite-list a.safe {background-position:0 -2900px;}
.sprite-list a.tutorials {background-position:0 -3000px;}
.sprite-list a.people {background-position:0 -3100px;}
.sprite-list a.dollarsign {background-position:0 -3200px;}
.sprite-list a.meter {background-position:0 -3300px;}
.sprite-list a.google2 {background-position:0 -3400px;}
.sprite-list a.sitelock {background-position:0 -3500px;}
.sprite-list a.noxss {background-position:0 -3600px;}
.sprite-list a.databaselock {background-position:0 -3700px;}
.sprite-list a.opensign {background-position:0 -3800px;}
.sprite-list a.dollarbills75 {background-position:0 -3900px;}
.sprite-list a.sitelocklogo {background-position:0 -4000px;}

/* --- Section: stripes --- */

	.info_msg,.success_msg,.warning_msg,.error_msg,.feature_msg,.sale_msg,.tip_msg,.namesafe_msg {
	border:1px solid;
	font-size:13px;
	margin-bottom:1em;
	padding:1em 1em 1em 4em;
	background-repeat:no-repeat;
	background-position:1em center;
}

#status-bar.success,.success_msg {
	border-color:#4F8A10;
	background-color:#DFF2BF;
	background-image:url(/images/icons/icon_success.png);
}

#status-bar.error,.error_msg {
	border-color:#e68d8d;
	background-color:#fde7e7;
	background-image:url(/images/icons/icon_error.png);
}

.info_msg {
	border-color:#69c;
	background-color:#dfeefd;
	background-image:url(/images/icons/icon_info.png);
}

.namesafe_msg {
	border-color:#cc9900;
	background-color:#ffffcc;
	background-image:url(/images/icons/32/safe.png);
}

.warning_msg {
	border-color:#d2c41b;
	background-color:#fffbce;
	background-image:url(/images/icons/icon_warning.png);
}

.feature_msg {
	border-color:#d2c41b;
	background-color:#fffbce;
	background-image:url(/images/icons/icon_new.png);
}

.tip_msg {
	border-color:#d2c41b;
	background-color:#fffbce;
	background-image:url(/images/icons/icon_tip.png);
}

#status-bar.success .close {
	background-image:url('http://images.bizland.com/icons/close-success.gif');
}

#status-bar.error .close {
	background-image:url('http://images.bizland.com/icons/close-error.gif');
}

.close_msg {
	float:right;
	height:100%;
	margin-left:5px;
}

.sale_msg {
	border-color:#d2c41b;
	background-color:#fffbce;
	background-image:url('http://images.bizland.com/icons/sale-burst-icon.png');
}

/* --- Section: tables --- */

/* grey dashes */
#hzdash, #hzdash td, .hzdash { border-left:1px dashed #919191;height:100%;width:2px; }
#vldash { border-bottom:1px dashed #919191;width:100%; }

.vldash table { border-collapse:collapse; }
.vldash td { border-bottom:1px dashed #919191; }

/*  displayborder styles */
.displayborder {border: 1px solid #cec298;}
.displayborder-right {border-right: 1px solid #cec298;}
.displayborder-left {border-left: 1px solid #cec298;}
.displayborder-top {border-top: 1px solid #cec298;}
.displayborder-bottom {border-bottom: 1px solid #cec298;}


/*  truste styles */
#alert-wrapper {
	padding-top: 60px;
}

.alertBar {
     bottom: 0;
     font-size: 11px;
     left: 0;
     width: 100%;
     overflow: auto;
     position: fixed;
     text-align: center;
     z-index: 20;
	 background: #fff;
	 border-top: solid 1px #ccc;
	 color: #888;
	 overflow: visible;
}

#menu-text a {
     float: left;
     margin-right: 10px;
}

#cookie-disclaimer {
	display: inline-block;
	padding-top: 3px;
}

#menu-text {
     margin: 0 auto;
     text-align: left;
     width: 700px;
     vertical-align: middle;
}

#rightside { 
    width:213px;
    float: right;
    margin-left: 1.5em;
}

/* notice banner */
p.notice-banner {
    background: #ffc;
    border: 1px solid #fc3;
    border-radius: 5px;
    padding: 10px;
    margin-top: 1em;
}

/* table1 */
.table1 { border: 0; }
.table1 td, .table1 th {
	background-color: #f8f3d3;
	color: #000;
	padding: 2px 4px;
	border-spacing: 1px;
	text-align: left;
	font-size: 12;
	}
.table1 th {
	background-color: #cec298;
	color: #000;
}
.table1 .center { text-align: center; }
.table1 .white { background-color: #fff; }


/* --- Section: tooltips --- */

/* tooltips */
.tooltip { width:216px;color:#000;font:lighter 11px/1.3 Arial,sans-serif;text-decoration:none;text-align:left; }
.tooltip span.top { padding:36px 16px 0px 20px;background:url(http://images.bizland.com/backgrounds/bizland_bt.gif) no-repeat top }
.tooltip b.bottom { padding:12px 8px 15px 0px;color:#548912;background:url(http://images.bizland.com/backgrounds/bizland_bt.gif) no-repeat bottom }
.bubbletip { cursor: help; }

/* begin balloontip styles */
.balloonstyle { position:absolute;top:-500px;left:0;padding:5px 10px 5px 10px;visibility:hidden;border:1px solid black;font-weight:normal;font-size:93%;line-height:18px;z-index:100;background-color:white;text-align:left;filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5); }
#arrowhead { z-index:99;position:absolute;top:-500px;left:0;visibility:hidden; }
#tipcontent { padding:10px; }
#tiptitle { font-size:123.1%;padding:5px 0 5px 0;font-style:italic;font-weight:bold;border-bottom:1px solid #ccc;font-color:#fff;background-repeat:repeat;text-align:left;height:25px; }
/* end balloontip styles */

/* --- Section: registration --- */

	/* registration */
.form-group { margin-bottom: 15px; }

.payment-info-cc { text-align: left; padding-left: 1em; }

.reg-box {*display: inline-block; margin-bottom: 1em; background:#efefef;border:1px solid #ccc;color: #000;padding:7px;text-decoration:none; }
.reg-box h2 {background:transparent; color:#333; font-size:14px; font-weight:bold; border-bottom:dotted 1px #ccc; margin:-7px -7px 7px; padding:7px;}
.reg-box h2 a,
.reg-box h2 a:link,
.reg-box h2 a:visited,
.reg-box h2 a:active,
.reg-box h2 a:hover { color: #fff; }
.reg-box h2 a:hover { text-decoration: underline; }

.reg-fields label {float:left; width: 125px; display: block; text-align: left; margin-right: 1em;}
.reg-fields ol {margin: 0px; padding:0px; text-indent: inherit;}
.reg-fields li {margin-left:0px; margin-bottom: .5em;}

.registration-main .display-box { text-align: center; }
.registration-main .display-box h2 { text-align: left; }
.reg-select-hosting-plan { font-weight: normal; }
.registration-main #totalprice, .registration-main #submit_block { text-align: center; }

.registration-box { text-align: center; }
.registration-box h2 { text-align: left; }

.display-table-reg { text-align:center; margin: 0 auto; }

.registration-main #totalprice { display: block; text-align: center; margin-bottom: 1em; }
.registration-main .upsell, .upsellchecked { width: auto; }

/*.registration-main .display-table-reg { padding-right: 6em; } if ipower adds padding (included in ipowercsscomponent.css)*/
.registration-main .display-table-reg label b { font-weight: normal; }
.country-field {width:158px;}

#order-summary {margin-bottom: 1em; background:#efefef;border:1px solid #ccc;color: #333;padding:7px;text-decoration:none; }
#order-summary h2 {font-size:108%;padding:7px;font-weight:bold;background:#ccc;margin:0px;color:#333;margin:-7px -7px 7px;font-weight:bold;}
.order-sum-row {margin-bottom: 10px;}
#order-summary .feature-title {margin-bottom:2px;}
#order-summary ul {margin-left: 15px;}
#order-summary li {margin-bottom: 10px;}

.feature-row {font-size:12px;}

/* private-info-box */
.private-info-box { margin-bottom: 1em; background:#efefef; border:1px solid #ccc;color: #333;padding:7px;text-decoration:none; border-left:solid 6px #ccc; }
.private-info-box h2, h2.private {font-size:108%;padding:7px;font-weight:bold;background:#ccc;margin:0px;color:#333;margin:-7px -7px 7px;font-weight:bold; }

/* Reg Save Offer  */
#save-container {width: 1000px;}
#save-special-hero {
	width: 100%;
	background: url(http://images.bizland.com/backgrounds/white-opaque-starburst.png) 25px -100px no-repeat;
	height: 321px;
	position: relative;
}


#save-header {background: #333; padding: 12px 20px 12px 10px; font-size: 30px;  text-align: right; color: #fff; position: relative; *width: 100%; line-height: 45px;}
#save-logo {background: url(http://images.bizland.com/backgrounds/logo-container.png); position: absolute; width: 242px; height: 91px; top: -22px; left: 0px; }
.save-highlight {color: #ffff72;}
#save-features {margin: 40px 0 0 40px; position: absolute; left: 1px; width: 600px; text-align: left; }
#save-features-header {font-size: 30px; font-weight: bold; border-bottom: 1px solid #333; margin-bottom: 20px; line-height: 45px;}
#save-features ul li {background: url(http://images.bizland.com/bits/yellow-check.png) no-repeat; padding: 0px 0 4px 25px; list-style-type: none; font-size: 17px; list-style-image:url("http://images.bizland.com/trans.gif");}
#save-features ul {margin: 0; padding: 0; list-style-type: none;}
#save-coupon {
	width: 414px; 
	height: 279px; 
	background: url(http://images.bizland.com/backgrounds/coupon-special-offer.png);
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: center;
	color: #333;
	}
#this-page-only {position: absolute; right: -20px; top: -20px;}
#save-percent {font-size: 48px; weight: bold; margin-top: 20px; margin-bottom: 10px; line-height: 45px;}	
#save-plan-name {font-size: 18px; weight: bold; line-height: 45px;}	
#save-new-price {font-size: 30px;}
.save-price {font-size: 48px; font-weight: bold; color: #ff9900; line-height: 45px;}
#save-orange-cross {position: absolute; top: 19px; left: -14px;}
#save-arrow {position: absolute; left: -20px; top: 190px; width: 577px; height: 104px; background: url(/images/backgrounds/money-back-arrow-blank.png);}
#save-arrow p {color: #333; font-size: 17px; font-weight: bold; font-style: italic; margin: 41px 0 0 20px;}
#save-arrow a {color: #333; text-decoration: none;}
#save-arrow a:hover {text-decoration: underline;} 
#save-reg-price {position: absolute; right: 35px; top: 95px; font-size: 11px;}
#get-save-offer {position: absolute; width: 370px; height: 100px; top: 200px; right: 43px;}
#save-container a.unl {text-decoration: none; color: #fff;}
#save-container a.unl:hover {text-decoration: underline;}
#save-container .info-icon {vertical-align: top;}
#save-disc {position: absolute; top: 277px; left: 20px; width: 400px;}
#save-disc .disclaimer-container {font-weight: normal;}
#save-disc .displaytableheader a {font-weight: normal;}

/* Reg Upsell Page */
#reg-ups-hero{width: 909px; height: 175px; position: relative; background-image: url(http://images.bizland.com/product/reg-upsell-hero.png);}
#reg-hero-stripe {position: absolute; right: -4px; top: -5px;}
#recommended-stripe{position: absolute; right: -24px; top: -24px;}
.us-regular {border: 1px solid #ccc; background-color: #fff;}
.recommended {border: 1px solid #ffcc00; background-color: #ffffcc;}
.us-checked-regular {background-color: #eee;}
.checked-recommended {background-color: #fde895;}
#post-upsell-prods td {padding: 20px;}
#post-upsell-prods h2 {font-size: 17px; font-weight: bold; color: #000;}
#post-upsell-prods{*width: 909px; margin: 0px auto 10px auto;}
.upsell_add {width: 100px; text-align: center; position: relative;}
.upsell_add label {margin-left: 10px;}
.upsell_add p{border-bottom: 1px solid #ccc; margin: 0 0 20px 0; padding: 0 0 10px 0;}
.us-reg-paydec {color: #336600; font-weight: bold; font-size: 14px;}
.us-reg-price {color: #777;}
.us-sav-img {float:right; padding-left: 10px;}
.us-prod-desc {margin: 10px 0;}
.prodcat{
	border-bottom: 1px solid #888;
	padding: 5px;
	font-weight: bold;
	text-transform:uppercase
}	
.prodsum{
	border-bottom: 1px dashed #888;
	padding: 10px;
	text-align: right;
}
.prodprice{}
.prodnamecheck {background: url(http://images.bizland.com/icons/icon_green_check.png) no-repeat; padding: 0 0 0 25px; float: left; word-break: break-word; text-align: left;}
#promo-brick-content { margin-bottom: .5em; }
p#brick-beta-trial { text-align: center; }


/* Coupon Styles */
#coupon h2 span { font-weight: normal; }
#coupon p { margin: 1em 0; }
#coupon label { margin-right: 13px; }
#coupon #coupon-code { background-color: #fff; border: 1px solid #999; margin-right: 6px; padding: 6px 30px 6px 6px;  width: 180px; } /* form */
#coupon #coupon-code.searching { background: #eee url("http://images.bizland.com/interface/ajax-loader-spinner.gif") no-repeat scroll 195px 5px; } /* show spinner */
#coupon button { margin-right: 13px; }
#coupon .coupon-success,
#coupon .coupon-error { background: #dff2bf url("http://images.bizland.com/icons/16/accept.png") no-repeat 8px 5px; border: 1px solid #4f8a10; color: #4f8a10; display: none; padding: 6px 12px 6px 30px; }
#coupon .coupon-error { background: #fde7e7 url("http://images.bizland.com/icons/16/cross.png") no-repeat 8px 6px; border-color: #e68d8d; color: #600; }

#coupon .c-success .coupon-success,
#coupon .c-error .coupon-error { display: inline; }

.disclaimer-old { font-style: italic; } /* temp addition for ab test, remove after registration disclaimer no longer needs to be italicised */



/* --- Section: yui --- */

/* Convert the look of YUI TabView to Breadcrumbs */
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav { border:0; }
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav a,
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav a:focus,
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav a:hover,
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav .selected a,
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav .selected a:focus,
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav .selected a:hover { border:0;color:#000;background:url(/generalAppC/javascripts/yui/assets/skins/sam/sprite.png) 0px -897px no-repeat;background-color:transparent !important;background-position:0px -897px !important; }
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav a em,
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav .first a,
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav .first a:focus
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav .first a:hover,
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav .first.selected a,
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav .first.selected a:focus
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav .first.selected a:hover { background:none;border:0; }
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-nav .selected a { font-weight:bold; }
.yui-skin-sam .yui-navset.yui-breadcrumbs .yui-content { border:0;background:none; }

/* darken default yui-skin-sam mask */
.yui-skin-sam .mask { opacity:0.6;filter:alpha(opacity = 60) !important; }

/* remove padding from certain tables' cells */
.main .nopadding td, .main .nopadding th { padding: 0; }
/* Layout fixes */
.template-table-fixer { width: 100%; }










/* end shared */

html, body{font-family:Arial,Helvetica,sans-serif;}
body { background-color: #000; color: #000; margin-left: 0; margin-top: 0; font-size: 13px;}
p {font-size: 12px;}
input{font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#000;}
a{color:#c00;text-decoration:underline}
a:hover{color:#c00;text-decoration:underline}
a:visited{color:#600;text-decoration:underline}
a:visited:hover{color:#c00;text-decoration:underline}
a.nav{color:#000;text-decoration:none}
a.nav:visited{color:#000;text-decoration:none}
a.nav:hover{color:#000;text-decoration:underline}
a.navhead{color:#000;text-decoration:none} 
a.navhead:visited{color:#000;text-decoration:none}
a.navhead:hover{color:#000;text-decoration:underline}
a.navitem{color:#000;text-decoration:none}
a.navitem:visited{color:#000;text-decoration:none}
a.navitem:hover{color:#000;text-decoration:underline}
a.navsmall{color:#000;text-decoration:none}
a.navsmall:visited{color:#000;text-decoration:none}
a.navsmall:hover{color:#000;text-decoration:underline}
a.navbar{font-size:14.5px;color:#fff;text-decoration:none;font-weight:bold;padding:4;}
a.navbar:visited{color:#fff;text-decoration:none;padding:4;}
a.navbar:hover{color:#fff;text-decoration:none;background:#484747;padding:4;}
a.navbar:visited:hover{color:#fff;text-decoration:none;background:#484747;padding:4;}
.keyword{color:#000;text-decoration:none}
a.keyword:hover{text-decoration:underline}
h1{background-image:url(/images/backgrounds/bl_header_bg.gif);font-family:Rockwell,Arial,Helvetica,sans-serif;font-size:24px;line-height:26pt;color:#fff;font-weight:bold;text-decoration:none; margin-top: 0; margin-bottom: 7px;}
h2{font-weight:bold;font-size:14px;color:#900;}
h3{font-weight:bold;font-size:12px;color:#900;}
#subhead h2{position:relative;top:-15px;font-size:18px;margin-bottom:0px;}
*>#subhead h2{position:relative;margin-top:5px;font-size:18px;}
.link{font-weight:bold;font-size:11px;color:#00f;}
.visited{font-weight:bold;font-size:11px;color:purple;}
.active{color:#FF9900;}
.white{font-size:16px;color:#fff;}
.norm1 {line-height: 18px;}
.normbold{font-weight:bold;}
.d_table{border:1px #333 solid;font-size:9px}
.d_table2{border:solid;font-size:9px ;border-width:1px 0px 0px;border-color:#C1C1C1 #666 #ccc}
.fonts_header_menu{font-size:10px;color:#fff;list-style-position:outside;font-weight:bold;text-align:left ;text-decoration:none}
.resellerbar{color:#fff;list-style-position:outside;line-height:normal;font-size:12px;padding:5px 5px 5px 5px;}
.navheader_white{color:#fff;font-size:12px;font-weight:bold;text-decoration:none;}
.navheader_gray{color:#666;font-size:12px;font-weight:bold;text-decoration:none;}
.navhead{color:#000;font-size:12px;font-weight:bold;text-decoration:none;}
.navitem{color:#000;font-size:12px;}
.navitem_selected{font-weight:bold;color:#333;font-size:12px}
.footer{font-size:10px;color:#666;font-weight:bold;text-decoration:none}
.pageheader{font-size:20px;color:#fff;font-weight:bold;text-decoration:none}
.small{font-size:11px;}
.smaller{font-size:10px;}
.smallest{font-size:7pt;}
.header{font-weight:bold;font-size:11px;color:#fff;text-decoration:none}
.breadcrumb{font-size:11px;}
.newslink{font-size:11px;color:#0000ff;}
.title{font-weight:bold;font-size:13px;color:#000;}
.error{font-weight:bold;font-size:13px;color:#f00;}
.success{font-weight:bold;font-size:13px;color:#0000ff;}
.disclaimer{font-size:9px;color:#555555;}
.sales{font-weight:bold;font-size:14px;color:#f00;}
.pagesubheader{font-weight:bold;font-size:14px;color:#900;}
.pagesubheadersmall{font-weight:bold;font-size:12px;color:#900;}
.quote{font-size:12px;color:#000;font-style:italic;}
.displaytable{background:#F8F3D3;color:#000;font-size:12px}
.displaytableheader{font-weight:bold;font-size:12px;background:#CEC298;color:#000;text-decoration:none}
.displaytableheader a{color:#000;}
.displaytableheader a:hover{color:#000;text-decoration:underline;}
.displaytableheader a:active{color:#000;}
.displaytableheader a:visited{color:#000;}
/* displaybox */
.displaybox{background:#F8F3D3;border:1px solid #CEC298;font-size:12px;padding:7px;}
.displaybox h2{padding:7px;font-weight:bold;background:#CEC298;margin:0px;color:#000;line-height:14px;font-size:12px;margin:-7px -7px 7px -7px;}
.bigdisplaytableheader{font-weight:bold;font-size:16px;background:#CEC298;color:#000;text-decoration:none}
.displaytablespecial{font-weight:bold;font-size:12px;background:#ccc;color:#000;text-decoration:none}
.displaytablespecialcell{font-weight:bold;font-size:11px;background:#E6E6E6;color:#000;text-decoration:none}
.registrationheader{font-weight:bold;color:#000;font-size:12px;background-color:#CCC39A}
.registrationfeature{background:#F8F3D3;color:#000;font-size:12px}
.featurestable{font-weight:bold;background:#F8F3D3;color:#000;font-size:12px}
.articleahead{font-weight:bold;font-size:24px;color:#000;}
.articlebhead{font-weight:bold;font-size:12px;color:#000;}
.articlebody{font-size:11px;color:#000;}
.articlecaption{font-size:12px;color:#000;}
.app_body{font-size:12px;color:#000;}
.applicationfooter{color:#fff;font-size:12px;}
a.applicationfooter{color:#fff;font-size:12px;}
.app_caption_special{color:#fff;font-size:12px;}
a.app_caption_special{color:#fff;font-size:12px;}
a.app_caption_special:visited{color:#fff;font-size:12px;}
a.app_caption_special:hover{color:#fff;font-size:12px;}
.app_ahead{font-weight:bold;font-size:18px;color:#336699;text-decoration:underline}
.app_bhead{background:#999999;font-weight:bold;font-size:14px;color:#fff;text-decoration:none}
.app_chead{font-weight:bold;font-size:12px;color:#000;}
.app_colhead{font-weight:bold;font-size:10px;color:#000;text-decoration:underline}
.app_colbody{font-size:10px;color:#000;}
.app_helptext{font-size:10px;color:#000;}
.app_caption{font-size:10px;color:#000;}
.prodName{font-weight:bold;font-size:14px;color:#000;}
.prodDescGray{font-size:11px;color:#3e3e3e;}
.prodPrice{font-size:12px;color:#000;}
.prodhead{font-weight:bold;font-size:16px;color:#000;}
.prodbody{font-size:13px;color:#000;}
.redsmall{font-weight:bold;font-size:14px;color:#f00;}
.mybizlink{font-weight:bold;font-size:11px;color:#0000ff;}
.tabheader{font-weight:bold;font-size:11px;color:#fff;text-decoration:none}
.list{font-size:11px;color:#000;}
.small{font-size:11px;}
.dirlink{font-weight:bold;font-size:11px;color:#000;}
.twelvepx{font-size:12px;color:#000;}
.arrow{font-weight:bold;font-size:11px;color:#000;}
.arrowbig{font-weight:bold;font-size:12px;color:#f00;}
.sponsor{font-size:11px;color:#fff;}
.linkcoop{font-size:11px;color:#009;text-decoration:none}
.prodThank{font-size:12px;color:#000;}
.prodUse{font-size:12px;color:#000;}
.prodDesc{font-size:12px;color:#000;}
.marginboxhead{background-color:#900;font-size:12px;color:#fff;font-weight:bold;padding:1px 1px 1px 1px;}
.marginbox{font-size:8pt;color:black;background:#fff;}
.instructionboxhead{background-color:#900;font-size:12px;color:#fff;font-weight:bold;padding:1px 1px 1px 1px;}
.instructionbox{font-size:8pt;color:black;sans-serif;background:#fff}
.articleboxhead{background-color:#900;font-size:12px;color:#fff;font-weight:bold;padding:1px 1px 1px 1px;}
.articlebox{font-size:8pt;color:black;background:#fff}
.promotionboxhead{background-color:#900;font-size:12px;color:#fff;font-weight:bold;padding:1px 1px 1px 1px;}
.promotionbox{font-size:8pt;color:black;background:#fff}
/* Begin controlpanel styles */ 
.monitor{background-color:#fff;font-size:9px;color:#000;}
.ctrlpaneloutline{background-color:#333;padding:1px 1px 1px 1px;}
.ctrlpanelheader{background-color:#900;font-size:16px;color:#fff;font-weight:bold;padding:2px;}
.ctrlpanelfooter{background-color:#900;}
.ctrlpanelsectionheader{background-color:#ccc;font-size:11px;color:#000;font-weight:bold;}
.ctrlpanelitem{font-size:11px;color:#000;}
.oddrowcolor{font-size:11px;color:#000;background-color:#fff;text-decoration:none}
.evenrowcolor{font-size:11px;color:#000;background-color:#eaeaea;text-decoration:none}
/* Begin directory styles */
.listingnorm{font-size:11px;color:#333;line-height:11pt;}
.listingheader{font-size:13px;color:#333;font-weight:bold;line-height:11pt;}
/* Begin knowledge base styles */ 
.category_title{background-color:#fafafa;border-bottom-style:solid;border-bottom-color:#efefef;border-bottom-width:1px;border-top-style:solid;border-top-color:#efefef;border-top-width:1px;font-size:1em;color:#000;font-weight:bold;}
.category_title a{font-size:1em;color:#000;font-weight:bold;text-decoration:none;}
.category_title a:hover{color:#f00;text-decoration:none;}
.category_title a:visited{font-size:1em;color:#000;font-weight:bold;text-decoration:none;}
.category_title a:visited:hover{font-size:1em;color:#f00;font-weight:bold;text-decoration:none;}
.item_bullet{font-size:1em;color:#000;font-weight:bold;text-align:top;}
.item_title{font-size:1em;color:#000;font-weight:bold;}
.item_title a{font-size:1em;color:#000;font-weight:bold;text-decoration:none;}
.item_title a:hover{color:#f00;text-decoration:underline;}
.item_title a:visited{font-size:1em;color:#000;font-weight:bold;text-decoration:none;}
.item_title a:visited:hover{font-size:1em;color:#f00;font-weight:bold;text-decoration:underline;}
.item_body{font-size:12px;color:#000;}
.item_body a{color:#c00;;text-decoration:none;}
.item_body a:hover{color:#f00;text-decoration:underline;}
.item_body a:visited{color:#c00;text-decoration:none;}
.item_body a:visited:hover{color:#f00;text-decoration:underline;}
/* New Homepage Styles */ 
.quotaBoxBig{font-weight:bold;font-size:19pt;color:#000;font-family:Rockwell,Arial,helvetica,sans serif;font-weight:bold;}
.membershipTitle{font-weight:bold;font-size:16pt;color:#900;font-family:Rockwell,Arial,helvetica,sans serif;}
/* Tabber Styles */ 
/* $Id:example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*--------------------------------------------------
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/
.tabberlive .tabbertabhide{display:none;}
/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
--------------------------------------------------*/
.tabber{}
.tabberlive{margin-top:1em;}
/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/
ul.tabbernav{margin:0;padding:3px 0;border-bottom:1px solid #ccc;}
ul.tabbernav li{list-style:none;margin:0;display:inline;font-size:12px;color:#000;}
ul.tabbernav li a{padding:3px 0.5em;margin-right:3px;border:1px solid #cc9;border-bottom:none;background:#f8f3d3;text-decoration:none;font-weight:bold;}
ul.tabbernav li a:link{color:#000;}
ul.tabbernav li a:visited{color:#000;}
ul.tabbernav li a:hover{color:#99000;background:#cc9;border-color:#cc9;}
ul.tabbernav li.tabberactive a{background-color:#fff;border-bottom:1px solid #fff;}
ul.tabbernav li.tabberactive a:hover{color:#99000;background:white;border-bottom:1px solid white;}
/* .tabbertab = the tab content. add style only after the tabber interface is set up (.tabberlive) */
.tabberlive .tabbertab{padding:6px;border-top:0;border-right:1px solid #cc9;border-bottom:1px solid #cc9;border-left:1px solid #cc9;/* If you don't want the tab size changing whenever a tab is changed
you can set a fixed height */
/* height:200px;*/
/* If you set a fix height set overflow to auto and you will get a
scrollbar when necessary */
/* overflow:auto;*/}
/* If desired,hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2{display:none;}
.tabberlive .tabbertab h3{display:none;}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1{}
.tabberlive#tab2{}
.tabberlive#tab2 .tabbertab{height:200px;overflow:auto;}

/* domain reg */ 
.domain_lookup_box{background-image:url("/images/backgrounds/green_vert_gradient.gif");}
.domain_lookup_text_lg{font-size:1em;font-weight:bold;color:#fff;}
.domain_lookup_text_med{font-size:1em;color:#fff;}
.domain_lookup_text_sm{font-size:.80em;color:#fff;}
.formfield_big{padding:3px;font-size:.8em;font-weight:bold;}
.formbutton_big{font-size:.85em;font-weight:bold;}

/* vdeck */
#vdeck_bar_wrapper{margin-bottom:20px;height:30;background-image:url("/images/backgrounds/vdeckbar_tan.gif");border-bottom:1px #cc9 solid;}
#vdeck_branding{float:left;text-align:left;margin-top:5px;margin-left:10px;vertical-align:middle;}
*>#vdeck_branding{margin-top:6px;}
#vdeck_buttons{float:right;text-align:right;margin-top:4px;margin-right:10px;}
*>#vdeck_buttons{margin-top:5px;}
.vdeck_button{padding-left:10px;font-size:12px;}
.vdeck_button img{vertical-align:middle;margin-right:3px;}
.vdeck_button a{text-decoration:none;color:#000;}
.vdeck_button a:hover{text-decoration:underline;color:#000;}
.vdeck_button a:visited{text-decoration:none;color:#000;}
.vdeck_button a:visited:hover{text-decoration:underline;color:#000;}
.powered_by{vertical-align:middle;font-size:12px;font-weight:bold;}
.powered_by img{vertical-align:middle;margin-right:4px;font-size:12px;}

/* early life */ 
#elife-openp{padding:10px;border-bottom:2px groove #ffffcc;}
#elife-leftbx{border-right:2px groove #ffffcc;width:33%;}
#elife-midbx{width:33%;}
#elife-rightbx{width:33%;border-left:2px groove #ffffcc;}
#elife-botbx{padding:10px;border-top:2px groove #ffffcc;text-align:center;}
.floating_container{margin:0px;background-image:url(/images/backgrounds/el-bizland-bg.gif);background-repeat:repeat-x;background-color:#ddd5a9;z-index:999;width:500px;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);position:absolute;top:100px;display:none;}
#floating_container{margin:0px;background-image:url(/images/backgrounds/el-bizland-bg.gif);background-repeat:repeat-x;background-color:#ddd5a9;z-index:999;width:500px;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);position:absolute;top:100px;display:none;}
.floating_title{border-bottom:#ddd5a9 groove;border-top:#fff;text-align:center;font-weight:bold;padding:5px;background-image:url(/images/backgrounds/el-bizland-top-bg.gif);background-repeat:repeat-x;}
.floating_img{float:right;}
.floating_overlay{margin:0px;background-color:#000;z-index:998;opacity:.5;-moz-opacity:.5;filter:alpha(opacity=50);display:none;position:absolute;top:0px;left:0px;}

/* tooltip */ 
.tooltip{width:200px;color:#000;font:lighter 11px/1.3 Arial,sans-serif;text-decoration:none;text-align:left;}
.tooltip span.top{padding:30px 8px 0;background:url(/images/backgrounds/bizland_bt.gif) no-repeat top}
.tooltip b.bottom{padding:3px 8px 15px;color:#548912;background:url(/images/backgrounds/bizland_bt.gif) no-repeat bottom}

/* grey dashes */ 
#hzdash{border-left:1px dashed #919191;height:100%;width:2px;}
#vldash{border-bottom:1px dashed #919191;width:100%;}
.balloonstyle{position:absolute;top:-500px;left:0;padding:5px 10px 5px 10px;visibility:hidden;border:1px solid black;font:normal 12px;line-height:18px;z-index:100;background-color:white;text-align:left;filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);}
#arrowhead{z-index:99;position:absolute;top:-500px;left:0;visibility:hidden;}
#tipcontent{padding:10px;}
#tiptitle{font-size:16px;padding:5px 0 5px 0;font-style:italic;font-weight:bold;border-bottom:1px solid #ccc;font-color:#fff;background-repeat:repeat;text-align:left;height:25px;}

/* web applications stylesheet */
#app-top-bar { position: relative; height: 30px; background: url(/images/applications/webapp-dark-top-bg.gif);}
#app-head-bar { position: relative; height: 57px; background: url(/images/applications/webapp-beige-head-bg.gif);}
#app-foot { position:fixed; bottom:0; left:0; width:100%; height:1.8em;}
#wa-prop-logo {position: absolute; left: 30px; top:2px;}
#wa-icon {position: absolute; left: 185px; top: 10px;}
#wa-header{position: absolute; left: 240px; top: 22px; font-size: 1em; font-weight: bold;}
#logout {float: right; color: #fff; font-size: .7em; padding: .7em 46px 0 0;}
#logout a {text-decoration: none; color: #fff;}
#closebtn {position: absolute; right: 10px; top: 5px;}
#wa-username {position: absolute; right: 10px; top: 20px; font-size: .9em;}

