@charset "utf-8";
/* CSS Document */

.general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-decoration: none;
}
.textform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	padding-right: 10px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #DCDCDC;
	padding-left: 3px;
	height: 20px;
	width: 250px;
}
.textfield_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #DCDCDC;
	padding-left: 3px;
	height: 20px;
	width: 250px;
}
.textfield_file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 0px solid #DCDCDC;
	padding-left: 0px;
	height: 35px;
	width: 250px;
}
.textfield_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #DCDCDC;
	padding-left: 3px;
	height: 20px;
	width: 250px;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #DCDCDC;
	padding-left: 3px;
	height: 75px;
	width: 250px;
}
.button {
	background-color: #DC0000;
	height: 30px;
	width: 115px;
/*	border-top-style: 1px solid #9cc;
	border-right-style: 1px solid #9cc;
	border-bottom-style: 1px solid #9cc;
	border-left-style: 1px solid #9cc;   */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;	
}
fieldset {
	border: 1px solid #DCDCDC;
	padding: 10px;
	width: 500px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-decoration: none;
	background-color: #FFF3B9;
	width: 470px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border: 1px solid #f1f2f2;
	/*font-weight: bold;*/
}
