/* {border:solid 1px #000;} */
html, body {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  background-color: #fff;
  font-family: Helvetica, Arial, Lucida Sans Unicode, sans-serif;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: none;
}

a.btn-large {
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 61px;
  font-size: 1.33em;
  background: #c7972f url(/img/ze-btn-bg-62.png) 0 -1px repeat-x;
  line-height: 3.4em;
  overflow: hidden;
  padding: 0 1.3em;
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: #aaa 0 0 3px 0;
  -webkit-box-shadow: #aaa 0 0 3px 0;
  box-shadow: #aaa 0 0 3px 0;
}

a.btn-large:hover {
  background: #95630c;
}

a.btn-mid {
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 37px;
  font-size: 14px;
  background: #c7972f url(/img/ze-btn-bg-38.png) 0 -1px repeat-x;
  line-height: 2.7em;
  overflow: hidden;
  padding: 0 1em;
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: #aaa 0 0 3px 0;
  -webkit-box-shadow: #aaa 0 0 3px 0;
  box-shadow: #aaa 0 0 3px 0;
}

a.btn-mid:hover {
  background: #95630c;
  text-decoration: none !important;
}

input[type=submit] {
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 37px;
  font-size: 14px;
  background: #c7972f url(/img/ze-btn-bg-38.png) 0 -1px repeat-x;
  line-height: 2.7em;
  overflow: hidden;
  padding: 0 1em;
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: #aaa 0 0 3px 0;
  -webkit-box-shadow: #aaa 0 0 3px 0;
  box-shadow: #aaa 0 0 3px 0;
  cursor: pointer;
}

input[type=submit]:hover {
  background: #95630c;
  text-decoration: none !important;
}

img {
  border-style: none;
  border: 0;
}

p {
  margin: 0;
  padding: 0;
}

input {
  color: #666;
}

span.smark {
  font-family: "Lucida Sans Unicode";
}

h1, h2, h3, h4 {
  line-height: 1.1em;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	max-width: 300px;
	border: 1px solid black;
	background-color: #eee;
	padding: 5px;
	opacity: 0.95;
	font-size: 10px;
	font-weight: normal;
	color: black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	CCborderRadius: 4px;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
}

#announce {
  display: none !important;
  margin: 15px 0 15px 0;
  border-top: 3px solid #525252;
  border-bottom: 3px solid #525252;
  background-image: linear-gradient(bottom, rgb(255,166,33) 28%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(255,166,33) 28%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(255,166,33) 28%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(255,166,33) 28%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(255,166,33) 28%, rgb(255,255,255) 100%);

  background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.28, rgb(255,166,33)),
        color-stop(1, rgb(255,255,255))
  );
  text-align: center;
}
#announce h2 {
  margin: 10px !important;
  color: #1f1f1f !important;
}

/* Global Resets Above */
/* Begin Billing Styles */
#billingLayer {
  position: absolute;
  height: auto;
  width: 720px;
  z-index: 2;
  display: none;
  color: #000;
  border: solid 5px #525252;
  background-color: #f0f0f0;
  clear: both;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  CCborderRadius: 20px;
}

#closeBilling {
  text-align: right;
  height: 25px;
  width: inherit;
}

#closeBilling img {
  padding: 10px 10px 0 0;
}

#billingContent {
  margin: 0 25px 25px 25px;
}

#billingContent b {
  font-family: "helvetica neue", Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  color: #333;
  font-size: 22px;
  margin: 0 0 15px 0;
  display: block;
  font-weight: lighter;
}

#billingContent b span {
  color: #777;
}

#billingContent td {
  padding: 5px;
}

/* End Billing Styles */
.mainContainer {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
}

#logo {
  background-color: #2f475f;
  border-top: solid 10px #525252;
  border-left: solid 1px #525252;
  border-right: solid 1px #525252;
  height: 72px;
  padding: 20px 25px 0 40px;
}

#logo img {
  float: left;
}

#signin {
  padding: 0 10px 0 0;
}

#signin a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

#signin a.big {
  font-size: 14px;
}

#loginWidget {
  float: right;
  margin: 5px 0 0 0;
  color: #fff;
  overflow: hidden;
}

#loginWidget a {
  color: #fff;
  text-decoration: none;
}

#loginWidget a:hover {
  text-decoration: underline;
}

#loginWidget a.big.login {
  position: absolute;
  font-size: 14px;
  margin: 0 0 0 -55px;
}

#loginWidget a#forgotPassword {
  position: absolute;
  font-size: 12px;
  margin: 17px 0 0 -115px;
}

#loginWidget span.welcome {
  margin: 0 0.5em;
  position: relative;
  top: -10px;
}

#loginWidget a#memberName {
  margin: .7em 1em 0 0;
  display: inline-block;
  position: relative;
  top: -10px;
}

#topnav {
  background-color: #8f8f90;
  clear: both;
  padding: 10px 15px 10px 25px;
}

#topnav a {
  display: inline-block;
  padding: 6px 15px 5px 15px;
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
  font-family: Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  border-radius: 5px;
}

a.topnav:hover, a.tnActive {
  background-color: #333;
}

a.loggedin, a.loggedin:active, a.loggedin:visited {
  color: #fff;
}

a.memberlink {
  float: right;
}

#welcome {
  color: #fff;
  padding: 8px 15px 0 0;
}

/* Begin Landing Page */
div#hero {
  margin: 0;
  background: #231f20 url(/img/home/hero.png) center 0 no-repeat;
  height: 311px;
  width: 980px;
  overflow: hidden;
}

div#hero h1 {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  margin: 3em 0 0 3em;
}

div#hero h2 {
  font-size: 23px;
  color: #fff;
  font-weight: normal;
  margin: .5em 0 0 5.9em;
}

div#hero a {
  margin: 1em 0 0 11em;
  -moz-box-shadow: #000 0 0 4px 0;
  -webkit-box-shadow: #000 0 0 4px 0;
  box-shadow: #000 0 0 4px 0;
}

#product-highlights {
  margin: 1em 0;
  overflow: hidden;
}

#product-highlights ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

#product-highlights ul li {
  float: left;
}

#product-highlights ul li a {
  display: block;
  height: 120px;
  position: relative;
  text-indent: -9999px;
}

#product-highlights ul li a span {
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  background: #c7972f url(/img/ze-btn-bg-38.png) 0 -1px repeat-x;
  overflow: hidden;
  padding: 0 .6em;
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: #aaa 0 0 3px 0;
  -webkit-box-shadow: #aaa 0 0 3px 0;
  box-shadow: #aaa 0 0 3px 0;
  text-indent: 0;
  text-transform: uppercase;
}

#product-highlights ul li a span:hover {
  background: #95630c;
  text-decoration: none !important;
}

#product-highlights ul li.register a {
  background: url("../img/home/domain-register-btn.png") 0 0 no-repeat;
  width: 535px;
}

#product-highlights ul li.register a span {
  top: 39px;
  right: 35px;
}

#product-highlights ul li.thawte a {
  background: url("../img/home/under_new_management.png") 0 0 no-repeat;
  width: 445px;
}

#product-highlights ul li.thawte a span {
  top: 39px;
  right: 42px;
}

#threefeatureBox {
  width: 980px;
  margin: 1em 0;
  font-size: 12px;
  overflow: hidden;
}

#threefeatureBox div.col {
  float: left;
  width: 300px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #d0d2d3 url(/img/ze-index-graybx-bg.png) 0 0 repeat-x;
  box-shadow: #ddd 0 0 3px 1px;
  -webkit-box-shadow: #ddd 0 0 3px 1px;
  -moz-box-shadow: #ddd 0 0 3px 1px;
  overflow: hidden;
  height: 21em;
  margin: 0 1em;
}

#threefeatureBox h3 {
  font-size: 18px;
  color: #30475F;
  margin: 1em 1em .5em;
  border-bottom: 1px solid #aaa;
}

#threefeatureBox ul {
  list-style: none;
  display: block;
  margin: 1em 3em 1em 0;
  padding: 0;
}

#threefeatureBox li {
  background: url(../img/buttons/blueLI.gif) no-repeat 18px 5px;
  margin: 0;
  padding: 0 0 5px 35px;
  font-size: 12px;
}

#threefeatureBox li a {
  text-decoration: underline;
  color: #58595b;
}

#threefeatureBox li a:hover {
  color: #cc0000;
}

#learnMore {
  width: 827px;
  height: 46px;
  margin: 25px 0 25px 75px;
  padding: 12px 0 0 0;
  background: url(../img/buttons/homeLearnMore.gif) no-repeat left top;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

#learnMore a.top, #learnMoreOpen a.top {
  color: #fff;
  text-decoration: underline;
}

