/* MODAL DIALOGS */

.jqmOverlay { background-color: #000; }

#modalDialog {
	display: none;
	position: absolute;
	top: 240px;
	left: 50%;
    margin-left: -400px;
    width: 830px;
}
#modalDialog .opencap,
#modalDialog .closecap {
	height: 25px;
	width: 830px;
	margin-left: -15px;
	background: transparent url(../images/modalBG.png) 0 0 no-repeat;
}
#modalDialog .closecap {
	background-position: 0 -25px;
}
#modalDialog .modalBody {
	width: 830px;
	margin-left: -15px;
	padding-left: 15px;
	background: transparent url(../images/modalBodyBG.png) 0 0 repeat-y;
}

.containerModuleWindow {
	background-color: #fff;
	width: 800px;
	height: 264px;
	overflow: hidden;
}
.containerRow {
	width: 2050px;
	margin-left: -410px;
}
.containerModuleWindowSm {
	float: left;
	width: 340px;
	height: 220px;
	padding: 0 40px 0 30px;
	margin-bottom: 20px;
	background: #fff url(../images/vertDivider.gif) top right repeat-y;
}
.containerModuleWindowSm p  {
	font: normal 12px arial, helvetica, sans-serif;
	color: #666;
	line-height: 24px;
}
h1.module {
	font: bold 17px arial, helvetica, sans-serif;
	color: #7e3936;
	letter-spacing: 1px;
	padding: 0 0 24px 0;
}
h1.module em {
	color: #999;
	font-style: normal;
}
a.closeBtn {
	float: right;
	margin: 0 8px 10px 0;
	width: 19px;
	height: 19px;
	display: block;
	background: #fff url(../images/closeBtn1.gif) 0 0 no-repeat;
	position: relative;
	text-decoration: none;
}
a.closeBtn:hover {
	background: #fff url(../images/closeBtn2.gif) 0 0 no-repeat;
}
.containerModuleWindowSm a {
	text-decoration: none;
	color: #7e3936;
}
.containerModuleWindowSm a:hover {
	color: #999;
}
p.errorTxt {
	font: italic 12px arial, helvetica, sans-serif;
	color: #900;
	padding: 4px 0;
}
a.submitBtn {
	width: 62px;
	height: 21px;
	display: block;
	background: #fff url(../images/submitBtn1.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.submitBtn:hover {
	background: #fff url(../images/submitBtn2.gif) 0 0 no-repeat;
}


/* FORMS */
input.txt, input.phoneA, input.phoneB {
	padding: 2px;
	margin: 0 5px 5px 0;
	font: normal 12px arial, helvetica, sans-serif;
	color: #666;
	border: 1px solid #ccc;
	background: #fff !important;
}
select {
	color: #666;
	margin: 0 5px 5px 0;
	font: normal 12px arial, helvetica, sans-serif;
	width: 205px;
}
input.txt {
	width: 200px;
}
input.phoneA {
	width: 40px;
}
input.phoneB {
	width: 98px;
}
input.txt:focus, input.phoneA:focus, input.phoneB:focus {
	background: #7e3936 !important;
	color: #fff;
}
label {
	font: normal 12px arial, helvetica, sans-serif;
	/* vertical-align: text-top; */
}
.rev { clear: both; }
.rev label { float: left; }
.rev select {
	width: 80px;
	float: right;
}

