﻿/* These style classes should not be changed. They are needed for zBox to work properly. */
.zbox { display:none; position:fixed;top:0;left:0;z-index:4001;}

.zbox_IEold { display:none; position:absolute;top:0;left:0;z-index:4001; }
.zbox_bg_divIEold { position:absolute;top:0;left:0;height:1px;background-color:#000000;display:none;z-index:4000; }
.zbox .zbox_midIEold * { position:relative; }

/* These style classes can be changed to make zBox look how you want. */
.zbox_bg_div {	position:fixed;top:0;left:0;height:1px;background-image:url(/images/zbox/zbox_bg.png);display:none;z-index:4000;}
.zbox  {text-align: left; width: 660px; height: 400px; margin:0; padding:0;margin-top:50px;}
.zboxNoRecordsHeader {  clear: both; background: url(/images/no_records_top.png); height: 23px; width: 400px; }
.zboxNoRecordsMessage {  font-family: Segoe UI; font-size: 14px; color: #666666; margin-bottom: 25px; text-align: left;  }
.zboxNoRecordsLinks, .zboxNoRecordsLinks a, .zboxNoRecordsLinks a:visited {  font-family: Segoe UI; font-size: 12px; color: #164582;  text-align: left;  }
.zboxNoRecordsLinks a:hover {  font-family: Segoe UI; font-size: 12px; color: #001024; text-align: left;  }
.zbox .header   { clear: both; padding:0px; background: url() #fff repeat-x 50% top background-repeat: no-repeat; width: 675px; height: 50px; }
.zbox .header a  { width: 67px; height: 16px; margin-left: 550px; top: 25px; position: relative;  }
.zbox .footer  { clear: both; margin: 0; padding: 0; background-repeat: no-repeat; width: 675px; height: 50px; border:none; }
.zbox .midWave {background-repeat: no-repeat; background-position: right center; text-align: left; width: 660px; min-height: 328px; position: relative;  }
.zbox .mid h2 { font-family: Segoe UI, Helvetica, Arial, MS Sans Serif; font-size:16px; font-weight:bold;}
.zbox .mid p { font-size:11px; font-weight:normal;}
.zbox .mid .required { width:10px; color:Red; font-size:16px; font-weight:bold; }

.zboxpad { padding:1px 20px 0px 20px; margin:0; clear:both; }

ul.zbox-list{width:400px;list-style-type:none;}
ul.zbox-list li{width:300px;display: inline-block;line-height: 1.8;vertical-align: top;padding:0;margin:0;}
ul.zbox-list li label{width:auto;float:left;display:block;}
ul.zbox-list li input{margin-left:125px;float:left;margin-top:-20px;}
ul.zbox-list li select{margin-left:125px;float:left;margin-top:-20px;}
