* {
	padding:0;
	margin:0 0 0 0;
}

html, body 
{
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
}

#copyright
{
	text-align: right;
	
	font-size: 9pt;
	color: #666666;
}

body div#overlay
{
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	
	width: 5000px;
	height: 5000px;
	
	background-color: #000;

	/* Set both opacity and filter, for MSIE and firefox compatability */
	-moz-opacity: .7;
	opacity: .7;
	filter: alpha(opacity=70);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialog needs to be even higher! */
	z-index: 1000;

}

#dialogContainer #closeContainer
{
	position: absolute;
	right: 5px;
	top: 0px;
}

#dialogContainer #closeContainer a
{
	color: #DD0000;
	text-decoration: none;
}

#dialogContainer
{
	position: absolute;
	
	left: 50%;
	margin-left: -450px;
	top: 5px;
	
	/* These are overridden in the tag directly below */
	width: 900px;
	height: 542px;
	
	background-color: #F2F2F2;
	font-size:14px;
	color:#343333;
	z-index: 2000;
}

html>body #dialogContainer
{
	width: 900px;
	height: 542px;
}

#preamble-header          { z-index: 2500; position: absolute; top:   5px; left: 5px; }
#preamble-top-gradient    { z-index: 2500; position: absolute; top:  88px; left: 5px; }
#preamble-certificates    { z-index: 2500; position: absolute; top: 112px; left: 60px; }
#preamble-chart           { z-index: 2500; position: absolute; top: 108px; left: 344px; }
#preamble-operator        { z-index: 2600; position: absolute; top: 307px; left: 810px; }
#preamble-mid-gradient    { z-index: 2500; position: absolute; top: 410px; left: 5px; }
#preamble-save-faster     { z-index: 2500; position: absolute; top: 443px; left: 20px; }
#preamble-red-button      { z-index: 2500; position: absolute; top: 448px; left: 540px; }
#preamble-bottom-gradient { z-index: 2500; position: absolute; top: 498px; left: 5px; }

#preamble-bullet-1 { z-index: 2500; position: absolute; top: 320px; left: 350px; }
#preamble-bullet-2 { z-index: 2500; position: absolute; top: 365px; left: 350px; }

#preamble-info-bullets {
	position: absolute;
	top: 318px;
	left: 380px;
	width: 400px;
	height: 80px;
	z-index: 5000;
}

#preamble-info-bullet-text-1, #preamble-info-bullet-text-2 {
	color: #C00C18;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 8px;
	cursor: pointer;
}

#bullet-text-1, #bullet-text-2 {
	position: absolute;
	left: 28px;
	color: #C00C18;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	width: 175px;
}

#bullet-text-1 { top: 200px; }
#bullet-text-2 { top: 275px; }
#bullet-image-1 { position: absolute; top: 201px; left: 5px; }
#bullet-image-2 { position: absolute; top: 276px; left: 5px; }

#select-date-header {
	position: absolute;
	top: 0px;
	left: 0px;
}
.column-header {
	position: absolute;
	padding-top: 3px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}


.red-background { background-color: #D91527; }
.gray-background { background-color: #3A3838; }
.light-gray-background { background-color: #6F6969; }


#info-panel, #select-date, #select-time, #confirmation-form, #club-information {
	position: absolute;
	top: 83px;
	height: 454px;
	background-color: #6F6969;
	color: #FFF;
	z-index: 2001;
}

#info-panel {
	left: 5px;
	width: 210px;
	background-image: url(/images/appointment_setter/YouShouldReceive.gif);
	background-repeat: no-repeat;
}

#info-panel p {
	font-size: 12px;
	line-height: 16px;
	width: 190px;
	color: #666;
	text-align: justify;
	margin-left: 10px;
	margin-bottom: 8px;
}

#info-panel-top {
	top: 348px;
}

#select-date {
	left: 220px;
	width: 197px;
	text-align: right;
	line-height: 1.6;
}

#select-date a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	width: 187px;
	cursor: pointer;
	padding-right: 15px;
}
	
#select-time {
	left: 422px;
	width: 164px;
	text-align : right;
	line-height: 1.6;
}

#select-time a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	width: 149px;
	cursor: pointer;
	padding-right: 15px;
}
	
#confirmation-form, #club-information {
	background-color: #FFF;
	color: #666;
	padding: 7px;
	height: 418px;
	text-align: left;
}	

#confirmation-form {
	left: 591px;
	width: 290px;
}

#club-information {
	left: 422px;
	width: 458px;
}

.cboxItem {
	position: absolute;
	width: 270px;
}

.inputLabel {
	left: 20px;
	height: 35px;
	line-height: 1.3;
	width: 230px;
}

.posMarried { position: absolute; top: 0px; }
.posSitter { position: absolute; top: 40px; }
.posTime { position: absolute; top: 110px; }
.posDirections { position: absolute; top: 150px; }

#cbox_sitter_label { height: 65px; }


#appointment-info-label {
	position: absolute;
	display: block;
	top: 375px;
	left: 0px;
	font-size: 14px;
	width: 304px;
	text-align: center;
	color: #666;
}

#appointment-info {
	position: absolute;
	display: block;
	top: 392px;
	left: 0px;
	width: 304px;
	color: #E83842;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	z-index: 2010;
}

#spouseFirst, #spouseLast {
	position: absolute;
	top: 53px;
	margin-left: 20px;
	width: 90px;
	font-size: 12px;
	float: none;
	border: 1px solid #666;
}

#lightbox_submit_btn_on, #lightbox_submit_btn_off {
    display: none;
    position: absolute;
    background-repeat: no-repeat;
    border: none;
    top: 315px;
	left: 31px;
    width: 241px;
    height: 53px;
	z-index: 2002;
}

#lightbox_submit_btn_on {
	background: url('/images/ConfirmBtn_On.gif');
    cursor: pointer;
    cursor: hand;
}

#lightbox_submit_btn_off {
	background: url('/images/ConfirmBtn_Off.gif');
}
