/* CSS Document */

form {
}

label {
	display					: block;
	margin					: 0 0 2px 2px;
	color					: #FFFFFF;
	font-size				: 11px;
}

input.textbox {
	padding					: 4px 3px 2px 3px;
	width					: 160px;
	font-size				: 10px;
	background				: url(../images/textbox_bg.gif) repeat-x;
	border					: 1px solid #AF0000;
}

textarea.textarea {
	padding					: 4px 3px 2px 3px;
	width					: 160px;
	height					: 220px;
	font-size				: 10px;
	background				: url(../images/textbox_bg.gif) repeat-x;
	background-color		: #FFFFFF;
	border					: 1px solid #AF0000;
}

input.button {
	padding					: 0 0 2px 0;
	width					: 85px;
	height					: 24px;
	color					: #FFFFFF;
	font-size				: 9px;
	text-align				: center;
	text-transform			: uppercase;
	vertical-align			: middle;
	cursor					: pointer;
	background				: url(../images/button_red.png) no-repeat;
	background-position		: bottom;
	border					: none;
}

form span.suggest {
	padding					: 0 3px;
	margin					: 0;
	color					: #FFFFFF;
	font-size				: 9px;
	line-height				: 8px;
	text-align				: right;
}
