
.BerryParagraph{
	margin: 10px;
	font-size: 0.9em;
}

h3{
	margin: 30px 10px 20px 10px;
}

.btWizard{
	/*font-family:  'Quattrocento Sans', sans-serif;*/
	font-size: 1.1em !important;
	color: #ffffff !important;
	display: block;
	margin-left: 30px 0px 0px 0px;
	background-repeat: no-repeat;
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-transition: 0.1s linear background-image;
	transition: 0.1s linear background-image;
	overflow: visible;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.firstbutton{
	margin-left: 50px;
	clear: left;
	float: left;
	display: block;
}
.lastbutton{
	margin-right: 50px;
	clear: right;
	float: left;
	display: block;
}

.btWizardHidden{
	display: none;
}

#divWizard{
	margin: 10px;
}

table{
	font-size: 0.9em;
	margin: 0px 0px 20px 100px;
	border-collapse: collapse;
}

th{
	width: 160px;
	background-color: #2573eb;
	color: #ffffff;
}
td{
	margin: 0px;
	padding: 0px;
	width: 60px;
}
tr.selected{
	background-color: #ff8c08;
}

.Waiting{
	background-image: url('icons/ajax-loader.gif') !important;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	height: 100px;
	display: block;
	margin:20px;
}


	