#mainmbox {
    position:relative;
    padding:5px;
    margin:0;
    width:182px;/*real width is '179 + double padding = 189px' */
    height: auto;
    border:1px solid #97DCE7; /* changes widget box border color */
    background-color:#E6F7F9; /* changes widget box bg color */
}

#issue {
    position: relative;
    height: 200px;
    margin:0;
    padding:0;
}


#toolbox {
    position: absolute;
    height:33px;
    padding:0px;
    margin: 0px;
    top: 5px;
}


#toolbox a {
    position:relative;
    display:block;
    height:33px;
    float:left;
    background-color:#666;
}

#toolbox a.icor {
    background:url(../imgs/ico_read.gif) no-repeat center top;
    width:34px;
}

#toolbox a.icob {
    background:url(../imgs/ico_back.gif) no-repeat center top;
    width:33px;
}

#toolbox a.icon {
    background:url(../imgs/ico_next.gif) no-repeat center top;
    width:33px;
}

#toolbox a.icou {
    background:url(../imgs/ico_signup.gif) no-repeat center top;
    width:37px;
}

#toolbox a.icos {
    background:url(../imgs/ico_share.gif) no-repeat center top;
    width:42px;
}

#toolbox a:hover {
    background-position:center bottom;
}

.logo {
    /*padding-top:89px;*/
    padding-bottom: 0;
    margin: 0;
}

.cover {
    vertical-align: text-bottom;
    float: right;
    max-height:200px;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {color:#c00; }

a img {
    border: 0;
}

.pos {
    position: absolute;
    margin-top:89px;
}
