@charset "utf-8";
#div_center {
	text-align: left;
	display:inline;
	margin: 20px 20px 20px 98px;
	width: 540px;
	color:#333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}
#div_center fieldset p {
	margin-left: 70px;
}
#div_rcontent {
	width: 270px;
	margin-top: 160px;
	margin-right: 29px;
	padding: 20px 0px 100px 10px;
	border-left: solid 1px #B8EC19;
	text-align: center;
	color: #666666;
}
h1 {
	padding: 30px 0px 20px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: normal;
	font-style: normal;
	background-image: url(../images/form_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	font-style: italic;
	margin-bottom: 10px;
}

form {
	background-image: url(../images/form_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

label, label span { 
	display: block; 
	padding-bottom: 0.3em; 
}
label { width: 100%; }
em { font-style: italic; }
fieldset legend { font-weight: bold; }

label span { 
	float:left; 
	width: 22%; 
	text-align: right;
}

label input, label textarea, label select { margin: 0em 0.2em; }

fieldset { 
	padding-top: 15px; 
	padding-bottom: 15px; 
	margin: 0px 30px 5px 30px;
	border-color: #CCCCCC;
}
form #div_botones {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	background-image: url(../images/form_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
