* {
	margin: 0;
	padding: 0;
}
input {
	padding: 3px;
}
body {
	background:#FFE;
	font: normal 20px "Trebuchet MS", Verdana, Arial, sans-serif;
}
a {
	color: #68C;
}
#content h1, h2, h3 {
	font: bold 20px "Trebuchet MS", Verdana, Arial, sans-serif;
}
#content h1 {
	font-size: 110%;
}
#content h3 {
	font-size: 90%;
}
.wrapper {
	width: 800px;
	text-align: left;
}
.alert1 {
	border: 4px solid #FB6;
	background: #FE9;
	padding: 12px;
}
.alert2 {
	border: 4px solid #68C;
	background: #9BF;
	padding: 12px;
}
.alert3 {
	border: 4px solid #9C3;
	background: #DF9;
	padding: 12px;
}
.solidborder {
	border-style: solid;
}
.dottedborder {
	border-style: dotted;
}
.dashedborder {
	border-style: dashed;
}
.clear {
	clear: both;
}
.left {
	float: left;
	width: 49%;
}
.right {
	float: right;
	width: 49%
}
.tinytext {
	font-size: 50%;
}
.smalltext {
	font-size: 75%;
}
#header {
	background-color: #000;
	border-top: 4px solid #FC3;
	border-bottom: 8px solid #68C;
	color: #FFF;
	padding: 10px 0 20px 0;
}
#header h1 {
	font-size: 150%;
	font-weight: bold;
}
#header h1 a {
	text-decoration: none;
	color: #FFF;
}
#header h1 a:hover {
	color: #68C;
}
#header h2 {
	font-size: 110%;
	color: #FC3;
}
#content {
	background-color: #FFE;
	padding: 20px 0;
}
#footer {
	background: #353535;
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #68C;
	text-decoration: none;
}
#footer a:hover {
	color: #68C;
}
#footer p {
	padding: 50px 0;
}
a.login {
	padding: 20px 10px;
	background-color: #FFF;
	border: 4px solid #68C;
	text-decoration: none;
	float: right;
	margin: 16px 80px 16px 100px;
	text-align: vertical;

}
a.login:hover {
	background-color: #FFE;
	border-color: #57B;
	color: #57B;
}
a.login img {
	padding-left: 6px;
	position: relative;
	top: 4px;
}