@CHARSET "UTF-8";

.forms select,
.forms input[type="text"],
.forms textarea {
	width: 300px;
}

.forms textarea {
	height: 10em;
}

.forms input.short {
	width: 150px;
}

.forms input.vshort {
	width: 50px;
}
