﻿form dl dt {
	margin-top: 5px;
}

form dl dd {
	margin-left: 10px;
}

textarea {
	width: 30em;
	height: 150px;
}

input.short {
	width: 200px;
}

input.medium {
	width: 300px;
}

input.long {
	width: 400px;
}

input:focus, textarea:focus {
	background-color: #FFEBCC;
}

input:checked + label {
	background-color: #FFEBCC;
}

input.btn {
	padding: 2px 1em;
	margin: 0px 10px;
	margin-top: 10px;
	background-color: #d9d9d9;
}

label {
	margin-right: 20px;
}












