body {
	background: white url(../images/Gradient.png) repeat-x;
	text-align: center;
	font-size: 16pt;
}

#content {
	margin: 0 auto;
}

#logo {
	padding-top: 150px;
}

#sms_me_chars {
	color: #cccccc;
	font-size: 18pt;
	padding-top: 10px;
}

#error {
	color: #e1031c;
	font-family: "Courier New", Courier, mono;
	position: fixed;
	top: 350px;
	width: 100%;
}

#success {
	color: #42d52a;
	font-family: "Courier New", Courier, mono;
	position: fixed;
	top: 350px;
	width: 100%;
}

#footer {
	color: #2c60dd;
	font-variant: small-caps;
	font-family: "Courier New", Courier, mono;
	position: fixed;
	top: 400px;
	width: 100%;
}

.hidden {
	display:  none;
}

label {
	color: #2c60dd;
	font-size: 14pt;
}

.small {
	font-size: 11pt;
	color: #aaa;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}