/* NEW FORMS */

.hidden {
	display: none;
}

.center-block {
	margin: 0 auto;
}

.button {
	display: block;
	padding-top: 4px;
	width: 177px;
	height: 21px;
	font-size: 12px;
	text-decoration: none !important;
	color: #678fc6 !important;
	text-align: center;
	background: transparent url("/_global/img/button.background.png") no-repeat top left;
}

.button:hover {
	color: #678fc6 !important;
}

.literature label {
	margin-left: 30px;
	display: block;
}

.literature input {
	float: left;
}

/* SQUEEZEBOX */

#sbox-content {
	font-family: arial;
}

#sbox-content h1 {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
}

#sbox-content h1.error {
	color: #B5001F !important;
}

#sbox-content h1.success {
	color: #669900 !important;
}

#sbox-content p {
	margin-bottom: 1.2em;
	font-size: 14px;
	line-height: 1.4em;
}

#sbox-content ul {
	margin-bottom: 1.2em;
	padding-left: 0.5em;
	list-style-type: square;
	font-size: 14px;
	line-height: 1.4em;
}

#sbox-content li {
	margin-left: 1em;
}

