h3 {
	color: #820024;
}

a {
	color: black;
}

.red {
	color: #820024;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.hidden {
	display: none;
}

#wrapper {
	background: white;
}

#language {
	text-align: right;
}

#header {
	height: 97px;
	background: url('../images/header.jpg') top left no-repeat;
}

#header a {
	display: block;
	float: left;
	position: relative;
	top: 34px;
	left: 85px;
}

#form,
#information,
#questions {
	margin-top: 4px;
}

#form {
	background: #f7f7f7;
}

#form .field {
	height: 27px;
}

#form label {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #820024;
}

#form .text-input {
	padding: .3em;
	border: 1px solid #888;
}

#form #f-login {
	text-transform: uppercase;
}

#form .submit {
	background: #820024;
	color: white;
}

#form #login-links ul {
	list-style: none;
}

#form .warning {
	padding: 13px;
	border: 2px solid #c8030d;
	background: white;
	color: #c8030d;
}

#form .warning h3 {
	margin: 0;
	color: #c8030d;
}

#form .warning p {
	margin: 0;
}

#information {
	background: #e1e8ec;
}

#questions {
	background: white;
}

#questions #phone {
	font-size: 1.4em;
	font-weight: normal;
	color: #820024;
}