#learnMore a, #learnMoreOpen a {
  color: #666;
  text-decoration: underline;
}

#learnMoreOpen {
  width: 827px;
  margin: 25px 0 25px 75px;
  padding: 12px 0 0 0;
  background: url(../img/buttons/learnBoxTop.gif) no-repeat left top;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: none;
  cursor: pointer;
}

#learnMoreOpen p {
  margin: 0 0 15px 50px;
  padding: 0;
  width: 720px;
}

#learnMoreOpen li {
  margin: 0 0 5px 50px;
}

#learnMoreOpen p, #learnMoreOpen li {
  color: #666;
  text-align: left;
}

/* End Landing Page */
/* Begin Products Page */
#contentArea {
  margin: 25px 0 50px 25px;
}

#content {
  float: left;
  margin: 0 0 0 35px;
  width: 680px;
}

#content a {
  color: #666;
  text-decoration: underline;
}

.products h1 {
  color: #30475f;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

#content h2 {
  color: #231f20;
  font-size: 16px;
  width: 700px;
  text-indent: 10px;
  border-bottom: solid 1px #c9cacb;
  clear: both;
}

.sheep {
  width: 200px;
  padding: 0 0 0 5px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.borderline {
  float: right;
  background-color: #c9cacb;
  margin: 18px 0 15px 0;
  width: 1px;
  height: 192px;
}

.sheep span {
  margin-top: -20px;
  display: block;
}

.sheep span.smark {
  margin-top: 0;
  display: inline;
}

.sheep p {
  width: 160px;
  text-align: left;
  font-size: 11px;
  margin: 15px 10px 0 20px;
}

.sheppard {
  padding: 25px 0 0 45px;
  width: 680px;
  margin: 0 auto -25px auto;
}

/* End Products Page */
/* Begin Individual Product Page */
#content.mDNS h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/mDNS.gif) no-repeat left top;
}

#content.tDNS h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/tDNS.gif) no-repeat left top;
}

#content.dDNS h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/dDNS.gif) no-repeat left top;
}

#content.WF h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/WF.gif) no-repeat left top;
}

#content.MF h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/MF.gif) no-repeat left top;
}

#content.WP h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/WP.gif) no-repeat 10px top;
}

#content.FLB h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/FLB.gif) no-repeat left top;
}

#content.bMX h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/bMX.gif) no-repeat left top;
}

#content .featured {
  margin: 0 0 25px 0;
}

#content .featured b {
  display: block;
  color: #30475f;
}

#content .slug {
  width: 300px;
  float: left;
  margin: 0 40px 25px 0;
}

#content .slug b {
  display: block;
  color: #30475f;
}

#content .productFeatures {
  width: 300px;
  float: left;
  margin: 0 40px 25px 0;
  background: url(../img/product/featureTop.gif) no-repeat left top;
}

#content div.productFeatures b {
  display: block;
  color: #30475f;
  margin: 25px 0 0 25px;
}

#content div.productFeatures ul {
  list-style: none;
  display: block;
  width: 230px;
  margin: 10px 0 15px 35px;
  padding: 0;
}

#content div.productFeatures li {
  background: url(../img/buttons/goldLI.gif) no-repeat left 5px;
  padding: 0 0 5px 25px;
  width: 200px;
}

/* End Individual Product Page */
/* Begin Pricing Page */
#pricingContent {
  width: 980px;
  margin: 25px 0 25px 0;
  padding: 0;
}

.Hrule {
  margin: 25px 0 25px 40px;
  padding: 0;
  height: 1px;
  width: 900px;
  border-bottom: solid 1px #929497;
}

#freeServ {
  float: left;
  width: 445px;
  margin: 0 0 0 40px;
  padding: 0 0 35px 0;
}

#freeServ h2 {
  color: #30475f;
  font-size: 20px;
  margin: 0;
  padding: 0;
  width: 300px;
}

#freeServ p {
  margin: 15px 25px 40px 0;
  padding: 0;
}

#prodPrice {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 15px 25px;
  width: 420px;
  overflow: hidden;
  border-left: solid 1px #929497;
}

#prodPrice h2 {
  color: #30475f;
  font-size: 20px;
  margin: 0 0 0 25px;
  width: 300px;
}

#breakdown {
  margin: 15px 0 0 0;
  padding: 10px 0 0 0;
  background: url(../img/pricing/gradientBG.gif) no-repeat left top;
  width: 420px;
}

#breakdown h3.blue {
  color: #30475f;
  font-size: 13px;
  margin: 0;
  padding: 0;
  display: inline;
}

#breakdown ul {
  list-style: none;
  display: block;
  float: left;
  width: 405px;
  margin: 15px 5px 10px 15px;
  padding: 0;
}

#breakdown li {
  background: url(../img/buttons/blueLI.gif) no-repeat 18px 5px;
  width: 370px;
  margin: 0;
  padding: 0 0 5px 35px;
  font-size: 12px;
}

#breakdown li span {
  font-size: 10px;
  margin: 0 0 0 10px;
  display: block;
}

#breakdown a {
  color: #30475f;
  text-decoration: underline;
}

#breakdown p.list {
  float: right;
  margin: 0 0 0 0;
  padding: 0 90px 0 0;
  width: 70px;
  font-weight: bold;
  color: #008595;
}

#creditPrice {
  margin: 0 0 0 40px;
}

#creditPrice h2 {
  color: #30475f;
  font-size: 20px;
  width: 300px;
}

#pricingStruct {
  background-color: #E3F0F1;
}

#pricingStruct td {
  width: 150px;
}

#pricingStruct span {
  display: block;
  text-align: center;
}

#pricingStruct .quan {
  font-size: 12px;
  line-height: 12px;
  color: #404041;
  padding: 10px 0 10px 0;
}

#pricingStruct .amount {
  font-size: 30px;
  line-height: 30px;
  color: #008595;
}

#pricingStruct .discount {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background-color: #000;
  margin: 10px 15px 5px 15px;
  padding: 2px 5px 2px 5px;
  visibility: hidden;
}

#aboutPrice {
  margin: 25px 0 25px 40px;
}

#aboutPrice h2 {
  color: #30475f;
  font-size: 20px;
  width: 300px;
}

#aboutPrice p {
  width: 880px;
}

/* End Pricing Page */
/* Begin FAQ Page */
.FAQ ul {
  display: none;
}

.FAQ div {
  cursor: pointer;
}

.FAQ ul {
  list-style: none;
  width: 600px;
  margin: 5px 5px 10px 15px;
  padding: 0;
}

.FAQ li {
  background: url(../img/buttons/blueLI.gif) no-repeat 18px 5px;
  margin: 0;
  padding: 0 0 5px 35px;
  font-size: 13px;
}

.FAQ th {
  text-indent: 5px;
  text-align: left;
}

.FAQ td {
  text-indent: 5px;
}

/* End FAQ Page */
/* Begin SignUp Page Layout */
#signupWrapper {
  background: url(../img/pricing/gradientBG.gif) no-repeat left top;
  width: 420px;
  margin: 15px 0 0 125px;
}

#signupWrapper p {
  padding: 15px 0 0 15px;
}

#signupTable {
  margin: 15px auto 15px auto;
}

#signupTable input {
  display: block;
  border: solid 1px #333;
  margin: 5px 0;
  width: 250px;
  font-size: 14px;
}

#signupTable select {
  width: 252px;
  margin: 5px 0;
  font-size: 14px;
  color: #666;
}

#signupTable option {
  color: #666;
}

#signupTable button.btn {
  margin-top: 15px;
}

#resultContent {
  padding: 10px;
}

#resultContent b {
  font-family: "helvetica neue", Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  color: #333;
  font-size: 22px;
  display: block;
  font-weight: lighter;
}

#resultContent b span {
  color: #777;
}

#resultContent b.success {
  color: #00cc00;
}

#resultContent b.error {
  color: #cc0000;
}

/* End SignUp Page Layout */
/* Begin Lookup Page Layout */
.lookup {
  padding: 0 25px 0 15px;
}

.lookup h1, .lookup h2, .lookup h3, .lookup h4, .lookup b {
  color: #30475f;
}

.results {
  width: 455px;
  height: 650px;
  overflow: auto;
  font-size: 12px;
  color: #333;
  float: right;
  margin: 0 0 0 0;
}

.results h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0;
}

/* End Lookup Page Layout */
/* Begin Member Area Layout */
#ajaxArea {
  margin: 0;
  padding: 0;
}

#ajaxArea h1, #ajaxArea h2, #ajaxArea h3 {
  margin: 0;
  padding: 0;
  font-family: "helvetica neue", Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  color: #333;
  line-height: normal;
  font-weight: lighter;
}

