label {
	display: block;
	font-size: 14px;
}

div.message {
	position: fixed;
	margin-top: -224px;
	margin-left: 337px;
}

fieldset {
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
}

legend {
	padding: 2px 5px;
	font-size: 20px;
}

input[type="radio"],input[type="checkbox"], .radio, .checkbox {
	margin: 0 .25em 0 0;
}

/* //  HTML elements */

form div.col {
	clear: none;
}

form div.first {
	clear: both;
}

form div {
	overflow: hidden;
}

input[type="text"], input[type="password"], textarea, .field, .area, select {
	border: 1px solid #aaa;
	padding: 5px;
	background: #fff;
	width: 300px;
	line-height: 1em;
	margin: 0;
}

select {
	width: 312px;
}

textarea, .area {
	overflow: auto;
	height: 150px;
	width: 400px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background: #f5f5f5;
	outline: none;
}

.submit {
	margin-left: 17px;
	margin-bottom: 18px;
	margin-top: 10px;
}

button {
	border: none;
	background: #555;
	color: #fff;
	padding: 0 2.5em;
	height: 2em;
	line-height: 2em;
	cursor: pointer;
}
