div.jqmNotice img.jqResize
{
	position: absolute;
	right: 2px;
	bottom: 2px;
}
div.jqmNotice
{
	background-position: bottom;
	background-image: url(   '../Images/tab.gif' );
	background-repeat: repeat-x;
	border: 3px ridge #808080;
	display: none;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 400px;
	padding-bottom: 10px;
}
.overlay
{
	background-color: #efefef;
}
.jqmnTitle
{
	background-position: center;
	width: 99%;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-image: url(   '../Images/tab.gif' );
	background-repeat: repeat-x;
	position: absolute;
	top: -3px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
div.jqmNotice .jqmClose
{
	position: absolute;
	cursor: pointer;
	right: -6px;
	top: -6px;
}
#leftclose
{
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: -6px;
}

.jqmnContent
{
	padding: 20px 2px 5px 2px;
	border-top: 1px;
	color: #000;
	background-color: #ffffff;
	height: 100%;
	overflow: auto;
	white-space: normal;
}
#PopupAnswers
{
	margin-top:-5;
}
.LongText
{
	width: 275px;
}
.jqmNotice * input
{
	margin-right: 15px;
}
H4
{
	margin-bottom: 2px;
	padding: 0px;
}