#ajaxArea h1 {
  font-size: 24px;
}

#ajaxArea h1 span {
  color: #777;
}

#ajaxArea h4, #ajaxArea h5, #ajaxArea h6 {
  font-family: Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  margin: 25px 0 5px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #666;
}

#ajaxArea #indent {
  margin-left: 15px;
}

/* End Member Area Layout */
/* Begin Member Page Layout */
#hostStatus {
  position: relative;
  padding: 5px;
}

#hostStatus div.hoststatus {
  border-bottom: 1px solid #ccc;
}

#hostStatus div.hostentry span {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  CCborderRadius: 6px;
  cursor: pointer;
  float: right;
  margin-top: 5px;
}

#hostStatus div.hostentry span.hostentry_green {
  background-color: green !important;
  border: solid 1px green;
}

#hostStatus div.hostentry span.hostentry_yellow {
  background-color: yellow !important;
  border: solid 1px yellow;
}

#hostStatus div.hostentry span.hostentry_red {
  background-color: red !important;
  border: solid 1px red;
}

#memberCenterContent {
  float: left;
  margin: 0 0 40px 25px;
  width: 715px;
}

#memberCenterContent input {
  display: block;
  border: solid 1px #333;
  margin: 0 0 5px 0;
}

#memberCenterContent button.btn {
  margin-top: 15px;
}

#memberCenterContent select {
  display: block;
  font-size: 14px;
}

div#rightPrefs {
  background-image: url(../img/gradient_blue.gif);
  background-repeat: repeat-x;
  background-color: #8ABBD6;
  background-position: left top;
  border: solid 1px #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  float: right;
  width: 235px;
  padding: 25px 0 15px 0;
}

#rightPrefs p {
  padding: 0 0 15px 25px;
}

#rightPrefs a {
  color: #666;
  text-decoration: none;
  padding-left: 15px;
}

#rightPrefs input {
  display: inline;
  border: 0;
  margin-left: 15px;
}

#rightPrefs a span {
  display: none;
}

#rightPrefs a.current span {
  display: inline;
}

#rightPrefs a.current {
  color: #cc0000;
  background-color: transparent;
}

#rightPrefs a:hover {
  color: #cc0000;
}

#rightPrefs b {
  display: block;
}

/* End Member Page Layout */
/* Begin List Zones Page Layout */
#listZones {
  float: left;
  margin: 15px 0 50px 25px;
  width: 715px;
}

#listZones h1 {
  margin: 0 0 15px 0;
}

#detail {
  display: none;
}

#zoneDetails {
  width: 900px;
}

#monthlyGraph {
  border: solid 1px #333;
}

#monthlyHeading td {
  border-bottom: solid 1px #333;
  padding: 5px;
}

#months td {
  border-right: solid 1px #333;
  border-top: solid 1px #333;
}

#months td.last {
  border-right: 0px none;
}

#images td {
  padding: 25px 2px 0 0;
}

#monthlyKey td {
  border-top: solid 1px #333;
  padding: 10px 0 10px 10px;
}

#monthlyKey span {
  padding-left: 10px;
  display: block;
}

tr.cues {
  display: none;
}

/* End List Zones Page Layout */
/* Begin Edit Zones Page Layout */
#ajaxContent {
  background-image: url(../img/home/gradient_contentarea.gif);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 25px 0 25px 0;
}

#topControls {
  margin: 0 0 0 0;
  width: 980px;
}

#DisplayZonettl {
  margin: 0 0 0 10px;
}

#topControls h1 {
  font-size: 24px;
  padding: 0 10px 0 25px;
}

.rightPadded {
  padding: 0 25px 0 0;
  color: #0000cc;
}

#ttlCue {
  margin: 0 0 5px 10px;
  color: #cc0000;
}

#bottomControls {
  width: 980px;
  margin-top: 25px;
  display: none;
}

#security, #webForward, #mailForward, #backupMX, #webPark, #failover, .addFailover, .addFailoverBottom, .addSlaveRecord, .addSlaveRecordBottom, .addWebForwardBottom, .addMailForwardBottom, .addBackupMXBottom, .addWebParkBottom, .addWebForward, .addMailForward, .addMailForwardBottom, .addBackupMX, .addWebPark {
  display: none;
}

table#securityBits {
  width: 800px;
}

table#securityBits #label {
  width: 120px;
  color: #666;
}

table#securityBits #allowTransferCue, table#securityBits #tsigKeyCue, table#securityBits #soadataCue {
  margin: 0 0 5px 0;
  color: #cc0000;
}

table#securityBits #allowTransfer, table#securityBits #tsigKey {
  width: 680px;
}

/* Expert Mode */
#expertMode {
  text-align: center;
}

span.top {
  display: none;
}

.zoneName {
  padding-left: 25px;
}

.record {
  margin: 0 10px 5px 10px;
  border: solid 1px #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
}

.record td {
  width: 150px;
  padding: 5px 5px 5px 5px;
}

.record input {
  width: 145px;
}

.record input.dname {
  width: 100px;
}

.record input.url {
  width: 400px;
}

.record input.testpattern {
  width: 400px;
}

.failed {
  background-color: #FCC;
}
.locked {
	background-color: #F5F5F5;
}

#invoicetoggle {
  text-align: left;
  cursor: pointer;
  padding-left: 20px;
}
#invoicesummarydiv {
  cursor: pointer;
}

.invoicesummary {
  margin: 0 auto 5px auto;
  border: solid 1px #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
}

.invoicesummary td {
  padding: 2px 5px 2px 5px;
  font-size: 12px;
}
.invoicesummary thead td {
  font-weight: bold;
}
.invoicesummary tbody td {
  border-top: 1px solid #999;
}
.invoicesummary tfoot td {
  font-size: 10px;
  border-top: 1px solid #999;
}

td.hasCheckboxes {
  padding: 5px 0 0 0;
}

table.checkbox {
  padding: 5px 0 0 0;
}

table.checkbox td.heading {
  width: 10px;
  margin: 0;
  padding: 2px 2px 0 0;
  text-align: right;
  font-size: 14px;
}

table.checkbox td {
  width: 10px;
  margin: 0;
  padding: 2px 0 0 0;
  text-align: center;
  font-size: 12px;
}

table.checkbox td input {
  display: inline;
  padding: 0;
  margin: 0 2px 0 18px;
  width: 16px;
}

td.controlsCell {
  font-size: 12px;
  padding: 0 15px 8px 0;
  text-align: right;
}

p.cue {
  padding: 0 15px 0 10px;
  text-align: left;
  width: auto;
  color: #cc0000;
}

p.cue span {
  display: block;
}

/* Web Forward */
tr.metaRow {
  display: none;
}

/* End Edit Zones Page Layout */
/* Begin Billing Layer Layout */
#invoiceText {
  margin: 25px 0 25px 0;
}

#invoice input {
  border: solid 1px #333;
  width: 100%;
  font-size: 16px;
}

#invoice select {
  font-size: 14px;
}

.hideButton {
  margin: -50px 0 0 -5px;
  z-index: 20;
  position: relative;
  width: 77px;
}

/* End Billing Layer Layout */
/* Begin Common Growl Styles */
#AddName select {
  width: 302px;
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #666;
}

#emailError, #passwordError, #passwordError1, #passwordCount, #userError, #userError1, #zoneWanrning, #slaveWanrning, #displayWarning {
  color: #cc0000;
  display: none;
}

#newPassword, #oldPassword, #sendPassword, #confirmPassword {
  display: none;
}

form {
  margin: 0;
  padding: 0;
}

/* End Common Growl Styles */
/* Begin Custom Elements */
.btn span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  CCborderRadius: 3px;
}

/* Start custom button CSS here
---------------------------------------- */
#content_loading {
  position: absolute;
  top: 270px;
  left: 46%;
  display: none;
  width: 66px;
  height: 66px;
}

#scroll {
  visibility: hidden;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1px;
}

/* class winn is the button css method used to make rounded buttons on the site */
.winn {
  position: relative;
}

.winnBG {
  position: absolute;
  top: 0px;
  left: 0px;
}

.winnTXT {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  z-index: 2;
}

.winnTXT small {
  font-size: 12px;
}

.winn a {
  text-decoration: none;
  color: #cc0000;
}

.winn a:hover {
  color: #cc0000;
}

/* Footer */
#footer {
  height: 130px;
  background: #525252 url(/img/ze-footer-bg.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

#footer ul {
  margin: .7em 0;
  padding: 0;
  list-style: none;
}

#footer ul li {
  display: inline;
}

#footer ul.top {
  margin: 0;
  font-size: 13px;
}

#footer ul.mid {
  font-size: 11px;
}

#footer ul.bottom {
  font-size: 10px;
}

