/*
 * SimpleModal Confirm Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: confirm.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#confirm {display:none;}

/* Overlay */
#confirm-overlay {background-color:#666; cursor:wait;}

/* Container */
#confirm-container {height:372px; width:604px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff;}
#confirm-container .header {margin:0 auto;padding:25px 0 20px;width:408px;height:33px;}
#confirm-container .message {color:#333; font-size:14px; margin:0 auto;width:535px; }
#confirm-container .buttons {line-height:26px;padding:30px 8px 0;margin:0 auto;width:300px;height:35px;}
#confirm-container .buttons div {float:left;margin-left:4px; width:90px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(/~/media/Swedishfish/com/Images/confirm/button.ashx) repeat-x; border:1px solid #bbb; cursor:pointer;}
#confirm-container .buttons div.yes {margin-left:100px;}
#confirm-container .footer {position:absolute;top:319px;right:0;}
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#confirm-container a.modal-close:hover {color:#ccc;}