div.ModalWindow
{
padding:0px;
margin:0px;
color:#000000;
background-color:#4F85A9;
background-color:#FFFFFF;
margin:auto;
padding:auto;
}
.jqmWindow
{
display: none;
position: fixed;
width: 400px;
max-width: 400px;
border: 1px solid black;
padding: 2px;
}
.jqmOverlay
{
background-color: #000000;
}
* iframe.jqm
{
position:absolute;top:0;left:0;z-index:-1;
width: expression(this.parentNode.offsetWidth+'px');
height: expression(this.parentNode.offsetHeight+'px');
}
* html .jqmWindow
{
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
div.jqmConfirm input[type="submit"]
{
}
div.jqmConfirm
{
display: none;
position: fixed;
top:240px;
left:450px;
width:500px;
max-width:500px;
}
* html div.jqmConfirm
{
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
div.jqmConfirmWindow
{
height:auto;
width: auto;
margin: auto;
max-width:500px;
padding: 0px;
}
.jqmConfirmTitle
{
margin:0px;
padding: 10px;
height:10px;
color:#000000;
background-color:#2B516B;
}
.jqmConfirmTitle h1
{
margin:0px;
padding:0px;
font-size:10px;
font-weight:bold;
color:#FFFFFF;
float:left;
height:14px;
}
div.jqmConfirm .jqmClose em
{
display:none;
}
div.jqmConfirm .jqmClose
{
width:10px;
height:14px;
display:block;
float:right;
clear:right;
background:transparent url("http://images.av-kicker.com/close.png") 0 0 no-repeat;
}
div.jqmConfirm a.jqmClose:hover
{
}
div.jqmConfirmContent
{
color:#000000;
padding: 10px 15px 5px;
margin:0px;
letter-spacing:0px;
text-align:left;
min-height: 130px;
}
p.ButtonContainer
{
	position: absolute;
	width: 95%;
	bottom: 10px;
	left: 0px;
}
.clearfix:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix
{
display: inline-block;
}
* html .clearfix
{
height: 1%;
}
.clearfix
{
display: block;
}
