@charset "utf-8";
/* CSS Document */
.textform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #433212;
	text-decoration: none;
	padding-right: 5px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #958469;
	padding-left: 3px;
	height: 18px;
	width: 250px;
	color: #333333;
}
.textfield_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #958469;
	padding-left: 3px;
	height: 18px;
	width: 200px;
	color: #333333;
}
.textfield_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #958469;
	padding-left: 3px;
	height: 18px;
	width: 100px;
	color: #333333;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #958469;
	padding-left: 3px;
	height: 100px;
	width: 250px;
	color: #333333;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #958469;
	padding-left: 3px;
	height: 18px;
	width: 250px;
}
.select_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #958469;
	padding-left: 3px;
	height: 18px;
	width: 200px;
	color: #333333;
}
.button {
	background-color: #948469;
	height: 20px;
	width: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
}
.button_rojo {
	background-color: #CC0000;
	height: 20px;
	width: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;	
}
fieldset {
	border: 1px solid #958469;
	padding: 10px;
	width: 380px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #f2f2f2;
	width: 370px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border: 1px solid #c9c9c9;
}
.border{
	border: 1px solid #958469;
}
