@charset "utf-8";
#page_content h1 {
	color: #d6002e;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 108%;
	margin-bottom: 10px;
	clear: both;
}

	#page_content .message_error {
		clear: both;
		margin-bottom: 10px;
		background-color: #D70030;
		padding: 10px;
		font-size: 93%;
		color: #FFFF64;
		font-weight: bold;
		text-align: center;
	}

	#page_content #account_left {
		float: left;
		overflow: hidden;
		min-height: 170px;
	}

	#page_content .form_float_left {
		float: left;
		margin-right: 10px;
	}
		
button.register_button {
	display: block;
	background-image: url(../_images/_backgrounds/sprites.png);
	background-repeat: no-repeat;
	background-position: -643px -315px;
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	width: 69px;
	min-width: 69px;
	max-width: 69px;
	text-indent: -9999px;
	border: none;
	margin-top: 2px;
	background-color: transparent;
	cursor: pointer;
	outline: none;
}

button.register_button:hover {
	background-position: -712px -315px;
}
