jqmOverlay 
{ 
	background-color: #FFF; 
}
.jqmWindow 
{
	background: #888888 url(/c/img/modal_bckgrn.gif) left top repeat-x;
    color: #000;
    border: 1px solid #000;
    padding: 0 0px 50px;
}
button.jqmClose 
{
	background: none;
    border: 0px solid #EAEAEB;
    color: #000;
    clear: right;
	float: right;
    padding: 0;
    margin-top:5px;
    margin-left:5px;
    cursor: pointer;
    font-size: 8px;
	letter-spacing: 1px;
}

button.jqmClose:hover, button.jqmClose:active 
{
	color: #FFF;
	border: 0px solid #FFF;
}

#jqmTitle 
{
	background: transparent;
	color: black;
    text-transform: capitalize;
    height: 60px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
	font-weight: bold;
}

#jqmContent 
{
	width: 100%;
    height: 100%;
    display: block;
    clear: both;
    margin: 0;
    margin-top: 0px;
    background: #fff;
    border: 1px solid #888888;
}