#footer ul span {
  display: inline-block;
  padding: 0 1em 0 1.3em;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a.logo {
  background: url(/img/footerLogo.gif) 0 0 no-repeat;
  height: 16px;
  padding-left: 9em;
  display: inline-block;
}

#domainBox {
  clear: right;
  float: right;
  margin: 25px 0 25px 0;
}

#domainBox input {
  display: inline;
  border: none;
  float: left;
}

div.dcom {
  background: url(https://static.registerapi.com/images/zoneedit/domain-search-box.png) 0 0 no-repeat;
  height: 102px;
  width: 236px;
  overflow: hidden;
}

div.dcom form, div.dcom fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

div.dcom form label {
  display: none;
}

div.dcom input#dcombox {
  border: 0;
  padding: 0;
  margin: 28px 0 0 5px;
  width: 144px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: none;
}

div.dcom input#dcomsubmit {
  border: 0;
  padding: 0;
  margin: 22px 0 0 4px;
  background: url(https://static.registerapi.com/images/zoneedit/domain-search-box-btn.png) 0 0 no-repeat;
  height: 27px;
  width: 80px;
  cursor: pointer;
  float: left;
}

/*
a { text-decoration: none; }
a:hover, a:active, a:focus { outline: none; }
img { border-style: none; border: 0; }
p
{
	margin: 0;
	padding: 0;
}
input { color: #666; }
span.smark
{
	font-family: "Lucida Sans Unicode";
}
h1, h2, h3, h4 { line-height: normal; }
*/
/* Global Resets Above */
/* Begin Growl Styles */
#mask
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,50,0.15);
}

#growl {
  position: absolute;
  height: auto;
  width: 380px;
  z-index: 3;
  display: none;
  color: #000;
  border: solid 5px #525252;
  background-color: #f0f0f0;
  clear: both;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  CCborderRadius: 20px;
}

#closeGrowl {
  text-align: right;
  height: 25px;
  padding: 10px 10px 0 0;
}

#growlContent {
  padding: 0 25px 25px 25px;
}

#growlContent b {
  font-family: "helvetica neue", Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  color: #333;
  font-size: 22px;
  margin: 0 0 15px 0;
  display: block;
  font-weight: lighter;
}

#growlContent b span {
  color: #777;
}

#growlContent b.success {
  color: #00cc00;
}

#growlContent b.error {
  color: #cc0000;
}

#growlContent .btn {
  padding: 2px 5px 15px 5px;
}

#growlContent .zoneName {
  padding-left: 0;
}

#growlContent table.backupList {
  width: 100%;
  background-color: #fff;
  border: solid 1px #525252;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  CCborderRadius: 3px;
}
#growlContent table.backupList tr {
  line-height: 20px;
}
#growlContent table.backupList td {
  padding: 2px 6px 2px 6px;
}
#growlContent table.backupList thead td {
  background-color: #ccc;
  border-bottom: 1px solid #525252;
}
#growlContent table.backupList tbody td {
  font-size: 12px;
}
#growlContent table.backupList tbody .btn {
  padding: 2px;
}

/* End Growl Styles */
/* Begin Billing Styles */
#billingLayer {
  position: absolute;
  height: auto;
  width: 720px;
  z-index: 2;
  display: none;
  color: #000;
  border: solid 5px #525252;
  background-color: #f0f0f0;
  clear: both;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  CCborderRadius: 20px;
}

#closeBilling {
  text-align: right;
  height: 25px;
  width: inherit;
}

#closeBilling img {
  padding: 10px 10px 0 0;
}

#billingContent {
  margin: 0 25px 25px 25px;
}

#billingContent b {
  font-family: "helvetica neue", Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  color: #333;
  font-size: 22px;
  margin: 0 0 15px 0;
  display: block;
  font-weight: lighter;
}

#billingContent b span {
  color: #777;
}

#billingContent td {
  padding: 5px;
}

/* End Billing Styles */
.mainContainer {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
}

#logo {
  background-color: #2f475f;
  border-top: solid 10px #525252;
  border-left: solid 1px #525252;
  border-right: solid 1px #525252;
  height: 72px;
  padding: 20px 25px 0 40px;
}

#logo img {
  float: left;
}

#signin {
  padding: 0 10px 0 0;
}

#signin a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

#signin a.big {
  font-size: 14px;
}

#loginWidget {
  float: right;
  margin: 5px 0 0 0;
}

#signin a:hover {
  text-decoration: underline;
}

#topnav {
  background-color: #8f8f90;
  clear: both;
  padding: 10px 15px 10px 25px;
}

#topnav a {
  display: inline-block;
  padding: 6px 15px 5px 15px;
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
  font-family: Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
}

a.topnav:hover, a.tnActive {
  background-color: #333;
}

a.loggedin, a.loggedin:active, a.loggedin:visited {
  color: #fff;
}

a.memberlink {
  float: right;
}

/* Begin Landing Page */
#heroText {
  position: absolute;
  margin: -260px 0 0 85px;
  text-align: center;
  float: left;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  width: 450px;
}

#heroText h1 {
  padding: 5px 0 0 0;
  font-size: 32px;
  font-weight: lighter;
}

#learnMore {
  width: 827px;
  height: 46px;
  margin: 25px 0 25px 75px;
  padding: 12px 0 0 0;
  background: url(../img/buttons/homeLearnMore.gif) no-repeat left top;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

#learnMore a.top, #learnMoreOpen a.top {
  color: #fff;
  text-decoration: underline;
}

#learnMore a, #learnMoreOpen a {
  color: #666;
  text-decoration: underline;
}

#learnMoreOpen {
  width: 827px;
  margin: 25px 0 25px 75px;
  padding: 12px 0 0 0;
  background: url(../img/buttons/learnBoxTop.gif) no-repeat left top;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: none;
  cursor: pointer;
}

#learnMoreOpen p {
  margin: 0 0 15px 50px;
  padding: 0;
  width: 720px;
}

#learnMoreOpen li {
  margin: 0 0 5px 50px;
}

#learnMoreOpen p, #learnMoreOpen li {
  color: #666;
  text-align: left;
}

/* End Landing Page */
/* Begin Left Nav */
#leftBox {
  width: 192px;
  float: left;
  margin: 0 0 50px 0;
}

#leftBox a.btn-large {
  line-height: 1em;
  display: block;
  margin: 1em auto;
  width: 110px;
}

#leftBox a.btn-large small {
  display: block;
  margin: .8em 0 0;
  line-height: 1em;
}


#sitewideLnav {
  width: 192px;
  background: url(../img/lnavTiled.gif) repeat-y right top;
}

#sitewideLnav ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#sitewideLnav li {
  height: 32px;
}

#sitewideLnav table {
  border-top: solid 1px #ededed;
  width: 192px;
}

#sitewideLnav td {
  height: 45px;
  border-bottom: solid 1px #ededed;
}

#sitewideLnav a {
  display: block;
  color: #58595b;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px 0 0 58px;
  height: 32px;
}

#sitewideLnav a:hover, li.on a {
  font-weight: bold;
  background-color: #fff !important;
  background-position: 12px -43px;
}


#sitewideLnav td.on a {
  font-weight: bold;
}

#mDNS a {
  background: url("../img/sprites/mDNS.gif") no-repeat 12px 10px;
}

#tDNS a {
  background: url("../img/sprites/tDNS.gif") no-repeat 12px 10px;
}

#dDNS a {
  background: url("../img/sprites/dDNS.gif") no-repeat 12px 10px;
}

#WF a {
  background: url("../img/sprites/WF.gif") no-repeat 12px 10px;
}

#MF a {
  background: url("../img/sprites/MF.gif") no-repeat 12px 10px;
}

#WP a {
  background: url("../img/sprites/WP.gif") no-repeat 12px 10px;
}

#FLB a {
  background: url("../img/sprites/FLB.gif") no-repeat 12px 10px;
}

#bMX a {
  background: url("../img/sprites/bMX.gif") no-repeat 12px 10px;
}

#BS a {
  background: url("../img/sprites/BS.gif") no-repeat 12px 10px;
}

#DOM a {
  background: url("../img/sprites/dom.gif") no-repeat 12px 10px;
}

#SSL a {
  background: url("../img/sprites/ssl.gif") no-repeat 12px 10px;
}

/* End Left Nav */
/* Begin Products Page */
#contentArea {
  margin: 25px 0 50px 25px;
}

#content {
  float: left;
  margin: 0 0 0 35px;
  width: 680px;
}

#content a {
  color: #666;
  text-decoration: underline;
}

.products h1 {
  color: #30475f;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

#content h2 {
  color: #231f20;
  font-size: 16px;
  width: 700px;
  text-indent: 10px;
  border-bottom: solid 1px #c9cacb;
  clear: both;
}

