#cboxContent {
    margin-top: 35px;
}
#cboxClose {
    background: url("../Images/lightbx_closebtn.png") no-repeat;
    background-position: left top;
    width: 25px;
    height: 25px;
    top: -35px;
    right: 5px;
}
#cboxClose:hover,
#cboxClose:focus {
    background: url("../Images/lightbx_closebtn_h.png") no-repeat;
    background-position: left top;
}