/*
 * SimpleModal Confirm Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#confirm {display:none;}

#simplemodal-GrabHandle {
	background-size: 20px !important;
	background-repeat:no-repeat !important;
	width: 20px; height: 20px;
	/*
	margin: 2px 2px 2px 2px; padding: 0;
	*/ 
	border-style: solid; border-width: 0px;
	background:url(../icons/open-iconic/svg/move.svg);
	cursor: move;
	
	/* Get lined up with header */
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

/* Overlay */
#confirm-overlay {background-color:#eee;}

/* Container height:140px;*/
.simplemodal-wrap { height: auto; }
.simplemodal-container {height: auto; }
#confirm-container {display: none;}
#confirm-container {height: auto; width:420px; clear: both; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699;}
#confirm-container .header {height:30px; line-height:30px; width:100%; background:url(../img/confirm/header.gif) repeat-x; color:#fff; font-weight:bold;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {float: right; color:#333; font-size:14px; margin:0; padding:12px 4px 12px 4px;}
#confirm-container .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../img/confirm/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
#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;}
.yes {}
.no {}