
#CPTDiv {
padding:5px;
}
#CPTDiv *, p {
font-family:times new roman,times,serif;
}

.greyBg {
border:#333 solid 1px;
margin:0 0 13px 0;
overflow:hidden;
background:#eee; /* Old browsers */
background:#eee -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(150,150,150,.2) 100%); /* FF3.6+ */
background:#eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,rgba(150,150,150,.2))); /* Chrome,Safari4+ */
background:#eee -webkit-linear-gradient(top, rgba(255,255,255,.4) 0%,rgba(150,150,150,.2) 100%); /* Chrome10+,Safari5.1+ */
background:#eee -o-linear-gradient(top, rgba(255,255,255,.4) 0%,rgba(150,150,150,.2) 100%); /* Opera11.10+ */
background:#eee -ms-linear-gradient(top, rgba(255,255,255,.4) 0%,rgba(150,150,150,.2) 100%); /* IE10+ */
background:#eee linear-gradient(to top, rgba(255,255,255,.4) 0%,rgba(150,150,150,.2) 100%); /* W3C */
}

#CPTDiv .CPT-H2, .CPT-H2 {
color:#A52A2A;
font:bold 18px "lucida sans unicode", "lucida grande", "sans-serif";
text-decoration:underline;
}