html, body {
	margin: 0;
	padding: 0;
	background-color: #c7c7c2;
	font-family: Arial, Verdana;
	height: 100%;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* for IE 7 */
html>body .clearfix {
    overflow: hidden;
}

#content-wrapper {
	padding-top: 30px;
	width: 950px;
}

#step-wrapper {
	float: left;
	width: 199px;
	display: inline;
	padding-top: 15px;
}

#step-wrapper img {
	border: 0;
}

#step-wrapper #step-menu-wrapper {
	width: 199px;
}

#step-wrapper #step-menu-header {
	background: url("/img/design/calendarika-menu-steps-header.png") no-repeat;
	height: 39px;
	margin-top: 14px;
	padding: 15px 0 0 11px;
	color: #5f2be4;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

#step-wrapper #step-menu-content {
	background-color: #d5d5d0;
	padding: 5px 0 35px 0;
}

#step-wrapper #step-menu-content .step-indicator {
	margin-top: 35px;
}

#step-wrapper #step-menu-content img {
	width: 167px;
	height: 48px;
}

#step-wrapper #step-menu-footer {
	background: url("/img/design/calendarika-menu-steps-footer.png") no-repeat;
	height: 56px;
}

#action-wrapper {
	float: right;
	width: 707px;
	position: relative;
	display: inline;
}

#action-wrapper #main-header {
	background: url("/img/design/calendarika-header-back.png") no-repeat;
	padding: 45px 0 0 40px;
	text-align: left;
	height: 45px;
}

#action-wrapper #main-header img {
	border: 0;
	width: 234px;
	height: 40px;
}

#action-footer-wrapper {
	width: 707px;
}

#action-footer {
	text-align: right;
	margin-top: 40px;
	background: url("/img/design/calendarika-action-footer.gif") no-repeat;
	/*width: 707px;*/
	height: 62px;
	padding: 16px 43px 0 0;
}

#action-footer img {
	width: 168px;
	height: 48px;
	border: 0;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

#common-footer {
	margin-top: 50px;
	font-size: 11px;
	padding-bottom: 40px;
	color: #5f5f5b;
}

#common-footer ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
}

#common-footer ul li {
	display: inline;
	padding: 0 10px 0 10px;
	font-weight: bold;
}

#common-footer a {
	color: #5f2be4;
	font-weight: normal;
}

#common-footer a:hover {
	text-decoration: none;
}

/* progress bar */
#progress-bar-wrapper {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

#progress-back {
	background-color: #000;
	height: 100%;
	width: 100%;
	-moz-opacity:0.55 ;
	filter:alpha(opacity: 55);
	opacity: 0.55;
	position: absolute;
	z-index: 5;
	top: 0;
}

#progress-front {
	background-color: #fff;
	width: 350px;
	height: 150px;
	top: 200px;
	position: relative;
	z-index:6;
	padding-top: 35px;
	color: #c38518;
	font-size: 16px;
	font-weight: bold;
}

#progress-bar {
	position: relative;
	margin-top: 35px;
}

#progress-bar p {
	color: #5f2be4;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}

/* errors */

#error-wrapper {
	width: 707px;
}

#error-wrapper #main-header {
	background: url("/img/design/calendarika-header-back.png") no-repeat;
	padding: 45px 0 0 40px;
	text-align: left;
	height: 45px;
}

#error-wrapper #main-header img {
	border: 0;
	width: 234px;
	height: 40px;
}

#error-message-wrapper {
	background-color: #d5d5d0;
}

#error-message-wrapper #error-header {
	background: url("/img/design/calendarika-error-title.png") no-repeat;
	height: 16px;
	margin-top: 40px;
	padding: 38px 0 0 137px;
	color: #c38518;
	text-transform: uppercase;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#error-message-wrapper #error-footer {
	background: url("/img/design/calendarika-corners-footer.gif") no-repeat;
	height: 11px;
}

#error-message-wrapper #error-content {
	padding: 15px 0 15px 0;
	/*color: #5f5f5b;*/
}

#error-wrapper #error-msg {
	font-weight: bold;
	font-size: 15px;
	color: #c32018;
	margin-top: 25px;
}

#error-wrapper #error-msg p {
	margin-top: 45px;
}

#error-wrapper #error-msg p a {
	font-size: 14px;
	color: #c38518;
	text-decoration: underline;
}

#error-wrapper #error-msg p a:hover {
	text-decoration: none;
}
