* {
#  margin: 0;
#  padding: 0;
}

body {
  background-color: #192E3F;
  background-image: url('./images/body-background.gif');
  background-repeat: repeat-x;
  font: normal 1em/100% arial, sans-serif;
}

#logo-con {
  width: 625px;
  height: 35px;
  margin: 20px auto 0 auto;
}

#logo-x10hosting {
  float: left;
  width: 400px;
  height: 30px;
  background-image: url('./images/x10hosting-logo.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
  margin: 0 0 0 10px;
}

#logo-cpanel {
  float: right;
  background-image: url('./images/404error.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 30px;
  width: 90px;
  margin: 0 10px 0 0;
}

#main-con {
  width: 625px;
  margin: 0 auto 0 auto;
}

#main-con-top {
  background-image: url('./images/main-background-top.gif');
  background-repeat: no-repeat;
  height: 10px;
}

#main-con-middle {
  background-image: url('./images/main-background-middle.gif');
  background-repeat: repeat-y;
  padding: 0 10px 15px 10px;
}

#main-con-bottom {
  background-image: url('./images/main-background-bottom.gif');
  background-repeat: no-repeat;
  height: 10px;
}

#main-desc {
  float: left;
#  width: 310px;
  text-align:center;
  padding: 0 0 0 10px;
}

p {
  font: normal 0.80em/120% helvetica, sans-serif;
  margin: 0 0 10px 0;
  padding: 5px 0 0 5px;
  text-indent: 15px;
  text-align: justify;
}

#desc-title-sgn {
  background-image: url('./images/error.gif');
  background-repeat: no-repeat;
  width: 175px;
  height: 14px;
  margin: 10px auto auto 0px;
}

#desc-title-act {
  background-image: url('./images/text-title-needacct.gif');
  background-repeat: no-repeat;
  width: 169px;
  height: 15px;
  margin: 25px 0 0 0px;
}

.clear { clear: both; }

#main-login {
  float: right;
  margin: 15px 0 0 0px;
  width: 260px;
}

#login-links {
  vertical-align: middle;
  float: left;
  width: 170px;
  font: normal 0.80em/130% arial, sans-serif;
}

#main-error {
  width: 500px;
  margin: 0 auto 0 auto;
 /*  background-color: #ffdcdc; */
  text-align: center;
  font: normal 0.80em/100% arial, sans-serif;
}

#login-submit {
  padding: 0 0 0 0;
  float: right;
  width: 85px;
}

.ftitle {
  background-repeat: no-repeat;
  margin: 0 0 6px 0;
}

.input {
  font: bold 1.05em/100% arial, sans-serif;
  height: 21px;
  width: 245px;
  padding: 3px;
}

a:link, a:visited {
  color: #053a63;
  text-decoration: none;
}

a:active, a:hover {
  color: #053a63;
  text-decoration: underline;
}

#acct-cnow {
  text-align: center;
  padding: 0 0 0 0;
}

.finput {
  margin-bottom: 10px;
}

#title-username {
  background-position: bottom left;
  background-image: url('./images/text-title-uname.gif');
  height: 17px;
  width: 70px;
}

#title-password {
  background-position: bottom left;
  background-image: url('./images/text-title-pword.gif');
  height: 17px;
  width: 70px;
}

#footer-con {
  text-align: center;
  width: 625px;
  margin: 5px auto 0 auto;
  color: #FFFFFF;
  height: 15px;
  font: normal 0.70em/100% "Lucida Grande", "Lucida Sans Unicode", Arial,Verdana, sans-serif;
}

#footer-con > a:link, #footer-con > a:visited {
  color: #c1dff7;
  text-decoration: none;
}

#footer-con > a:active, #footer-con > a:hover {
  color: #c1dff7;
  text-decoration: underline;
}




