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

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

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

.textarea {
	width:278px;
}

.selectbox {
	width:280px;
}

.textfile {
	width:282px;
}

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

