.vpop-hidden {
	display: none;
}
#vpop-progress-bar {
	height: 65px;
	overflow: hidden;
	margin: 0 0 20px 0;
	
	background: url(../img/step-bg.jpg) repeat-x;
/*
	background-image: linear-gradient(bottom, rgb(198,64,64) 44%, rgb(255,133,133) 72%);
	background-image: -o-linear-gradient(bottom, rgb(198,64,64) 44%, rgb(255,133,133) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(198,64,64) 44%, rgb(255,133,133) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(198,64,64) 44%, rgb(255,133,133) 72%);
	background-image: -ms-linear-gradient(bottom, rgb(198,64,64) 44%, rgb(255,133,133) 72%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(198,64,64)),
		color-stop(0.72, rgb(255,133,133))
		);*/
}

#vpop-progress-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#vpop-progress-bar ul li {
	float: left;
	width: 19.8%;
	padding: 0 0.1%;
	height: 65px;
	color: #555;
}
#vpop-progress-bar ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}
#vpop-progress-bar .step {
	width: 22px;
	font-size: 34px;
	line-height: 60px;
	margin-top: 0px;
}
#vpop-progress-bar .step-name {
	width: 148px;
	line-height: 18px;
	font-size: 16px;
	margin-top: 12px;
}
#vpop-progress-bar .step-name{
	margin-top: 23px;
}
#vpop-progress-bar .step, #vpop-progress-bar .step-name {
	height: 65px;
	float: left;
/*	display: table-cell; */
/*	vertical-align: middle;*/
/*	*margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");*/
}
#vpop-progress-bar ul li.active, #vpop-progress-bar ul li.active a {
	color: #FFF;
}

#vpop-form {
	float: left;
	width: 527px;
	padding: 0 10px 0;
	min-height: 460px;
}
.wp-admin #vpop-form {
	width: auto;
}
#vpop-form .primary-note {
	font-weight: bold;
	margin: 0 0 10px 0;
}
#vpop-form .note {
	font-size: 12px;
	line-height: 24px;
}
#vpop-form .form-field, #vpop-form .form-button {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
#vpop-form .form-field label {
	float: left;
	width: 160px;
	padding: 0 10px 0 0;
	text-align: right;
}
#vpop-form .form-field input, #vpop-form .form-field select, #vpop-form .form-field textarea  {
	float: left;
	border: 1px solid #666666;
	background: #fff;
	width: 200px;
	padding: 5px 6px;
	font-size: 14px;
	margin: 0;
}
#vpop-form .form-checkbox label.error {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#vpop-form .form-field select {
	width: 213px;
}
#vpop-form .form-field input.valid, #vpop-form .form-field select.valid, #vpop-form .form-field textarea.valid {
	background: #CCFFCC;
}
#vpop-form .form-field input.error, #vpop-form .form-field select.error, #vpop-form .form-field textarea.error {
	background: #FFB7B7;
}
#vpop-form .form-button input {
	display: block;
	border: 0;
	padding: 0;
	margin: 0 auto;
	cursor: pointer;
	background: url(../img/but_continue.gif) no-repeat;
	width: 270px;
	height: 68px;
	text-indent: -999px;
}
#vpop-form .form-field input.input-disabled, #vpop-form .form-field select.input-disabled, #vpop-form .form-field textarea.input-disabled {
	background: #CCC;
}
#vpop-form label.error, #vpop-form label.valid {
	display: block;
	overflow: hidden;
	background: url(../img/icon_warn.gif) no-repeat;
	width: 22px;
	height: 18px;
	text-align: center;
	margin: 4px 0 0 6px;
	text-indent: -999px;
}
#vpop-form label.valid {
	background: url(../img/icon_valid.gif) no-repeat;
}

#vpop-form .info-message {
	background: #d6ebf9 url(../img/icon-info.png) no-repeat 8px 50%;
	border: 1px solid #85c4ed;
	padding: 5px 5px 5px 35px;
	margin-bottom: 15px;
	line-height: 19px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#vpop-form .warn-message {
	background: #ffff99 url(../img/icon-warn.png) no-repeat 8px 50%;
	border: 1px solid #ff9900;
	padding: 5px 5px 5px 35px;
	margin-bottom: 15px;
	line-height: 19px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#vpop-name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}


