/**/
INPUT.confirm
{
	background: #01D00F url(/confirm/img/comprar.gif) no-repeat top;
	font-weight: bold;
	padding: 2px 2px 2px 2em;
	font-size: 1.1em;
	border: inherit solid #026308;
	width: 125px;
	color: #FFFFFF;
	letter-spacing: 0.15em;
	margin-left: 0;
	height: 30px;
}
INPUT.confirm:hover
{
	background: #32FA40 url(/confirm/img/comprar-hover.gif);
}
/** SimpleModal Confirm Modal Dialog
* http://www.ericmmartin.com/projects/simplemodal/
* http://code.google.com/p/simplemodal/
*
* Copyright (c) 2009 Eric Martin - http://ericmmartin.com
*
* Licensed under the MIT license:
*   http://www.opensource.org/licenses/mit-license.php
*
* Revision: $Id: confirm.css 219 2009-10-20 03:48:13Z emartin24 $
*
 */
BODY
{
	height: 100%;
	margin: 0;
}
/*Overlay*/
#confirm-overlay
{
	background-color: #EEE;
	cursor: wait;
}
/*Container*/
#confirm-container
{
	height: 27.5em;
	width: 420px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	text-align: left;
	background: #FFF;
	border: 2px solid #66CC00;
}
#confirm-container .header
{
/*height: 30px;*/
	width: 97%;
	background: #FFFFFF;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
/*line-height: 30px;*/
	padding: 7px 3px 3px;
}
#confirm-container .header SPAN
{
	padding-left: 8px;
}
#confirm-container .message
{
	color: #000000;
	margin: 0;
	padding: 12px 4px 6px 8px;
	font-size: 1em;
}
#confirm-container .buttons
{
	width: 400px;
	/*[disabled]float:left;*/
	padding: 10px 8px 7px;
}
#confirm-container .buttons DIV
{
	float: left;
	/*[disabled]margin-left:4px;*/
	width: 70px;
	height: 26px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
DIV.yes:hover
{
	font-style: italic;
	color: #FFFFFF;
	border: 1px inset #000000;
}
DIV.yes
{
	background: #07BF19 url(../img/confirm/yes-button.gif);
	padding-top: 2px;
	color: #FFFFFF;
}
DIV.simplemodal-close:hover
{
	font-style: italic;
	color: #666666;
	border: 1px none #000000;
}
DIV.simplemodal-close
{
	background: #D1D1D1 url(../img/confirm/no-button.gif);
	color: #999999;
	padding-top: 2px;
	margin-right: 240px;
}
#confirm-container A.modal-close
{
	font-size: 1.5em;
	position: absolute;
	top: 0.4em;
	left: 390px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 0em 0.1em 0.1em;
	background-color: #F90A0A;
}
SPAN.verde
{
	padding: 2px 3px;
	background-color: #05D019;
	font-weight: bold;
	color: #FFFFFF;
}
SPAN.model
{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 30px;
}
SPAN.quefunda
{
	font-weight: bold;
	color: #2409C7;
}
#confirm-container A.modal-close:hover
{
	background-color: #FFFFFF;
	color: #F90A0A;
}
