body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EEEBE6;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

div.errorInformation {
	width: 919px;
	background: #FFD9D9;
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	/*margin-bottom: 20px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.successInformation {
	width: 919px;
	background: #CAFFCA;
	color: #00CC00;
	border: 1px solid #00CC00;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	/*margin-bottom: 20px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#rezerwacjaSteps, div#stepsTabs, div#stepsContent, div#stepsBottom, div#stepButtons {
	float: left;
	width: 950px;
	overflow: hidden;
}

div#stepsTabs {
	height: 52px;
	background: url(../images/tabs_top.png) left top no-repeat;
}

div#stepsContent {
	background: url(../images/tabs_middle.png) left top repeat-y;
}

div#stepsBottom {
	font-size: 0px;
	height: 10px;
	background: url(../images/tabs_bottom.png) left bottom no-repeat;
}

div#stepsTabs div.stepTab {
	float: left;
	width: 163px;
	height: 52px;
	overflow: hidden;
	display: inline;
	margin: 0px 3px;
	background-image: url(../images/tabs.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#stepsTabs div.activeTab {
	background-position: left top;
}

div#stepsTabs div.stepTab p {
	margin: 0px;
	padding: 8px 5px 0px 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #F6D1FF;
}

div#stepsTabs div.activeTab p {
	padding: 11px 5px 0px 5px;
	color: #090909;
}

div#stepButtons .back, div#stepButtons .next {
	display: inline;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 10px 20px;
	width: 172px;
	height: 45px;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}

div#stepButtons .next { 
	float: right;
	background-position: right top; 
}
div#stepButtons .back:hover { background-position: left bottom; }
div#stepButtons .next:hover { background-position: right bottom; }

div#stepButtons a.back {
	text-decoration: none;
	text-align: center;
	height: 31px;
	padding-top: 14px;
	font-size: 13px;
}

table.formTable, div.osobaBox table {
	text-align: left;
}

table.formTable th , div.osobaBox table th {
	text-align: right;
}

table.formTable input , div.osobaBox table input {
	/*width: 200px;*/
	padding: 5px;
	border: 1px solid #9900CC;
}

table.formTable select, div.osobaBox table select {
	padding: 5px;
	border: 1px solid #9900CC;
}

table.formTable textarea , div.osobaBox table textarea {
	width: 200px;
	height: 100px;
	padding: 5px;
	border: 1px solid #9900CC;
}

ul.error_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.error_list li {
	background: #FFD9D9;
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	margin: 3px 0px 1px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.osobaBox {
	float: left; 
	width: 230px; 
	padding: 20px; 
	overflow: hidden;
}

div.osobaBox p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333399;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.ui-state-default { color: #FF0000 !important; font-weight: bold !important; }
.ui-datepicker-unselectable .ui-state-default { color: #666666 !important; font-weight: normal !important; }

