*{
	margin:0;
	padding:0;
}

body{
	background:#4A7BB5;
	font-size:12px;
	color:#383838;
	line-height:17px;
}

img{
	border: none;
}

a{
	color:#2485BD;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

legend{
	font-size:14px;
	font-weight:bold;
}

fieldset{
	padding: 10px 10px 10px 10px;
}

label{
	display:block;
}

#form p{
	margin-bottom:10px;
}

#username, #email{
	width:200px;
}

#description{
	width:100%;
	height:50px;
}

#source{
	width:100%;
	height:200px;
}

#code{
	font-size:14px;
}

#code p{
	margin-bottom:10px;
}

#results{
	text-align:center;
}

.key{
	font-weight:bold;
}

.submit{
	float:right;
}

.button{
	width:80px;
}

.result{
	background-color:#80ff80;
	border:solid 2px #008000;
	text-align:center;
	padding:10px 10px 10px 10px;
	font-size:16px;
	margin-bottom:10px;
}

.error{
	background-color:#ff8484;
	border:solid 2px #ff0000;
	text-align:center;
	padding:10px 10px 10px 10px;
	font-size:16px;
	margin-bottom:10px;
}
.alert{
	background-color:#ffff00;
	border:solid 2px #ff0000;
	text-align:center;
	padding:10px 10px 10px 10px;
	font-size:16px;
	margin-bottom:10px;
}

#wrapper{
	background:#FFFFFF;
	width:970px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 0px 10px 0px 10px;
	border:solid 1px #E7E7E7;
}

#header{
	height:150px;
	text-align:center;
	clear:both;
}

#footer{
	text-align:center;
	clear:both;
	padding: 10px 0px 10px 0px;
}

#validator{
	width:970px;
	margin:auto;
	text-align:right;
	padding-right:0px;
}