.sheep {
  width: 200px;
  padding: 0 0 0 5px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.borderline {
  float: right;
  background-color: #c9cacb;
  margin: 18px 0 15px 0;
  width: 1px;
  height: 192px;
}

.sheep span {
  margin-top: -20px;
  display: block;
}

.sheep span.smark {
  margin-top: 0;
  display: inline;
}

.sheep p {
  width: 160px;
  text-align: left;
  font-size: 11px;
  margin: 15px 10px 0 20px;
}

.sheppard {
  padding: 25px 0 0 45px;
  width: 680px;
  margin: 0 auto -25px auto;
}

/* End Products Page */
/* Begin Individual Product Page */
#content.mDNS h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/mDNS.gif) no-repeat left top;
}

#content.tDNS h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/tDNS.gif) no-repeat left top;
}

#content.dDNS h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/dDNS.gif) no-repeat left top;
}

#content.WF h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/WF.gif) no-repeat left top;
}

#content.MF h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/MF.gif) no-repeat left top;
}

#content.WP h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/WP.gif) no-repeat 10px top;
}

#content.FLB h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/FLB.gif) no-repeat left top;
}

#content.bMX h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 0 25px 0;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/bMX.gif) no-repeat left top;
}

#content .featured {
  margin: 0 0 25px 0;
}

#content .featured b {
  display: block;
  color: #30475f;
}

#content .slug {
  width: 300px;
  float: left;
  margin: 0 40px 25px 0;
}

#content .slug b {
  display: block;
  color: #30475f;
}

#content .productFeatures {
  width: 300px;
  float: left;
  margin: 0 40px 25px 0;
  background: url(../img/product/featureTop.gif) no-repeat left top;
}

#content div.productFeatures b {
  display: block;
  color: #30475f;
  margin: 25px 0 0 25px;
}

#content div.productFeatures ul {
  list-style: none;
  display: block;
  width: 230px;
  margin: 10px 0 15px 35px;
  padding: 0;
}

#content div.productFeatures li {
  background: url(../img/buttons/goldLI.gif) no-repeat left 5px;
  padding: 0 0 5px 25px;
  width: 200px;
}




.productdesc_text {
  padding: 20px;
  text-align: left;
}

#productdesc_icon.WF h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 20px 25px 30px;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/WF.gif) no-repeat left top;
  float: left;
}
#productdesc_icon.MF h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 20px 25px 30px;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/MF.gif) no-repeat left top;
  float: left;
}
#productdesc_icon.WP h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 20px 25px 30px;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/WP.gif) no-repeat left top;
  float: left;
}
#productdesc_icon.FLB h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 20px 25px 30px;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/FLB.gif) no-repeat left top;
  float: left;
}
#productdesc_icon.bMX h1 {
  color: #30475f;
  font-size: 38px;
  margin: 0 20px 25px 30px;
  padding: 85px 0 0 18px;
  font-weight: lighter;
  background: url(../img/icon/lrg/bMX.gif) no-repeat left top;
  float: left;
}


/* End Individual Product Page */
/* Begin Pricing Page */
#pricingContent {
  width: 980px;
  margin: 25px 0 25px 0;
  padding: 0;
}

.Hrule {
  margin: 25px 0 25px 40px;
  padding: 0;
  height: 1px;
  width: 900px;
  border-bottom: solid 1px #929497;
}

#freeServ {
  float: left;
  width: 445px;
  margin: 0 0 0 40px;
  padding: 0 0 35px 0;
}

#freeServ h2 {
  color: #30475f;
  font-size: 20px;
  margin: 0;
  padding: 0;
  width: 300px;
}

#freeServ p {
  margin: 15px 25px 40px 0;
  padding: 0;
}

#prodPrice {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 15px 25px;
  width: 420px;
  overflow: hidden;
  border-left: solid 1px #929497;
}

#prodPrice h2 {
  color: #30475f;
  font-size: 20px;
  margin: 0 0 0 25px;
  width: 300px;
}

#breakdown {
  margin: 15px 0 0 0;
  padding: 10px 0 0 0;
  background: url(../img/pricing/gradientBG.gif) no-repeat left top;
  width: 420px;
}

#breakdown h3.blue {
  color: #30475f;
  font-size: 13px;
  margin: 0;
  padding: 0;
  display: inline;
}

#breakdown ul {
  list-style: none;
  display: block;
  float: left;
  width: 405px;
  margin: 15px 5px 10px 15px;
  padding: 0;
}

#breakdown li {
  background: url(../img/buttons/blueLI.gif) no-repeat 18px 5px;
  width: 370px;
  margin: 0;
  padding: 0 0 5px 35px;
  font-size: 12px;
}

#breakdown li span {
  font-size: 10px;
  margin: 0 0 0 10px;
  display: block;
}

#breakdown a {
  color: #30475f;
  text-decoration: underline;
}

#breakdown p.list {
  float: right;
  margin: 0 0 0 0;
  padding: 0 90px 0 0;
  width: 70px;
  font-weight: bold;
  color: #008595;
}

#creditPrice {
  margin: 0 0 0 40px;
}

#creditPrice h2 {
  color: #30475f;
  font-size: 20px;
  width: 300px;
}

#pricingStruct {
  background-color: #E3F0F1;
}

#pricingStruct td {
  width: 150px;
}

#pricingStruct span {
  display: block;
  text-align: center;
}

#pricingStruct .quan {
  font-size: 12px;
  line-height: 12px;
  color: #404041;
  padding: 10px 0 10px 0;
}

#pricingStruct .amount {
  font-size: 30px;
  line-height: 30px;
  color: #008595;
}

#pricingStruct .discount {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background-color: #000;
  margin: 10px 15px 5px 15px;
  padding: 2px 5px 2px 5px;
  visibility: hidden;
}

#aboutPrice {
  margin: 25px 0 25px 40px;
}

#aboutPrice h2 {
  color: #30475f;
  font-size: 20px;
  width: 300px;
}

#aboutPrice p {
  width: 880px;
}

/* End Pricing Page */
/* Begin FAQ Page */
.FAQ ul {
  display: none;
}

.FAQ div {
  cursor: pointer;
}

.FAQ ul {
  list-style: none;
  width: 600px;
  margin: 5px 5px 10px 15px;
  padding: 0;
}

.FAQ li {
  background: url(../img/buttons/blueLI.gif) no-repeat 18px 5px;
  margin: 0;
  padding: 0 0 5px 35px;
  font-size: 13px;
}

.FAQ th {
  text-indent: 5px;
  text-align: left;
}

.FAQ td {
  text-indent: 5px;
}

/* End FAQ Page */
.FAQ h1, .support h1, .about h1, .signUp h1, .logIn h1, .terms h1, .privacy h1 {
  color: #30475f;
  margin-top: 0;
  padding-top: 0;
}

/* Begin Lookup Page Layout */
.lookup {
  padding: 0 25px 0 15px;
}

.lookup h1, .lookup h2, .lookup h3, .lookup h4, .lookup b {
  color: #30475f;
}

.results {
  width: 455px;
  height: 650px;
  overflow: auto;
  font-size: 12px;
  color: #333;
  float: right;
  margin: 0 0 0 0;
}

.results h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0;
}

#contentArea .searchbox {
  width: 400px;
  float: left;
  margin: 0 0 25px 5px;
  background: url(../img/lookup/searchTop.gif) no-repeat left top;
  text-align: left;
  font-size: 12px;
}

#contentArea .searchbox div.bottom {
  width: 400px;
  height: 6px;
  background: url(/img/lookup/searchBottom.gif) no-repeat left top;
}

#contentArea .searchbox b {
  padding: 15px 0 15px 15px;
  display: block;
  font-size: 16px;
}

#contentArea .searchbox input {
  width: 345px;
  position: relative;
}

#contentArea .searchbox select {
  margin: 0;
}

#contentArea .searchbox p {
  padding: 0 0 10px 25px;
}

#contentArea .searchbox a {
  padding: 0 0 0 25px;
}

#contentArea .searchbox img {
  margin: 15px 0 -5px;
}

/* End Lookup Page Layout */
/* Begin Member Area Layout */
#ajaxArea {
  margin: 0;
  padding: 0;
}

#ajaxArea h1, #ajaxArea h2, #ajaxArea h3 {
  margin: 0;
  padding: 0;
  font-family: "helvetica neue", Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  color: #333;
  line-height: normal;
  font-weight: lighter;
}

#ajaxArea h1 {
  font-size: 24px;
}

#ajaxArea h1 span {
  color: #777;
}

#ajaxArea h4, #ajaxArea h5, #ajaxArea h6 {
  font-family: Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  margin: 25px 0 5px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #666;
}

