/*
      Created by joshuaxu of Abaobao.net
	  homepage frame 
	  
*/

#wrapper
{
    margin: 0 auto;
    width: 728px;
    border: 0px solid #ccc;
}

#header
{
    height: 130px;
}


#content
{
    padding: 0px;
    border: 0px solid #ccc;
    width: 960px;
}

#content_2c_left
{
    border: 0px solid #ccc;
    height: 242px;
    width: 705px;
    float: left;
}

#content_2c_right
{
    border: 0px solid #ccc;
    width: 249px;
    float: right;
}

#footer
{
    clear: both;
    margin: 10px 0px 10px 0px;
    height: 140px;
    padding-left: 20px;
}


/* content **************************/
#msginfo
{
    text-align: left;
    padding-top: 100px;
}

#msginfo .goback
{
    margin-top: 5px;
    color: #3F4E5A;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}

#msginfo .mod_bd
{
    background:  url( '/img/common/abb_big.gif' ) no-repeat 15px center;
    font: 14px Arial, Helvetica, sans-serif;
    color: #090;
    font-weight: bold;
    height: 138px;
}

#msginfo .msgwin
{
    background:  url(  '/img/common/info_arrow.gif' ) no-repeat left center;
    border-left: solid 1px #E0E0E0;
    height: 70px;
    margin: 25px 20px 10px 130px;
}

#msginfo .msg
{
     border: solid 0px #E0E0E0;
    margin:25px 5px 30px 100px;
    padding-left: 50px;
}

#errmsg .mod_hd
{
    background-color: #CDEDED;
    border: solid 1px #4FBDBE;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    font-size:14px;
    font-weight:bold;
    color:#FF0000;
}

#errmsg .abb_title
{
    color:#31BFD7;
}

#errmsg .mod_bd
{
    
    background-color: #FFFFFF;
    border: solid 1px #4FBDBE;
    border-top: solid 0px #4FBDBE;
    
}

#truemsg .mod_bd
{
    background-color: #F5FAFE;
    border: solid 1px #B4C9E0;
    height: 138px;
}



#errmsg .msg
{
    background:  url(  '/img/common/info-error.gif' ) no-repeat left center;

}

#truemsg .msg
{
    background: url(  '/img/common/info-true.gif' ) no-repeat left center;

}

/* content -------------------------*/
