/******************************************/
/*               CAKEPHP Forms            */
/******************************************/

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
form .error-message{
	color: #ff0000;
}
fieldset {
	border: 1px solid #ccc;
	/*margin-top: 30px;*/
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	/*color: #e32; */
	/*font-size: 160%;*/
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	/*margin-bottom: 20px;*/
	padding: 16px 10px;
}
fieldset fieldset legend {
	/*font-size: 120%;*/
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 14px;
	/*padding: .5em;*/
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	/*font-size: 120%;*/
	padding-right: 20px;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 11px;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	/*font-size: 120%;*/
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	/*font-size: 120%;*/
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	/*font-size: 110%;*/
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}


/* cabecera para formulario con pasos */


.stepsFormHeader{
	background:#f0f0f0; 
	padding:5px; 
	margin-bottom:10px;
	width:505px;
}
.stepsFormHeader .logo{
	margin-right:40px;
	padding:5px;
}

.stepsFormHeader .steps ul{
	font-size:14px;
	color: #c0c0c0;
	text-indent: 5px;
	list-style: none !important;
}
.stepsFormHeader .steps ul li{
	line-height:18px;
	padding-left:20px;

}
.stepsFormHeader .steps ul li.active{
	font-weight:bold;
	color:#66cc00;
	
}
.stepsFormHeader .steps ul li.pending{
		
}
.stepsFormHeader .steps ul li.done{
	background-image: url(../../img/done.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.result{
	margin-left:5px;
	color:#474747;
}

