/* Formularios */

.cform {
	background: rgb(225,225,225);
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 30px;
	margin: 1.5em auto 0 auto;
	width: 583px; }
	
/*.borderradius*/ .cform {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; }

.cform legend {
    border-bottom: 1px solid rgb(200,200,200);
    font-size: 1.25em;
    margin-bottom: .5em; }
	
.cform label {
        color: rgb(100,100,100);
	display: block;
	font-size: 0.75em;
	text-transform: uppercase; }
	
.cform input, .cform textarea {
	font-size: 1em;
	padding: .25em; }
	
.cform textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 560px; }

.cform input.single {
    width: 400px; }

/*.fldrequired {
    border: 2px solid red; }*/
	
.cform li {
	margin-bottom: 1.5em; }
	
.cf_info {
	background: red;
	color: rgb(255,255,255);
	line-height: 3em;
	margin: 0 auto;
	text-align: center;
	width: 583px; }
	
/*.borderradius*/ .cf_info {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; }
	
.cf_hidden {
	display: none; }

.linklove {
    display: none; }