/* @group forms */

label {
	cursor: pointer;
}

fieldset {
	border: none;
	padding: 0;
}

input:focus, input.sffocus, textarea:focus, select:focus {
	background: #f3f3f4;
}

textarea, select {
	font-size: 1.4em;
	border: 1px solid #cccccc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px;
	padding: 3px;
	color: #666666;
}

.input {
	font-size: 1.4em;
	border: 1px solid #cccccc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px;
	padding: 3px;
	color: #666666;
	width: 200px;
}

select {
	padding: 1px;
	font-size: 1.3em;
}

/* @end */