#ajaxArea #indent {
  margin-left: 15px;
}

/* End Member Area Layout */
/* Begin Member Page Layout */
div#lnav {
  width: 180px;
  margin: 0 0 0 25px;
  float: left;
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  background-color: white !important;
}

#lnav ul {
  margin: 25px 0 25px 15px;
  padding: 0;
  width: 150px;
}

#lnav li {
  list-style: none;
  border-bottom: solid 1px #999;
  padding: 10px 0 0 10px;
}

#lnav li:hover {
  background-color: #eee;
}

#lnav a {
  list-style: none;
  color: #666;
  text-decoration: none;
  display: block;
}

#memberCenterContent {
  float: left;
  margin: 0 0 40px 25px;
  width: 715px;
}

#memberCenterContent input {
  display: block;
  border: solid 1px #333;
  margin: 0 0 5px 0;
}

#memberCenterContent button.btn {
  margin-top: 15px;
}

#memberCenterContent select {
  display: block;
  font-size: 14px;
}

div#rightPrefs {
  background-image: url(../img/gradient_blue.gif);
  background-repeat: repeat-x;
  background-color: #8ABBD6;
  background-position: left top;
  border: solid 1px #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  float: right;
  width: 235px;
  padding: 25px 0 15px 0;
}

#rightPrefs p {
  padding: 0 0 15px 25px;
}

#rightPrefs a {
  color: #666;
  text-decoration: none;
  padding-left: 15px;
}

#rightPrefs input {
  display: inline;
  border: 0;
  margin-left: 15px;
}

#rightPrefs a span {
  display: none;
}

#rightPrefs a.current span {
  display: inline;
}

#rightPrefs a.current {
  color: #cc0000;
  background-color: transparent;
}

#rightPrefs a:hover {
  color: #cc0000;
}

#rightPrefs b {
  display: block;
}

/* End Member Page Layout */
/* Begin Account Management Page Layout */
#acctMGMTcontent {
  float: left;
  margin: 0 0 50px 25px;
  width: 715px;
}

#acctMGMTcontent input {
  display: block;
  color: #333;
  border: solid 1px #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  CCborderRadius: 3px;
  line-height: 16px;
}

#acctMGMTcontent div {
  margin-bottom: 25px;
}

#acctMGMTcontent button.btn {
  margin-top: 15px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

#acctMGMTcontent select {
  display: block;
  font-size: 14px;
}

#acctMGMTcontent table {
  margin-left: 20px;
}

#acctMGMTcontent table thead td {
  border-bottom: 1px solid #333;
}

#acctMGMTcontent table td {
  padding-right: 10px;
}

/* End Account Management Page Layout */
/* Begin List Zones Page Layout */
#listZones {
  float: left;
  margin: 15px 0 50px 25px;
  width: 715px;
}

#listZones h1 {
  margin: 0 0 15px 0;
}

#detail {
  display: none;
}

.paginator {
  display: none;
  font-size: 13px;
  float: right;
}

.paginator td {
  padding: 5px;
  text-align: middle;
  vertical-align: top;
}

#liveZones {
  width: 920px;
  float: left;
}

#liveZones table {
  margin: 0 auto 10px auto;
  border: solid 1px #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  width: 900px;
}

#liveZones td {
  padding: 2px;
  text-align: left;
  font-size: 14px;
  width: 35px;
}
#liveZones td a {
  font-size: 14px;
}

#liveZones td.cellborderleft {
  border-left: 1px solid #999;
  text-indent: 4px;
}

#liveZones td.zonename {
  width: 550px;
}

#liveZones td.renewaldate {
  width: 140px;
}

#liveZones td.cost {
  width: 45px;
}

#liveZones td.expiredService {
  color: #F33;
}

#liveZones td.onhold {
  color: #F33;
}

#liveZones td.serialnum {
  padding-right: 10px;
}

#liveZones thead td {
  color: #555555;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #999;
}

#liveZones tbody tr {
  line-height: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

#liveZones tbody tr:hover {
  background-color: #DFF7FF;
}

#liveZones tbody .pendingservice {
  background-color: #FFFF99;
}

#liveZones td img {
  margin-top: 2px;
  margin-bottom: -2px;
}

.icon {
  margin-top: 2px;
  margin-bottom: -2px;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.iconadd, #liveZones tbody tr:hover .iconadd {
  background-image: url('/img/icon/add.png');
}
#liveZones tbody .iconadd {
  background-image: url('/img/icon/greyadd.png');
}
.iconcheck, #liveZones tbody tr:hover .iconcheck {
  background-image: url('/img/icon/check.png');
}
#liveZones tbody .iconcheck {
  background-image: url('/img/icon/greycheck.png');
}
.iconcoins, #liveZones tbody tr:hover .iconcoins {
  background-image: url('/img/icon/coins.png');
}
#liveZones tbody .iconcoins {
  background-image: url('/img/icon/greycoins.png');
}
.iconcross, #liveZones tbody tr:hover .iconcross {
  background-image: url('/img/icon/cross.png');
}
#liveZones tbody .iconcross {
  background-image: url('/img/icon/greycross.png');
}
.icondisk, #liveZones tbody tr:hover .icondisk {
  background-image: url('/img/icon/disk.png');
}
.icongreydisk, #liveZones tbody .icondisk {
  background-image: url('/img/icon/greydisk.png');
}
.iconhelp, #liveZones tbody tr:hover .iconhelp {
  background-image: url('/img/icon/help.png');
}
#liveZones tbody .iconhelp {
  background-image: url('/img/icon/greyhelp.png');
}
.iconlock, #liveZones tbody tr:hover .iconlock {
  background-image: url('/img/icon/lock.png');
}
#liveZones tbody .iconlock {
  background-image: url('/img/icon/greylock.png');
}
.iconrepublish, #liveZones tbody tr:hover .iconrepublish {
  background-image: url('/img/icon/republish.png');
}
#liveZones tbody .iconrepublish {
  background-image: url('/img/icon/greyrepublish.png');
}
.icontarget, #liveZones tbody tr:hover .icontarget {
  background-image: url('/img/icon/target.png');
}
.icongreytarget, #liveZones tbody .icontarget {
  background-image: url('/img/icon/greytarget.png');
}
.iconwarning {
  background-image: url('/img/icon/warning.png');
}
.iconnondelegated {
  background-image: url('/img/icon/nondelegated.png');
}
.iconworld, #liveZones tbody tr:hover .iconworld {
  background-image: url('/img/icon/world.png');
}
#liveZones tbody .iconworld {
  background-image: url('/img/icon/greyworld.png');
}
.iconpencil, #liveZones tbody tr:hover .iconpencil {
  background-image: url('/img/icon/pencil.png');
}
#liveZones tbody .iconpencil {
  background-image: url('/img/icon/greypencil.png');
}
.iconupdown, #liveZones tbody tr:hover .iconupdown {
  background-image: url('/img/icon/updown.png');
}
#liveZones tbody .iconupdown {
  background-image: none;
  /* background-image: url('/img/icon/greyupdown.png'); */
}
.iconfind, #liveZones tbody tr:hover .iconfind {
  background-image: url('/img/icon/find.png');
}
#liveZones tbody .iconbackup {
  background-image: url('/img/icon/greybackup.png');
}
.iconbackup, #liveZones tbody tr:hover .iconbackup {
  background-image: url('/img/icon/backup.png');
}
.iconautobackup, #liveZones tbody tr:hover .iconautobackup {
  background-image: url('/img/icon/autobackup.png');
}
.iconmanubackup, #liveZones tbody tr:hover .iconmanubackup {
  background-image: url('/img/icon/manubackup.png');
}
/*
#liveZones tbody .iconfind {
  background-image: none;
  background-image: url('/img/icon/greyfind.png');
}
*/

.iconfastforward {
  background-image: url('/img/icon/fastforward.png');
}
.iconrewind {
  background-image: url('/img/icon/rewind.png');
}

.validateFail {
  background-color: #FFCCCC;
  padding-left: 5px;
  color: black;
}
.validatePass {
  background-color: #CCFFCC;
  padding-left: 5px;
  color: black;
}
.validateHidden {
  display: none;
}

#monthlyGraph {
  margin: -5px auto 5px auto;
  border: solid 1px #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  width: 780px;
}

#zoneDetails {
  width: 900px;
}

#monthlyHeading td {
  border-bottom: solid 1px #333;
  padding: 5px;
}

#months td {
  border-right: solid 1px #333;
  border-top: solid 1px #333;
}

#months td.last {
  border-right: 0px none;
}

#images td {
  padding: 25px 2px 0 0;
}

