/*
 * 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 254 2010-07-23 05:14:44Z emartin24 $
 */

#popup_confirm {display:none;}

/* Overlay */
#popup_confirm-overlay {background-color:#eee; cursor:wait;}

/* Container */
#popup_confirm-container {height:175px; width:450px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699;}
#popup_confirm-container .header {height:30px; line-height:30px; width:100%; background:url(../../img/pc/dialog_header.gif) repeat-x; color:#fff; font-weight:bold;}
#popup_confirm-container .header span {line-height:30px; padding-left:8px; color:#fff;}
#popup_confirm-container .icon {color:#333; margin:0; padding:12px 4px 12px 8px; float:left;}
#popup_confirm-container .message {color:#333; font-size:14px; margin-left:40px; padding:12px 4px 12px 8px; float:center;}
#popup_confirm-container .buttons {line-height:26px; width:160px; float:right; padding:5px 10px 0;} 
#popup_confirm-container .buttons div {line-height:26px; float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../../img/pc/dialog_button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
#popup_confirm-container a.modal-close,
#popup_confirm-container a.modal-close:link,
#popup_confirm-container a.modal-close:active,
#popup_confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#popup_confirm-container a.modal-close:hover {color:#ccc;}



#popup_info {display:none;}

/* Overlay */
#popup_info-overlay {background-color:#eee; cursor:wait;}

/* Container */
#popup_info-container {height:175px; width:450px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699;}
#popup_info-container .header {height:30px; line-height:30px; width:100%; background:url(../../img/pc/dialog_header.gif) repeat-x; color:#fff; font-weight:bold;}
#popup_info-container .header span {line-height:30px; padding-left:8px; color:#fff;}
#popup_info-container .icon {color:#333; margin:0; padding:12px 4px 12px 8px; float:left;}
#popup_info-container .message {color:#333; font-size:14px; margin-left:40px; padding:12px 4px 12px 8px; float:center;}
#popup_info-container .buttons {line-height:26px; width:160px; float:right; padding:5px 10px 0;} 
#popup_info-container .buttons div {line-height:26px; float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../../img/pc/dialog_button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
#popup_info-container a.modal-close,
#popup_info-container a.modal-close:link,
#popup_info-container a.modal-close:active,
#popup_info-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#popup_info-container a.modal-close:hover {color:#ccc;}