div.ctools-modal-content { border: 0 none; box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2); width: 650px; height: 320px; }

div.ctools-modal-content .modal-header { 
    padding: 20px; 
    background-color: #a61c3d;     
    text-align: left;
    font-weight: normal;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #fff;
}
div.ctools-modal-content .modal-content {
  background:#FFFFFF url("images/bg-content-arabesque.png") no-repeat right bottom;
  color: #58585A;
  padding: 11px 0 0 25px; 
}

div.ctools-modal-content a.close img {margin-left: 10px;}
