﻿
.wp_messagecontent {
	text-align:left;
}
html .wp_headertitle h2,  html .headertitle h2{
	text-align:center;
	font-size: 11px;
}
.bodyStyle{
	font-family: Arial,Helvetica,sans-serif;
}
.jqmWindow {                     
background-color:black;
border:1px solid black;
color:#333333;
display:none;
height:530px;
left:50%;
margin-left:-300px;
padding:4px;
position:fixed;
top:10%;
width:700px;
}.jqmClose 
{
    background:transparent; 
    border:0px solid #FFDD00; 
    color:#000; 
    clear:right; 
    float:right; 
    cursor:pointer; 
 }

.jqmClose:hover 
{
    background:transparent; 
} 
#jqmContent 
{
	width:100%; 
	border-style:none;
	display: block; 
	clear:both; 
	margin:0px;
	margin-top:0px; 
	background:#fff; 
}
.jqmOverlay { background-color: #000; }

* html .jqmWindow {
position: absolute;
width:700px;
height:480px;
top: 150px;
}

#jqmTitleText
{
    font-size:150%;
	margin:0px;
	font-weight:bold;
	padding:0px;
	color:#5994d9;
}
#jqmContent {                   
height:500px;
width:700px;
}
html .wp_headertitle h2,  html .headertitle h2{
                text-align:center;
                font-size: 11px;
}