@charset "utf-8";
/* CSS Document */

.textbox,
.textfile, 
.button, 
.textarea, 
.selectbox,
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C7C7C7;
}

.textbox {
	height:14px;
	width:350px;
}

.textarea {
	width:350px;
}

.selectbox {
	width:352px;
}

.textfile {
	width:354px;
}

.date {
	width:80px;
}

.button {
	background-color:#F7F7F7;
	text-transform:uppercase;
	font-weight:bold;
	border: 2px solid #C7C7C7;
	font-size: 11px;
}

/* FORM Validation */

label.error {
	font-size:11px;
	display:inline-block;
	color:red;
	font-style:italic;
}

input.error, textarea.error, select.error {
	border:1px dotted red;
}