/*MODAL BEGIN*/
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:not-allowed;}

/* Container */
#simplemodal-container {height:300px; width:500px; color:white; background-color:rgba(221,72,20,.85) ; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; box-shadow:4px 4px 10px black; -moz-box-shadow:4px 4px 10px black;}
#results { background-color:#fff; border:1px solid #000000; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; box-shadow:4px 4px 10px black; -moz-box-shadow:4px 4px 10px black;}
#results a.modalCloseImg {background:url('../../UTemplate/images/x.png') no-repeat; width:26px; height:26px; display:inline; z-index:3200; position:absolute; top:-9px; right:-9px; cursor:pointer;}
#simplemodal-container a.modalCloseImg {background:url('../../UTemplate/images/x.png') no-repeat; width:26px; height:26px; display:inline; z-index:3200; position:absolute; top:-9px; right:-9px; cursor:pointer;}
#results #basicModalContent {padding:8px;}
#simplemodal-container #basicModalContent {padding:8px;}