#msf-progress-bar {
	height: 65px;
	overflow: hidden;
	margin: 0 0 20px 0;

	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))
		);
}

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

#msf-form {
	float: left;
	width: 527px;
	padding: 0 10px 0;
	min-height: 460px;
}
.wp-admin #msf-form {
	width: auto;
}
#msf-form .primary-note {
	font-weight: bold;
	margin: 0 0 10px 0;
}
#msf-form .note {
	font-size: 12px;
}
#msf-form .form-field, #msf-form .form-button {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
#msf-form .form-field label {
	float: left;
	width: 160px;
	padding: 0 10px 0 0;
	text-align: right;
}
#msf-form .form-field input, #msf-form .form-field select, #msf-form .form-field textarea  {
	float: left;
	border: 1px solid #666666;
	background: #fff;
	width: 200px;
	padding: 5px 6px;
	font-size: 14px;
	margin: 0;
}
#msf-form .form-checkbox label.error {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#msf-form .form-field select {
	width: 213px;
}
#msf-form .form-field input.valid, #msf-form .form-field select.valid, #msf-form .form-field textarea.valid {
	background: #CCFFCC;
}
#msf-form .form-field input.error, #msf-form .form-field select.error, #msf-form .form-field textarea.error {
	background: #FFB7B7;
}
#msf-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;
}
#msf-form .form-field input.input-disabled, #msf-form .form-field select.input-disabled, #msf-form .form-field textarea.input-disabled {
	background: #CCC;
}
#msf-form label.error, #msf-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;
}
#msf-form label.valid {
	background: url(../img/icon_valid.gif) no-repeat;
}

#msf-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;
}
#msf-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;
}
#msf-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-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: left;
	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;
}

.msf-loading {
	float: left;
	background: url(../img/ajax-loader.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
}
.msf-status {
	float: left;
}
.msf-red {
	color: #F00;
}
.msf-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;
}