h1 {
	font-size: 18px;
	color: #791C71;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797A7E;
}
h3 {
	font-size: 13px;
	color: #791C71;
}
h4 {
	font-size: 12px;
	margin-top: 8px;
	color: #797A7E;
	font-weight: normal;
}
#container_frm {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#content {
	background-color: #E1E1E1;
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#content .module {
	margin-top: 25px;
}
#content .detail_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container_frm #content .frm {
	margin-top: 20px;
	margin-left: 10px;
}
#content .frm .label {
	display: block;
	text-align: right;
	margin-right: 10px;
	vertical-align: top;
	float: right;
}
#content .frm .sep {
	height: 10px;
	width: 10px;
}
#content .frm .imput_txt {
	width: 200px;
}
#content .text_area {
	width: 200px;
	height: 120px;
}
#content .jumpMenu {
	width: 200px;
}
#content .btn_send {
	color: #791C71;
	font-size: 16px;
	display: inline;
	background-image: url(../img/btn.gif);
	height: 39px;
	width: 154px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content .btn_send_reg {
	color: #791C71;
	font-size: 16px;
	display: inline;
	background-image: url(../img/btn_registrarme.gif);
	height: 39px;
	width: 154px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content .btn_cancelar {
	color: #791C71;
	padding: 2px;
	margin-top: 10px;
	font-size: 16px;
	display: inline;
}
#foot {
	text-align: center;
	width: 700px;
	margin-top: 25px;
	margin-bottom: 25px;
}
