/* CSS Document */


	.contactFormTextBox {
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding: 4px;
	border: 1px solid #999999;
	}
.contactFormTextBox2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	border: 1px solid #000;
	padding: 2px;
	}
	.contactFormTitleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8019;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	}
.contactFormButtonGray {
	background-color: #9B9B9B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 18px;
	padding: 5px;
	font-weight: bold;
	width: 80px;
}
.contactFormButtonLightGray {
	background-color: #E7E7E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7B001C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 18px;
	padding: 1px;
	font-weight: bold;
	width: 80px;
}
.boxBottomLineGray {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
}
	
.contentForm {
	width: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.listado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #666666;
	padding-bottom: 10px;
}

