#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 9px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 12px #333;
	-webkit-box-shadow:0px 0px 12px #333;
	box-shadow:0px 0px 12px #333;
	
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_contenido.confirm {
	/*background-image: url(images/important.gif);*/
}
#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: right;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
.botonOK{

	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:105px;
	height: 25px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333;
	border:1px solid #CCC;
	background: #EBEBEB; /* old browsers */
	background:-moz-linear-gradient(top,  #FFF 0%, #FFF 2%, #EBEBEB 85%, #EBEBEB 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#FFF),color-stop(2%,#FFF), color-stop(85%,#EBEBEB),color-stop(100%,#EBEBEB)); /* webkit */
	
	
	
	_background-image:url(../imagenes/botonv1.png);
	_background-repeat:no-repeat;
	_background-color:#060;
	_color:#0C0;
	_height: 33px;
	_border-top-style: none;
	_border-right-style: none;
	_border-bottom-style: none;
	_border-left-style: none;	
	
	
	

}
.botonOK:hover{
/*	
	background-image:url(../imagenes/botonV2.png);
*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:105px;
	height: 25px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#000;
	border:1px solid #999;
	background: #EBEBEB; /* old browsers */
	background:-moz-linear-gradient(top,  #EBEBEB 0%, #EBEBEB 2%, #FFF 85%, #FFF 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#EBEBEB),color-stop(2%,#EBEBEB), color-stop(85%,#FFF),color-stop(100%,#FFF)); /* webkit */
	-moz-box-shadow:0px 0px 2px #333;
	-webkit-box-shadow:0px 0px 2px #333;
	box-shadow:0px 0px 2px #333;

	
	_background-image:url(../imagenes/botonV2.png);
	_background-repeat:no-repeat;
	_background-color:#060;
	_color:#0C0;
	_height: 33px;
	_border-top-style: none;
	_border-right-style: none;
	_border-bottom-style: none;
	_border-left-style: none;	

}
.botonNO{

	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:105px;
	height: 25px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333;
	border:1px solid #CCC;
	background: #EBEBEB; /* old browsers */
	background:-moz-linear-gradient(top,  #FFF 0%, #FFF 2%, #EBEBEB 85%, #EBEBEB 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#FFF),color-stop(2%,#FFF), color-stop(85%,#EBEBEB),color-stop(100%,#EBEBEB)); /* webkit */
	
	
	
	_background-image:url(../imagenes/botonv1.png);
	_background-repeat:no-repeat;
	_background-color:#060;
	_color:#0C0;
	_height: 33px;
	_border-top-style: none;
	_border-right-style: none;
	_border-bottom-style: none;
	_border-left-style: none;	
	
	
	

}
.botonNO:hover{
/*	
	background-image:url(../imagenes/botonV2.png);
*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:105px;
	height: 25px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#000;
	border:1px solid #999;
	background: #EBEBEB; /* old browsers */
	background:-moz-linear-gradient(top,  #EBEBEB 0%, #EBEBEB 2%, #FFF 85%, #FFF 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#EBEBEB),color-stop(2%,#EBEBEB), color-stop(85%,#FFF),color-stop(100%,#FFF)); /* webkit */
	-moz-box-shadow:0px 0px 2px #333;
	-webkit-box-shadow:0px 0px 2px #333;
	box-shadow:0px 0px 2px #333;

	
	_background-image:url(../imagenes/botonV2.png);
	_background-repeat:no-repeat;
	_background-color:#060;
	_color:#0C0;
	_height: 33px;
	_border-top-style: none;
	_border-right-style: none;
	_border-bottom-style: none;
	_border-left-style: none;	

}