form {
	padding:15px;
	width:400px;
	height:auto;
	border:2px solid #C4DBFF;
}
input[type=text], #daa input[type=password] {
	border-bottom:1px dotted #0066FF;
	width:360px;
	padding:5px;
	background:#EEE;
}
input:focus {
	background:#DDD;
}
input[type=submit] {
	margin:10px 0;
	padding:10px;
}

form ul.errors {
	width:250px;
	list-style:none;
	margin:10px 0 10px 0;
	padding:15px;
	background-color:#ffcaca;
	color:red;
	border:1px solid red;
}

