html, body {
	font-size: 12px;
	font-family: verdana, arial;
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
}
body {
	text-align: center;
}
body * {
	text-align: left;
}
#outer_wrapper {
	margin: auto;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
center, .center {
	text-align: center;
}
input[type="text"], textarea {
	width: 200px!important;
}
label {
	position: relative;
	float: left;
	width: 200px!important;
}
a {
	color: #000000;
}
a:hover {
	color: #000099;
}
input[type='submit'], input.submit {
	border: 2px solid #000;
	background-color: #f5f5f5;
	padding: 2px;
	margin: 1px;
	text-align: center;
	cursor: pointer;
}
#success {
	color: #3CBB43;
	font-weight: bold;
}
#messages {
	color: #D6695D;
	font-weight: bold;
}