﻿.jqmWindow
{
}

.jqmWindow .modalHeader
{
	color:white;
	font-size:14px;
	background-color:#d42705;
	padding:5px 5px 5px 5px;
}

.jqmWindow .modalHeader .close{
	background:url('../../images/close.png');width:17px;height:17px;border:1px #aa0000 solid;
}

.jqmWindow .modalBody
{
	background-color:White;
	padding:5px 5px 5px 5px;
}

.jqmWindow .modalFooter
{
	background-color:White;
	padding:5px 5px 5px 5px;
}