@charset "utf-8";
/* CSS Document */
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
	height: 18px;
	width: 240px;
	border: 1px solid #9A9A9A;
	padding-left: 3px;
	background-color: #F2F2F2;
}
.textfield_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
	height: 18px;
	width: 200px;
	border: 1px solid #9A9A9A;
	padding-left: 3px;
	background-color: #F2F2F2;
}
.textfield_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
	height: 18px;
	width: 100px;
	border: 1px solid #9A9A9A;
	padding-left: 3px;
	background-color: #F2F2F2;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
	width: 250px;
	border: 1px solid #C4C2C3;
	padding-left: 3px;
	background-color: #F2F2F2;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
	height: 19px;
	width: 250px;
	border: 1px solid #C4C2C3;
	background-color: #F2F2F2;
}
.select_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
	height: 19px;
	width: 200px;
	border: 1px solid #C4C2C3;
	background-color: #F2F2F2;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
	background-image: url(bg_button.gif);
	height: 23px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}
.fieldset {
	border: 1px solid #333333;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #f2f2f2;
	width: 470px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border: 1px solid #c9c9c9;
}
.border{
	border: 2px solid #ffffff;
}