﻿div.jqmAlert input[type="submit"]
{
	padding: 4px;
	margin: 10px 30px;
	background: #000;
	color: #FFF;
	border: 1px solid #AAA;
}

/* jqModal Alert CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

div.jqmAlert
{
	color: White;
	display: none;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50%;
	width: 100%;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmAlert
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmAlertWindow
{
	background: #1F5485;
	border: solid 2px #E96C0F;
	height: auto;
	margin: auto;
	max-width: 550px;
	width: auto;
}

.jqmAlertTitle
{
	margin: 5px 2px;
	padding-bottom: 5px;
	height: 20px;
}
.jqmAlertTitle h1
{
	float: left;
	font-size: 135%;
	font-weight: bold;
	margin: 5px 2px 10px 2px;
	padding: 0;
}

div.jqmAlert .jqmClose em
{
	display: none;
}

div.jqmAlert .jqmClose
{
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	clear: right;
	background: transparent url(images/x.jpg) 0 0 no-repeat;
}

div.jqmAlert a.jqmClose:hover
{
	/* border: solid 1px Black; */
}

div.jqmAlertContent
{
	border-top: 1px dotted #FFFFFF;
	color: #FFF;
	clear: both; /* font: 11px/14pt arial; */
	letter-spacing: 0px;
	margin: 5px;
	margin-top: 15px;
	padding: 10px 3px; /*  padding: 5px 20px 5px; */
}

/* clearing a float without additional markup http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */


* html .jqmAlert
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) +   'px' );
}