h1
{
	font-size:1.5em;
	background-image: url("../h1.png");
	background-repeat: no-repeat;
	margin-left: 25px;
	padding-left: 60px;
}
h2 { text-align: center; font-size: 1.3em; margin-top: 20px; }
h3 { margin-bottom: 0; margin-left: 15px; }

.error
{
	background-image: url( '../error.png' );
	background-repeat: no-repeat;
	height: 44px;
	margin:5px;
	padding-left: 70px;
	padding-top: 20px;
	color: #9F0909;
}
.success
{
	background-image: url( '../success.png' );
	background-repeat: no-repeat;
	height: 31px;
	margin:5px;
	padding-left: 55px;
	padding-top: 17px;
	color: #093;
	border: 2px solid #FFF;
	 -moz-border-radius: 5px;
}

.center { text-align: center; }

.small-image { border: 1px solid #666; padding: 5px; margin: 5px; -moz-border-radius: 5px; }

.inline { display:inline; }

.float-left { float: left; }
.float-right { float: right; }
.clear-float { clear: both; }