div.title2 {
	color: #677;
}

input[type=text] {
	width: 70%;
	border: 2px solid #9aa;
	padding: 2px 1px 1px 1px;
	font-size: 15px;
	background-color: #efefe0;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type=submit] {
	padding: 3px 10px 2px 10px;
	background-color: #abb;
	border: 1px solid #9aa;
	color: #fff;
	font-family: Trebuchet MS, Verdana;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	box-shadow: 1px 1px 2px #9aa;
}

input[type=submit]:hover {
	box-shadow: 1px 1px 1px #cdd;
}

.center {
	text-align: center;
}

b {
	color: #677;
	font-weight: 600;
}
