#cadastro_rodape {
  text-align:right;
  width:960px;
  float:left;
}

#title{
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial;
  font-size: 14px;
  color: #006400;
  font-weight: bold;
  border-bottom: 1px solid #006400;
  width: 960px;
}

#title2{
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:Arial;
  font-size:14px;
  color: #006400;
  font-weight: bold;
}

#subtitle {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #006400;
}

.subtitle2 {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #669900;
}

.fontBlackBold {
  clear:both;
  font-weight: bold;
  color: #000000;
}

.fontBlack {
  color: #000000;
}

#erros {
  color: #CC0000;
  padding-bottom: 10px;
}

#aviso {
  color: #0000ff;
  padding-bottom: 10px;
}

#submit {
  font: 12px Arial;
  background: transparent;
  color: #686868;
  border: 0px;
}

#msg-google1 {
  font-family: Arial;
  font-size: 12px;
  color: #cc0000;
}


#msg-google2{
  float: left;
  width: 300px;
  height: 30px;
  margin-top: 5px;  
  margin-left: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #cc0000;
}

#msg-google3{
  float: left;
  width: 100%;
  height: 300px;
  font-family: Arial;
  font-size: 12px;
  /*color: #cc0000;*/
  /*margin-top: 125px;*/
  text-align: left;
  padding: 20px;
  
  
}

.borderBlack {
  border: 1px solid #000000;
  margin-bottom: 5px;
  padding: 4px;
}

.borderGray {
  border: 1px solid #666666;
}

.borderGrayTop {
   border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

.borderGrayBottom {
   border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

.disabled {
  background-color: #E7E7E7;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  text-align: 
}

.invisivel {
  background-color: transparent;
  border-width: 0px;
  color: #686868;
}

.invisivel2 {
  background-color: #ffffcc;
  border-width: 0px;
  color: #686868;
}

.button {
  font-family: Arial;
  font-size: 10px;
  color: #000000;
  border: 1px outset #cccccc;
  background-color: #f7f7f7;
  height: 20px;
}

.buttonPay {
  font-family: Arial;
  font-size: 12px;
  color: #ffffff;
  background-color: #3300ff;
}

#linkTabs {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-family: Arial;
  color: #686868;
}

textarea {
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  font: 12px Arial;
}

select {
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  font: 12px Arial;
}

input.checked {
  border-width: 0px;
}

table td {
  padding: 4px;
  font: 12px Arial;
}

.verdana_1 {
  font-size: 11px;
}

/* Css para o layout */
#content-top {
  float: left;
  width: 958px;
  margin-bottom: 5px;
  border: 1px solid #666666;
  padding-bottom: 0px;
  padding-top: 5px;
  background-color: #FFFFFF;
}

#content-right {
  position: relative;
  float: left;
  width: 790px;
  text-align: left;
  background-color: #ffffcc;
  border: 1px solid #666666;
  margin-top: 2px;
  padding: 4px;
}

#content-right-footer {
  position: relative;
  float: left;
  width: 790px;
  text-align: "right";
  padding: 4px;
}

/* Css para os layout dos tabs */
#content-left {
  float: left;
  position: relative;
  width: 960px;
  text-align: left;
  z-index: 100;
}

#tab-lista-domain, #tab-lista-email, #tab-lista-login {
  border: 1px solid #666666;
  background-color: #ffffff;
  margin-bottom: 2px;
}

#tab-domain, #tab-email, #tab-domain-novo, #tab-login {
  position: absolute;
  padding: 4px;
  width: 800px;
}

#tab-login {
  width: 200px;
}

#tab-iframe-domain, #tab-iframe-email, #tab-iframe-novo, #tab-iframe-login {
  position: absolute;
  width: 787px;
  border: 1px solid #666666;
  background-color: #ffffff;
  border-top: 1px solid;
  z-index: 500;
}

<!-- [ if IE] -->
#tab-iframe {
  width: 791px;
}
<!-- [endif] -->
