﻿.Trigger{/* jquery selector */}
.jqmClose{/* jquery selector */}
div.jqmOverlay{background:#000;}

/* --------------- Small Popup Dialog ----------------------------*/
div.jqmPopupDialog
{
	display: none;
	position: fixed;
	top: 180px;
	left: 50%;
	margin-left: -450px;
	width: 315px;
	height: 300px;
	overflow: hidden;
	font-family: verdana,tahoma,helvetica;
}
/*	 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.jqmPopupDialog, * html div.jqmContactFormDialog
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
div.jqmPopupFrame
{
	height: 300px;
	background: url(../images/popup/popup_background.gif) no-repeat;
}
div.jqmPopupContent
{
	text-align: center;
	padding-top: 100px;
	padding-left: 7px;
	
}
div.jqmPopupButtons
{
	padding-left: 6px;
	margin-top: 35px;
}
div.jqmPopupButton
{
	margin: 0 auto;
	text-align: center;
	margin-top: 70px;
}
div.jqmPopupDialog h1
{
	font-family: verdana,tahoma,helvetica;
	font-weight: bold;
	color: #0099cc;
}
div.jqmPopupDialog h2
{
	font-family: verdana,tahoma,helvetica;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 25px;
}
div.jqmPopupDialog label
{
	font-family: verdana,tahoma,helvetica;
	font-size: small;
}
/*------------------------- Large PopUp Dialog -----------------------------*/
div.jqmContactFormDialog
{
	display: none;
	position: fixed;
	top: 180px;
	left: 50%;
	margin-left: -450px;
	width: 520px;
	height: 400px;
	overflow: hidden;
	font-family: verdana,tahoma,helvetica;
}
div.jqmContactFormFrame
{
	height: 400px;
	background: url(../images/popup/contactform_background.gif) no-repeat;
}
div.jqmContactFormContent
{
	padding-top: 55px;
	padding-left: 7px;
}
div.jqmContactFormButtons
{
	margin-left:105px;
	margin-top: 15px;
}
div.jqmContactFormDialog h1
{
	font-family: verdana,tahoma,helvetica;
	font-weight: bold;
	font-size: large;
	color: #0099cc;
	margin-left: 90px;
	text-align: center;
}
div.jqmContactFormDialog h2
{
	font-family: verdana,tahoma,helvetica;
	font-size: 13pt;
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 15px;
}
div.jqmContactFormDialog label
{
	font-family: verdana,tahoma,helvetica;
	font-size: small;
}
div.jqmContactFormDialog .form
{
	margin-left: 25px;
}

.error
{
	color:Red;
}
.c
{
	text-align:center;
}
.b
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}
h1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

/* positioning */
.box
{
	width:500px;
	margin:0 ;
	margin-top:20px;
}
.box div.row
{
	clear:both;
	height: 20px;
	margin-bottom:10px;	
}
.box div.row span.l
{
	float:left;
	text-align:right;
	width:70px;
}
.box div.row span.r
{
	float:right;
	text-align:left;
	width:400px;
	margin-right:15px;
}
.box div.row div.button
{
	margin:0 auto;
	width:50px;
	height:24px;
	text-align:center;
	margin-top:25px;
}
.box div.twoCol
{
	clear:both;	
	width: 500px;
	height: 20px;
	margin-bottom:10px;	
	padding-left: 15px;
}
.box div.twoCol div.col
{
	float:left;
	width:250px;
}
.box div.twoCol span.l
{
	float:left;
	text-align:right;
	width:50px;
	
}
.box div.twoCol span.r
{
	float:right;
	text-align:left;
	width:180px;
	padding-left:10px;
}








