#signup {
	border:	none;
	width:  100%;
	padding:	10px 10px 10px 10px;
	top:	10px;
}

#joinResultSuccess {
	border:			1px solid #ccc;
	height:			50px;
	width:  		90%;
	color:			#aaaa55;
	background-color: 	#efefef;
	padding:		10px 10px 10px 10px;
	margin-top:		10px;
	font-size:		11px;
	font-weight:		normal;
	text-align:		left;
}
#joinResultFailure {
	border:			1px solid #ccc;
	height:			50px;
	width:  		90%;
	color:			#ff0000;
	background-color: 	#efefef;
	padding:		10px 10px 10px 10px;
	margin-top:		10px;
	font-size:		11px;
	font-weight:		normal;
	text-align:		left;
}