#info_bar_container {
	display: block;
	float: right;
	margin-top: 32px;
	width: 301px;
}
#info_bar_container #info_bar_top {
	background-image: url("../img/info-top-bg.gif");
	background-repeat: no-repeat;
	height: 35px;
	width: 301px;
	line-height: 35px;
}
.info_bar_top_text {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
}
#info_bar_container #info_bar_content {
	background-image: url("../img/info-content-bg.gif");
	background-position: bottom center;
	background-repeat: repeat-y;
	width: 301px;
	padding: 10px 0 0 0;
}
#info_bar_container #info_bar_content #selected {
	background-color: #D1FFD1;
	border: 1px solid #93FF93;
	color: #333333;
	display: block;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 200px;
}
#info_bar_container #info_bar_content .under_selected {
	color: #333333;
	font-size: 12px;
	margin-top: 5px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#info_bar_container #info_bar_content #registration_note {
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	text-align: left;
	text-decoration: none;
	width: 250px;
	font-size: 14px;
	line-height: 18px;
}
#info_bar_container #info_bar_content div {
	color: #333333;
	padding-top: 8px;
	text-align: center;
}

#date_box {
	background-color: #D1FFD1;
	background-image: url("../img/calendar-bg.png");
	background-image: none;
	background-position: 15px 10px;
	background-repeat: no-repeat;
	border: 1px solid #93FF93;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	float: right;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 299px;
}
#date_box span {
	color: #8BA28C;
	display: inline-block;
	font-size: 18px;
	margin-left: 65px;
	text-align: center;
	width: 80%;
	line-height: 20px;
}

.slashed {
	text-decoration: line-through;
}

.vpop-loading {
	float: left;
	background: url(../img/ajax-loader.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
}
.vpop-status {
	float: left;
}
.vpop-red {
	color: #F00;
}
.vpop-blue {
	color: #2770D0;
}

#promo_display {
	background-color: #D1FFD1;
	border: 1px solid #00FF00;
	clear: left;
	display: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 6px;
	width: 325px;
}

#promo_display #promo_total {
	color: #333333;
	display: block;
	font-weight: bold;
	text-align: center;
}
#promo_display #promo_title {
	color: #333333;
	display: block;
	font-size: 12px;
	text-align: left;
}

#info_bar_content p, #date_box p {
	margin-bottom: 0;
}
#vpop-form .form-field input {
	*padding-top: 1px;
	*padding-bottom: 9px;
}
#vpop-form .addon-description p {
	margin-bottom: 5px;
	line-height: 18px;
}
#vpop-form .addon-description {
	max-height: 55px;
	overflow: hidden;
}
#vpop-form .vpop-read-more {
	background: url(../img/arrow-down.png) no-repeat 0 50%;
	padding-left: 15px;
	color: #bb0000;
}
#vpop-form .vpop-read-more.readless {
	background: url(../img/arrow-up.png) no-repeat 0 50%;
}
#vpop-form .form-field {
	margin-top: 10px;
}
#vpop-form .form-addon input[type="checkbox"] {
	width: auto;
	margin-top: 6px;
	margin-right: 8px;
}
#vpop-form .form-addon label {
	width: auto;
	text-align: left;
	font-size: 19px !important;
}
#vpop-form .addon-title {
	font-size: 20px;
	font-weight: bold;
}
#vpop-form .form-addon .price {
	color: #bb0000;
	font-size: 19px !important;
	font-weight: bold !important;
}
#vpop-form .vpop-price {
	color: #bb0000;
}
#vpop-form a {
	color: #bb0000;
}
#vpop-form .form-addon {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

#date_box .vpop-calendar-wrapper {
	padding: 0 25px;
	text-align: center;
	color: #859f84;
	font-size: 16px;
	line-height: 18px;
}
#date_box .vpop-calendar {
	padding: 0;
	margin: 10px 0 -10px;
	width: 100%;
}
#date_box .vpop-calendar li {
	list-style:  none;
	padding-left: 0;
	width: 100%;
	margin-bottom: 10px;
}
#date_box .vpop-calendar .vpop-border {
	border: 4px solid #768975;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#date_box .vpop-calendar li span {
	display: block;
	float: left;
	width: auto;
	margin-left: 0;
	color: #89a189;
	font-family: Arial;
	font-weight: normal;
}
#date_box .vpop-calendar li span.no {
	background: #768975;
	height: 65px;
	width: 23%;
	line-height: 65px;
	color: #daffd9;
	font-size: 30px;
	/*font-weight: bold;*/
	font-family: Arial;
}
#date_box .vpop-calendar li span.date {
	width: 77%;
	text-align: center;
	/*padding: 14px 0;*/
	font-size: 18px;
	line-height: 17px;
}
#date_box .vpop-calendar li span.date strong {
	font-size: 19px;
}
#date_box .vpop-notify-link {
	float: left;
	margin: 5px 0 0;
	text-align: center;
	width: 100%;
}

.addon-hr {
	background: none;
	border-top: 1px solid #f5f0ec;
	border-bottom: 1px solid #fff;
	height: 0;
	clear: both;
}
.addon-wrapper {
	background: #fff1e6 url(../img/bg-step-3.png) repeat-x;
	min-width: 485px;
	/*min-height: 428px;*/
	padding: 20px 30px;
	margin: 10px 0 10px;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}