#ModalDialogControl.yui-panel
{
    width:400px;
    background-color:#ffffff;
    border: solid 1px #ccc;
}

#ModalDialogControl.yui-panel .hd
{
	background: #ffffff url(../images/modulos_categorias/bg_reportar_error.png) no-repeat;
	background-position:top left;
	height:45px;
	font-size:18px;
	font-family:"Tahoma";
	color:#df1e26;
	font-weight:bold;
	padding-left:40px;
	text-align:left;
	border:0;
}

#ModalDialogControl.yui-panel .bd
{
	color:#7D7D7D;
	background-color: #ffffff;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	border:0;
}

#ModalDialogControl.yui-panel .ft
{
	background-color: #ffffff;
	border:0;
}

#ModalDialogControl.yui-panel .ft .ModalDialogBoton
{
	cursor:pointer;
}

