

.csc-mailform{
	border:0px;
	clear:both;
}
.csc-mailform label{
	display:block;
	width:136px;
	float:left;
	font-weight:bold;
}
.csc-mailform input,.csc-mailform textarea{
	border:1px solid #CCC;
	width:318px;
}
div.csc-mailform-field{
	margin-bottom:15px;
}
fieldset.csc-mailform{
	margin-top:15px;
}
.csc-mailform-label{
/*	position:relative;*/
	margin-top:-15px;
	margin-bottom:15px;
	padding-left:136px;
}
input.csc-mailform-submit, div.formbuttons input{
	border:0px solid ;
	color:#FFF;
	background-color:#FF9900;
	font-size:0.8em;
	font-weight:bold;
	float:right;
	height:1.8em;
	width:auto;
	margin-right:20px;
}
div.formbuttons input{
		margin-right:49px;
}
/********************* ENCUESTAS *********************/

fieldset.survey_item {
border:1px solid gray;
display:block;
margin: 20px 0pt;
padding:6px 6px 6px 12px;
width:85% ;
}
legend.question {
color:#54514F	;
font-weight:bold;

}  	
.matrix tr.surveyrow_even td{
background:#FAF9F9;
}
.matrix  td.columnFirst {
	padding:3px;
}
.matrix  td.columnNext {
	text-align: center;
	width:10%;

}

.matrix tr.surveyrow_odd  td.columnFirst {
	font-weight: normal;
}
.formbuttons{
	text-align:right;
}



textarea {
/*	width: 90%;*/
}
fieldset input {
	border: 0;
}

.input input {
	border: 1px solid gray;
	width: 85%;


}

/*
* Tip a friend
*/
.tx-pbsurvey-pi1 fieldset{
	border:2px solid #FFF;
}
.tipafriend-fieldset{
	border: 0px;
}
.tipafriend-field{
		margin-top:0px;
	margin-bottom:15px;
}
.tipafriend-field label{
	display:block;
	color:#690;
	font-weight:bold;

}
.submit-tipafriend{
	background-color:#F0F0F0;
	color:#666666;
	font-size:0.8em;
	height:2.1em;
	text-transform:uppercase;
	border:1px solid #CCCCCC;
}
.input-tipafriend{
	border:1px solid #CCC;
}
.tipafriend-error{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	margin-bottom:8px;
	padding:4px;
	width:431px;
}
.tipafriend-help{

}
.tx-pbsurvey-pi1 textarea{
	width:95%;
}

/*Validation*/

.validation-advice{
	color:#000;
	margin-left:136px;
}