/* This CSS sets the default styles for forms. */

fieldset {
	border: 1px solid #9CC213;
	padding: 0.7em;
	margin:5px;
}

legend {
	font-weight: bold;
	padding: 0.5em;
	color:#9CC213
}


input[type="text"], input[type="password"], input[type="file"], input[type="button"], input[type="reset"], select, textarea, .textarea {
	background: #fff url(../images/forms/input_shadow.gif) no-repeat;
	border: 1px solid #aaa;
	border-left-color: #777;
	border-top-color: #777;
	font: 1em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	padding: 0.15em;
}

input {
	padding: 0.1em;
	font-size:0.9em;
	padding-left:0.25em;
}

select {
	padding: 0.1em;
	font-size:0.9em;
	padding-left:0.25em;
}

input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}

input[type="button"], input[type="reset"] {
	background: #FAFAFA url(../images/forms/button.gif) repeat-x;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.25em;
}

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */

.ie6 input.text, input.password, .ie6 input.file, .ie6 input.button {
	background: #fff url(../images/forms/input_shadow.gif) no-repeat;
	border: 1px solid #aaa;
	border-left-color: #777;
	border-top-color: #777;
	font: 0.9em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	padding: 0.3em;
}
.ie6 input.text, input.password,.ie6 input.file{
padding: 0.1em;
padding-left:0.25em;
}
	
 .ie6 input.button {
	background: #FAFAFA url(../images/forms/button.gif) repeat-x;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.25em;
}

input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background-color: #f2f5fb;
	background-image: none;
	border: 1px solid #0D9BE5;
}
form{
	text-align:center}
form table{
	display:block;
	clear:both;}

form table td{
	text-align:left;
	padding:2px;}
	
table.liferay-table td{
padding:3px;
}
/*LABELS DE FORMULARIO*/
.portlet-font-label{
font-size:0.9em !important;
	font-size:0.85em;
	color:#666666;
	
}
/*PERSONALIZADOS*/
input[type="submit"],.ie6 input.submit, .ie6 input.submit, .botonVerde{
	background-color: #F7942C;
    background-image: none;
    border: 0 none;
    color: #FFFFFF;
    height: 20px;
    padding: 0 3px 4px;

}

    
	