.mycode,.MyCode,.wp_codebox
{
  border: #CEE3E9 1px solid;
  padding: 10px;
  background-color: #F1F7F9;
  margin-bottom:15px;
  line-height:110%;

white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space : normal ;       /* Internet Explorer 5.5+ */

}
/*
.mycode,.MyCode,.wp_codebox
{
  border: #f4bf20 1px solid;
  padding: 10px;
  background-color: #FBF5C6;
  margin-bottom:15px;
}
*/
body
{ 
 /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
}

#myReadingBooks img
{
    margin:2px;
}
#myRecommendBooks img
{
    margin:2px;
}