/** Modal window */
.modal {background: #fff;width: 600px;border-radius:5px;border: 1px solid #666;padding: 20px;position: absolute;margin-left: -300px;left:50%;top:100px;-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);}
.modal .close {float: right;text-decoration: none;font-size: 28px;cursor: pointer;}
.themodal-overlay {z-index:99999;top: 0;position:fixed !important;width:100%;height:100%;background: rgba(0, 0, 0, 0.5);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7F000000, endColorstr = #7F000000);zoom: 1;}
.modal-body {min-height: 186px;}