.jqmWindow {
    display: none;
	position: fixed;
    top: 8%;
    left: 50%;
	margin-left: -218px;
    width: 436px;
	color: #68889f;
    padding: 12px;
	border: 9px solid #9fc6dd;
	background: white;
}

.jqmOverlay { background-color: #000; }

#contentModal .header .close {
	display:block;
	/*text-indent:-9000px;*/
	padding-left: 34px;
	padding-top: 2px;
	height: 25px;
	position:absolute;
	left: -4px;
	bottom: -3px;
	background:url(/images/modal/close.png) 0 0 no-repeat;
	font-size: 12pt;
}
#contentModal .header .close:hover{
	background:url(/images/modal/close.png) 0 bottom no-repeat;
}
#contentModal .header h1 {
	font-size: 20pt; font-weight: normal; font-style: italic; color: #66869b; text-align: left; padding: 10px 0 0 15px; text-transform: uppercase;
}
#contentModal .content {
	padding:20px;
	text-align: left;
}
#contentModal .content p {
	font-size: 12pt; font-weight: bold; font-style: italic; color: #66869b; margin-bottom: 10px; line-height: 120%; 
}
#contentModal .icon {
	position: absolute;
	bottom: -25px;
	right: -50px;
}

#contentModal .error, #contentModal .error p{
	color: #c5403d;
}
#contentModal .good{
	color: #6f9e6c;
}
#contentModal .error p, #contentModal .good p{
	width: 325px;
	
}
#contentModal .error-div, #contentModal .good-div {min-height: 200px;}


.jqmWindow  .header .close {
	display:block;
	/*text-indent:-9000px;*/
	padding-left: 34px;
	padding-top: 2px;
	height: 25px;
	position:absolute;
	left: -4px;
	bottom: -3px;
	background:url(/images/modal/close.png) 0 0 no-repeat;
	font-size: 12pt;
}
.jqmWindow  .header .close:hover{
	background:url(/images/modal/close.png) 0 bottom no-repeat;
}
.jqmWindow  .header h1 {
	font-size: 20pt; font-weight: normal; font-style: italic; color: #66869b; text-align: left; padding: 10px 0 0 15px; text-transform: uppercase;
}
.jqmWindow  .content p {
	font-size: 12pt; font-weight: bold; font-style: italic; color: #66869b; margin-bottom: 10px; line-height: 120%; text-align: left;
}
.jqmWindow  .icon {
	position: absolute;
	bottom: -25px;
	right: -50px;
}
