/*
 * 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 $
 */
 /*
 @font-face {
    font-family: 'LucidaGrandeBold';
    src: url('fonts/lucida_grande_bold-webfont.eot');
    src: url('fonts/lucida_grande_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lucida_grande_bold-webfont.woff') format('woff'),
         url('fonts/lucida_grande_bold-webfont.ttf') format('truetype'),
         url('fonts/lucida_grande_bold-webfont.svg#LucidaGrandeBold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

#confirm {display:none;}

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

/* Container */
#confirm-container {
	height:140px; 
	width:420px; 
	/*font: 16px/22px 'Trebuchet MS', Verdana, Arial; */
	text-align:left; background:#fff; 
	border:1px solid #686562;
	background-color:#EA6524;
	background-color:#e4e0dd;
}
#confirm-container .header {
	height:30px; 
	line-height:30px; 
	width:100%; 
	/*background:url(../img/confirm/header.gif) repeat-x;*/
	/*background-color:#C1521B;*/
	color:#fff; font-weight:bold;
}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {
	color:#333; font-size:14px; margin:0; padding:12px 4px 5px 8px;
	
	color:#2e3092;
	font-size:12px;
	color: #686562;
}
#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:#686562;}
#confirm-container a.modal-close:hover {color:white;}


#confirm-container #boto{
	
	background-color:#686562;
	/*background-image:url(imgs/button.png);*/
	width:120px;
	height:30px;
	border:none;
	color:white;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	padding-top:3px;
}

#confirm-container #boto:hover{
	
	background-color:#686562;
	
	width:120px;
	height:30px;
	border:none;
	color:white;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	padding-top:3px;
}
