﻿textarea.full {
	width: 719px;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	border-style: solid;
	border-width: 1px;
	border-color: #AAA #000 #000 #AAA;
	color: #FFF;
	background-color: #5F5F64;
}

input[type="text"], input[type="password"], textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #AAA #000 #000 #AAA;
}

select {
	border-style: solid;
	border-width: 1px;
	border-color: #AAA #000 #000 #AAA;
}