table.form {
	margin: 15px 0;
}

table.form td {
	padding: 1px 0 3px 0;
}

label {
	font-size: 10px;
	text-transform: uppercase;
	color: #a8bb24;
}

input, textarea {
	width: 227px;
	padding: 1px 3px 4px 3px;
	line-height: 14px;
	border: 1px solid /*#afa5cc*/ #bbb;
	background: #fff;
}

input.twosixseven {
	width: 267px;
}

textarea.twosixseven {
	width: 267px;
}

textarea.threesixseven {
	width: 367px;
}

input.checkbox {
	border: none;
	width: 20px;
	padding: 0;
	margin: 0;
}

input.submit {
	border: none;
	background: #9c8cbd;
	width: 150px;
	height: 25px;
	color: #fff;
}