#monthlyKey td {
  border-top: solid 1px #333;
  padding: 10px 0 10px 10px;
}

#monthlyKey span {
  padding-left: 10px;
  display: block;
}

tr.cues {
  display: none;
}

/* End List Zones Page Layout */
/* Begin Edit Zones Page Layout */
#ajaxContent {
  background-image: url(../img/home/gradient_contentarea.gif);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 25px 0 25px 0;
}

#topControls {
  margin: 0 0 0 0;
  width: 980px;
}

#DisplayZonettl {
  margin: 0 0 0 10px;
}

#topControls h1 {
  font-size: 24px;
  padding: 0 10px 0 25px;
}

.rightPadded {
  padding: 0 25px 0 0;
  color: #0000cc;
}

#ttlCue {
  margin: 0 0 5px 10px;
  color: #cc0000;
}

#bottomControls {
  width: 980px;
  margin-top: 25px;
  display: none;
}

table#tabbedViewer {
  clear: both;
  margin: 0 0 25px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
}

table#securityBits {
  width: 800px;
}

table#securityBits #label {
  width: 120px;
  color: #666;
}

#tabbedViewer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  width: auto;
}

#tabbedViewer li {
  float: left;
  margin: 0 0 0 0;
  padding: 2px 8px 2px 8px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
}

#tabbedViewer a {
  text-decoration: none;
  color: #333333;
}

#tabbedViewer li:hover {
  background-color: #DFF7FF;
}

#tabbedViewer li.first {
  border-left: solid 1px #999;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  CCborderRadius: 5px 0 0 5px;
}

#tabbedViewer li.last {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  CCborderRadius: 0 5px 5px 0;
}

#tabbedViewer li.inactiveTab {
}

#tabbedViewer li.activeTab {
  background-color: #CFE7FF;
  color: #000000;
}

#tabbedViewer li.alertTab {
  color: #cc0000;
}

#tabbedViewer li.errorTab {
  background-color: #cc0000;
  color: #fff;
}

/* Web Forward */
tr.metaRow {
  display: none;
}

/* End Edit Zones Page Layout */
/* Begin Billing Layer Layout */
#invoiceText {
  margin: 25px 0 25px 0;
}

#invoice input {
  border: solid 1px #333;
  width: 100%;
  font-size: 16px;
}

#invoice select {
  font-size: 14px;
}

.hideButton {
  margin: -50px 0 0 -5px;
  z-index: 20;
  position: relative;
  width: 77px;
}

/* End Billing Layer Layout */
/* Begin Common Growl Styles */
#growl input, #growl select {
  border: solid 1px #333;
  width: 300px;
  margin: 0 0 15px 0;
  font-size: 14px;
}
#AddName input, #forgotPassword input, #signUpPanel input, #passwordChange input, #forgotPassword input, #signUpPanel input, #CheckZone input, #changeEmail input, #DisplayPreferences input {
}

#AddName select {
  width: 302px;
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #666;
}

#emailError, #passwordError, #passwordError1, #passwordCount, #userError, #userError1, #zoneWanrning, #slaveWanrning, #displayWarning {
  color: #cc0000;
  display: none;
}

#newPassword, #oldPassword, #sendPassword, #confirmPassword {
  display: none;
}

form {
  margin: 0;
  padding: 0;
}

/* End Common Growl Styles */
/* Begin Custom Elements */

/* Start custom button CSS here
---------------------------------------- */
.btn {
  display: inline-block;
  float: right;
  background: none;
  margin: 0 !important;
  padding: 3px 0;
  border-width: 0;
  overflow: visible;
  font-family: Helvetica, Arial, Lucida Sans Unicode, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

* html button.btn {
  padding-bottom: 1px;
}

html:not([lang*=""]) button.btn {
  margin: 0 -3px;
}

.btn span {
  background: #dddddd url(../img/bg-button.gif) repeat-x 0 0;
  margin: 0;
  padding: 1px 0;

  border-left: 1px solid #bbb;
  border-right: 1px solid #aaa;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  CCborderRadius: 3px;
}

/*
* html .btn span {
  padding-top: 0;
}
*/

.btn span span {
  margin: 2px .4em;
  border-width: 0;
}

.btn:active span {
/*
  background-position: 0 -400px;
*/
  outline: none;
}

.btn:focus, .btn:active {
  outline: none;
}

.primary {
  font-weight: bold;
  color: #000;
}

.editable {
  font-size: 13px;
}

.editable:hover {
  color: #cc0000;
}

.editable:visited {
  color: #0000cc;
}

.clickable {
  cursor: pointer;
  color: #0000cc;
}

.clickable:hover {
  color: #cc0000;
}

.clickable:visited {
  color: #cc00cc;
}

#scroll {
  visibility: hidden;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1px;
}

/* class winn is the button css method used to make rounded buttons on the site */
.winn {
  position: relative;
}

.winnBG {
  position: absolute;
  top: 0px;
  left: 0px;
}

.winnTXT {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  z-index: 2;
}

.winnTXT small {
  font-size: 12px;
}

.winn a {
  text-decoration: none;
  color: #cc0000;
}

.winn a:hover {
  color: #cc0000;
}

/* Footer */
#footer {
  height: 100px;
  background-color: #525252;
  margin: 0;
  padding: 30px 0 0;
  text-align: center;
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#line1 {
  font-size: 13px;
}

#line1 span {
  padding: 0 15px 0 15px;
}

#line2 {
  font-size: 11px;
  padding: 6px 0 7px 0;
}

#line2 span {
  padding: 0 20px 0 20px;
}

#line3 {
  font-size: 10px;
}

#line3 span {
  padding: 0 5px 0 5px;
}

#domainBox {
  clear: right;
  float: right;
  margin: 25px 0 25px 0;
}

#domainBox input {
  display: inline;
  border: none;
  float: left;
}

div.dcom {
  background: url(https://static.registerapi.com/images/zoneedit/domain-search-box.png) 0 0 no-repeat;
  height: 102px;
  width: 236px;
  overflow: hidden;
}

div.dcom form, div.dcom fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

div.dcom form label {
  display: none;
}

div.dcom input#dcombox {
  border: 0;
  padding: 0;
  margin: 28px 0 0 5px;
  width: 144px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: none;
}

div.dcom input#dcomsubmit {
  border: 0;
  padding: 0;
  margin: 22px 0 0 4px;
  background: url(https://static.registerapi.com/images/zoneedit/domain-search-box-btn.png) 0 0 no-repeat;
  height: 27px;
  width: 80px;
  cursor: pointer;
  float: left;
}

/* Styles pertaining to domain page */
div.domains h1 {
  color: #2f475f;
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  width: 15em;
  margin: 0 .6em .35em;
}

div.domains h1 span {
  display: none;
}

div#content.domains h2 {
  color: #2f475f;
  font-size: 26px;
  font-weight: normal;
  line-height: 38px;
  margin: 0 .6em .35em;
  border: 0;
  text-indent: 0;
}

div#content.domains h2.transfer {
  margin: 0 .6em;
  line-height: normal;
}

div.domains h3 {
  color: #8f8f90;
  font-size: 18px;
  font-weight: normal;
  line-height: 38px;
  margin: 0 .6em .35em;
}

div.domains h3.price {
  line-height: normal;
  margin: 0 0 0 .9em;
  font-weight: lighter;
}

div.domains p {
  margin: 1em 1.4em 1.2em;
  font-size: 1em;
}

div.domains div.dds {
  background: url("../img/domain/top-bg.png") repeat-x;
  height: 182px;
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: .5em 0 1.5em;
}
div.domains div.dds h3 {
  font-size: 30px;
  font-weight: normal;
  font-weight: lighter;
  margin: 1em 0 0 1em;
}
div.domains div.dds h4 {
  display: block;
  background: url("../img/domain/only-10.47-per-year.png") no-repeat 0 0;
  height: 106px;
  width: 257px;
  text-indent: -999%;
  overflow: hidden;
  position: absolute;
  top: 1em;
  right: 2em;
}
div.domains div.dds p {
  font-size: 14px;
  opacity: .9;
  margin: .6em 2.2em 0;
}
div.domains div.dds form, div.domains div.dds fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
div.domains div.dds form {
  margin: .8em 0 0 2.2em;
}
div.domains div.dds fieldset {
  background: #fff;
  border: 1px solid #59b0e3;
  float: left;
  height: 41px;
}
div.domains div.dds fieldset:first-child {
  border-right: none;
  border-top-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  width: 182px;
}

div.domains div.dds fieldset + fieldset {
  border-top-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  width: 90px;
}

div.domains div.dds input[type=text] {
  color: #7d7d7d;
  font-size: 18px;
  border: 0;
  background: none;
  width: 169px;
  margin: 8px 0 0 7px;
  outline: none;
}

