
.alert {
	position: absolute;
	padding: 10px;
	background: #000;
	color: #fff;
	left: 0;
	top: 0;
	width: 80%;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

	.alert:hover {
		background: #bc9d67;
		color: #000;
	}
	
.form-text {
	padding-top: 3px;
}

.s-block-title {
	background: url(../images/s-block-title.jpg) left 14px repeat-x;
