/*----------------------------------------------------------------
        
         Site Builder Business Edition styles
        
-----------------------------------------------------------------*/

/*------------------------------
    General Pages
------------------------------*/

body.general {
  background-color: #f5f5f5;
  color: #000000;
  font-family: Arial, verdana, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  height: auto !important;
  height: 1%;
}

.general-box {
  width: 480px;
  margin: 30px auto 0;
}

.general-top,
.general-bottom {
  width: 480px;
  height: 6px;
  background-repeat: no-repeat;
}

.general-top {
  background-image: url(http://img3.wsimg.com/webmail/topnav/login-top.gif?v=10);
  font-size: 0px;
}

.general-bottom {
  background-image: url(http://img1.wsimg.com/webmail/topnav/login-bottom.gif?v=10);
}

.general-main {
  width: 418px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #ffffff;
  padding: 24px 30px 20px;
}
 
.general-title-box {
  background-image: url(http://img4.wsimg.com/webmail/topnav/login-dots.gif?v=10);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 14px;
}
 
.general-title-box h1 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 16px;
}

.general-links {
  padding-top: 20px;
  text-align: center;
}

.textinfo {
  padding: 10px 10px 10px 10px;
}

.textinfo hr {
  color: #004A80;
}

.dotline {     
  text-align: center; 
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(http://img4.wsimg.com/webmail/topnav/login-dots.gif?v=10);
  background-repeat: repeat-x;
  background-position: center center;
}

