#loginlogo {
	float:left;
}
#loginform {
	width:320px;
	height:23px;
	float:right;
	font-size:20px;
	color:#444;;
}
input[type=text], input[type=password] {
	border:none;
	width:320px;
	margin-bottom:20px;
	border:solid 1px #ccc;
}

input[type=submit] {
	width:322px;
	height:25px;
	padding:0;
	margin-top:8px;
}
