#mainmbox {
    position:relative;
    width: 210px;
    height: 282px;
    border:0px solid #97DCE7; /* changes widget box border color */
    background-color:#999; /*#E6F7F9 changes widget box bg color */
    text-align: center;
}

.logo {
    display:block;
    height: 33px;
    background:#666 url(../imgs/readoz_logo_180.gif) no-repeat left top;
    padding: 0;
}

.pos {
    display: block;
    padding: 7px;
}

#toolbox {
    position: absolute;
    height:33px;
    padding:0;
    margin: 0;
    left: 0;
    top: 249px;
	 width:210px;
    background:#666 url(../imgs/bg_toolbox.gif) repeat-x left top;
}


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

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

#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;
	 padding:0 7px 0 7px;
}

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

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

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

a:hover {color:#c00; }

a img {
    position: relative;
    border: 0;
}
