﻿
div.jqmNotice img.jqResize
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: nw-resize;
	z-index: 100;
}


div.jqmNotice
{
	display: none;
	position: relative;
	width: 300px;
	padding: 0;
	background-color: #28815D;
	color: #CCCCCC;
	height: 127px;
	filter: alpha(Opacity=95);
	font-family: Arial, Helvetica, sans-serif;
	z-index:100;
}


.jqmnTitulo
{
	margin: 0 0px;
	z-index: 100;
	cursor: move;
}
	

.jqmnTitulo h1
{
	margin: 0px 0;
	padding-left: 10px;
	padding-top: 11px;
	background-color: #22604E;
	height: 24px;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Arial Unicode MS';
	color: #ffffff;
	cursor: move;
	text-transform: uppercase;
}


div.jqmNotice .jqmClose 
{
	position: absolute;
	cursor: pointer;
	right: 4px;
	top: 6px;
}

.jqmnContent
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	color: #FFFFFF;
	height: 127px;
	filter: alpha(Opacity=95);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 100;
	cursor: Default;
}

.jqmnContent a
{
	cursor: hand;
}