#login {
	margin:	10px 0px 30px 0px;
}

.signin {
	margin-top:		15px;
	background:		#eee;
	padding:		10px;
	width:			340px;
}

.signin h2 {
	margin:			0px;
	color:			#000;
	font-family:	'trebuchet ms', arial, sans-serif;
	font-size:		18pt;
	font-weight:	normal;
	padding-bottom:	15px;
}

.signin .subject {
	padding:		5px;
	font-family:	'trebuchet ms';
	font-size:		12pt;
	color:			#333;
}

.signin .input {
	margin-bottom:	5px;
	color:			#333;
	background:		#fff;
	border:			1px solid #999;
	padding:		5px;
	font-family:	'trebuchet ms', arial, sans-serifl;
	font-size:		12pt;
	font-weight:	normal;
}

.signin .email {	
	width:			200px;
}

.signin .password {
	width:			100px;
}

.signin .submit{
	width:			100px;
	font-family:	arial;
	font-size:		10pt;
	padding:		3px;
	margin-top:		10px;
}

.create {
	margin:			15px 0px 0px 20px;
}

.create h2 {
	margin:			0px;
	color:			#000;
	font-family:	'trebuchet ms', arial, sans-serif;
	font-size:		18pt;
	font-weight:	normal;
	padding-bottom:	10px;
}

.create .message {
	color:			#333;
	margin-bottom:	15px;
	font-family:	'trebuchet ms', arial, sans-serif;
	font-size:		10pt;
	font-weight:	normal;
}

.create .message span {
	color:			#6087b7;
}

.create .subject {
	padding:		5px;
	font-family:	'trebuchet ms';
	font-size:		12pt;
	color:			#333;
}

.create .input {
	margin-bottom:	5px;
	color:			#333;
	background:		#fff;
	border:			1px solid #999;
	padding:		5px;
	font-family:	'trebuchet ms', arial, sans-serifl;
	font-size:		12pt;
	font-weight:	normal;
}

.create .email {	
	width:			250px;
}

.create .username {	
	width:			250px;
}

.create .password {	
	width:			200px;
}

.create .submit{
	width:			100px;
	font-family:	arial;
	font-size:		10pt;
	padding:		3px;
	margin-top:		10px;
}