div.domains div.dds select {
  border: 0;
  background: none;
  font-size: 18px;
  margin: 8px 0 0 3px;
  width: 80px;
  color: #7d7d7d;
}

div.domains div.dds input[type=submit] {
  height: 43px;
  line-height: 43px;
  background-color: #b57c18;
  font-size: 18px;
  margin: 0 0 0 1em;
}

div.domains div.transfer {
  background: url("../img/domain/bot-bg.png") repeat-x;
  height: 182px;
  overflow: hidden;
  color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: .5em 0;
}

div.domains div.transfer p {
  opacity: .9;
  font-size: 12px;
  margin: 1.2em 5em 0 1.5em;
  padding: 0;
  line-height: 1.3em;
}

div.domains div.transfer form, div.domains div.transfer fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

div.domains div.transfer form {
  float: left;
  width: 263px;
  height: 182px;
}

div.domains div.transfer textarea {
  height: 75px;
  width: 230px;
  margin: .7em 1.35em;
  border: 1px solid #59b0e3;
}

div.domains div.transfer input[type=submit] {
  height: 26px;
  margin: 0 0 0 5.7em;
  padding: 0 .7em;
  line-height: 26px;
}

div.domains div.transfer h4 {
  font-size: 16px;
  font-weight: normal;
  font-weight: lighter;
  margin: 1em 0 0;
}

div.domains div.transfer ul {
  list-style: disc;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: normal;
  font-weight: lighter;
  margin: .5em 0 0 19.8em;
}

div.domains div.instructions h4 {
  color: #38bef4;
  margin: 0 1.2em;
  line-height: 1.5em;
  font-size: 1.1em;
}

div.domains div.instructions h4 span {
  margin: 0 .5em 0 0;
}

div.domains div.instructions h4:hover {
  color: #888;
}

div.domains div.registrar {
  overflow: hidden;
}

div.domains div.registrar h5 {
  margin: 0 1.4em;
}

div.domains div.registrar h5 + ol, div.domains div.registrar h5 + p, div.domains div.registrar h5 + ul {
  margin-top: .2em;
}

div.domains div.registrar p + ol {
  margin-top: -0.9em;
}

div.domains div.registrar address {
  white-space: pre;
  font-size: 12px;
  margin: 1em 1.2em;
}

/* Styles for SSL Page */
div#content.ssl {
  width: 725px;
}
div#content.ssl h1 {
  color: #2f475f;
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  background: url("../img/powered-by-domain.png") right 0 no-repeat;
  width: 13em;
  margin: 0 0 .35em;
}
div#content.ssl h1 span {
  display: none;
}
div#content.ssl h2 {
  color: #fff;
  font-size: 32px;
  border: 0;
  padding: 0;
  margin: 30px 0 0 20px;
  text-shadow: #000 1px 1px 1px;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 1px;
  font-weight: normal;
  font-weight: lighter;
  text-indent: 0;
}
div#content.ssl h3 {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 97px;
  width: 213px;
  background: url("../img/ssl/rapid-logo.png") 0 0 no-repeat;
  top: 4px;
  right: 25px;
  position: absolute;
}
div#content.ssl h4 {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 91px;
  width: 269px;
  background: url("../img/ssl/rapid-seal-box.png") 0 0 no-repeat;
  top: 105px;
  right: 15px;
  position: absolute;
}
div#content.ssl div.grad-box {
  background: url("../img/ssl/ssl-block-bg.png") 0 0 repeat-x;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
div#content.ssl div.grad-box form {
  padding: 2em 0 0 42.5px;
}
div#content.ssl div.grad-box form > fieldset {
  display: none;
}
div#content.ssl div.grad-box form > div {
  float: left;
  width: 320px;
  text-align: center;
}
div#content.ssl div.grad-box form > div h5 {
  font-size: 18px;
  color: #000;
  text-shadow: #999 1px 1px 1px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  margin: 0;
  line-height: normal;
}
div#content.ssl div.grad-box form > div p {
  width: 200px;
  margin: .4em auto;
  line-height: 1.2em;
}
div#content.ssl div.grad-box form > div > input[type=submit] {
  margin: 15px 0 0;
}
div#content.ssl div.grad-box form > div > fieldset {
  width: 260px;
  min-height: 239px;
  background: #fff;
  border: 1px solid #b6b6b6;
  margin: 1em auto;
  box-shadow: #ccc 0 0 4px 0;
  position: relative;
}
div#content.ssl div.grad-box form > div > fieldset h6:first-child {
  height: 132px;
  width: 162px;
  display: block;
  margin: 15px auto 0;
  text-indent: -9999%;
  overflow: hidden;
}
div#content.ssl div.grad-box form > div > ul {
  display: inline-block;
  margin: 17px 0 0 45px;
}
div#content.ssl div.grad-box form > div fieldset > ul {
  list-style: none;
  display: inline-block;
  margin: 17px auto 0;
}
div#content.ssl div.grad-box form > div fieldset > div > ul {
  list-style: none;
  display: inline-block;
  margin: 17px auto 0;
}
div#content.ssl div.grad-box form > div.ssl-123 > fieldset h6:first-child {
  background: url("../img/ssl/rapid-ssl-price.png") 0 0 no-repeat;
}
div#content.ssl div.grad-box form > div.ssl-web > fieldset h6:first-child {
  background: url("../img/ssl/rapid-wild-price.png") 0 0 no-repeat;
}
div#content.ssl div.grad-box form > div.ssl-web fieldset h6.more {
  margin: 13px 0 0;
  padding: 0;
  font-size: 1em;
  line-height: normal;
}
div#content.ssl div.grad-box form > div.ssl-web fieldset h6.more + ul {
  margin: 5px 0 10px;
}
div#content.ssl div.grad-box form ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
div#content.ssl div.grad-box form h6.recommended {
  display: block;
  height: 42px;
  width: 163px;
  background: url("../img/ssl/recommended-btn.png") 0 0 no-repeat;
  bottom: -18px;
  left: 49px;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
}
div#content.ssl div.grad-box > p {
  margin: 10px 0 0 22px;
  width: 400px;
}
div#content.ssl form, div#content.ssl fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.folderheader {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px dotted #aaaaaa;
  color: #333333;
  background-color: #eeeeee;
  text-indent: 5px;
}
.folderindent {
}

.zonenavbar {
  padding: 0 0 10px 0;
}

.folderSelect {
  padding: 5px 0 3px 10px;
  width: 300px; 
  display:none; 
  float:left;
}

div#folderlist {
  width: 200px;
  margin: 0 0 0 25px;
  float: left;
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  font-size: 14px;
}
#folderlist .header {
  margin: 10px 0 0 10px;
  font-weight: bold;
}
#folderlist ul {
  margin: 5px 0 5px 15px;
  padding: 0;
  width: 150px;
}
#folderlist li {
  list-style: none;
  padding: 3px 0 2px 10px;
}
#folderlist li:hover {
  background-color: #DFF7FF !important;
}
#folderlist a {
  list-style: none;
  color: #666;
  text-decoration: none;
  display: block;
}
#folderlist li.active {
  background-color: #eee;
}
#folderlist .addFolder {
  border-top: 1px solid #cccccc;
  padding: 5px;
  text-indent: 5px;
}
.folderlistnavbar {
  padding: 0 0 15px 20px;
}
#folderlistcontent {
  float: left;
  margin: 0 0 40px 25px;
  width: 440px;
}
#folderlistcontent input {
  display: block;
  border: solid 1px #333;
  margin: 0 0 5px 0;
}
#folderlistcontent button.btn {
  margin-top: 15px;
}
#folderlistcontent select {
  display: block;
  font-size: 14px;
}
.folderinfo {
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 1px #999;
  -moz-box-shadow: 0 0 1px #999;
  -webkit-box-shadow: 0 0 1px #999;
  padding: 5px;
  float: left;
  width: 265px;
  font-size: 12px;
}

#folderTools {
  float: right;
  padding-right: 40px;
}
#folderTools .editable {
  padding-right: 5px;
}
#folderzonecount {
  font-size: 11px;
}

table#assignments {
  margin: 15px 0 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  CCborderRadius: 5px;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
}
table#assignments td {
  padding: 5px 5px 5px 5px;
  text-align: left;
}
table#assignments td input {
  margin-top: 5px;
}
table#assignments thead td {
  border-bottom: 1px solid #555555;
  font-weight: bold;
  background-color: #eeeeee;
}
table#assignments tbody td {
  padding-top: 2px;
  padding-bottom: 2px;
}
table#assignments tfoot td {
  border-top: 1px solid #555555;
  background-color: #eeeeee;
}
