
/* forms ***********************************************************/

form {}

form label {}
form label:hover {}


table.formGrid {
	border-collapse:separate !important;
	border-spacing:5px;
}

table.formGrid td {
	vertical-align:bottom !important;
}

/*........................................................................*/


form input , form textarea , form select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	outline:none;
	border:0;
	font-family: verdana, arial, sans-serif !important;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size:12px;
	text-align:left;
	color:#000;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

input[type=text] ,
input[type=email] ,
input[type=password] ,
input[type=file] ,
textarea , select {
	width:100%;
	display:block;
	margin:0;
	padding:6px 10px;
	color:#000;
	
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
}

/* estilo */
input[type="text"] ,
input[type="email"] ,
input[type=password] ,
input[type=file] ,
textarea ,
select {
	outline:0;
	-moz-outline:0;
	color:#fff !important;
	/*border: 1px solid #fff;*/
	
	background-color:rgba(132,129,120, 0.5); /* #848178 */
	background-image:url(../img/ruido40.png);
	background-position:left top;
	background-repeat:repeat;

	border-collapse: separate;
	-moz-box-shadow:0px 1px 2px #000 , inset 0px 1px 0px 0px #7C7971;
	-webkit-box-shadow:0px 1px 2px #000 , inset 0px 1px 0px 0px #7C7971;
	box-shadow:0px 1px 2px #000 , inset 0px 1px 0px 0px #7C7971;
}

input[type=text]:focus ,
input[type=email]:focus ,
input[type=password]:focus ,
input[type=file]:focus ,
textarea:focus ,
select:focus {
	color:#000;
	outline:0;
	-moz-outline:0;
	background:transparent;
	background-color:transparent;
}

textarea {
	min-height:20em;
	overflow:auto;
	/*overflow-y: hidden;*/
	resize:vertical;
	/*resize: none;*/
	
-moz-transition-duration: 250ms;
-webkit-transition-duration: 250ms;
-o-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-property: height;
-moz-transition-property: height;
-o-transition-property: height;
transition-property: height;
}



select {
	cursor:pointer;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	border:0;
	outline:0;
	-moz-outline:0;
}
optgroup + optgroup {}
optgroup { padding:0; }
option {
	padding:0 5px;
	outline:0;
	-moz-outline:0;
	border:0;
	color:#000;
	background: #ffffff;
}
option:hover { /*background: #000;*/ }
option:focus {}
option[selected="selected"] { /*background: #000;*/ }


select.selected ,
select.selected:focus {
	/*background-color:#000 !important;*/
	border:1px solid #cdeb8e;
	color:#fff !important;
}

form.formSTD .selected option {
	background: transparent;
	color:#000;
}

/*......................................................*/

input[type="text"] {}
input[type="radio"] {}
input[type="checkbox"] {}
input[type="password"] {}
input[type="button"] {}
input[type="submit"] {}

input[type="search"]::-webkit-search-decoration ,
input[type="search"]::-webkit-search-cancel-button {
	/*display: none;*/
}

/*........................................................................*/

input[placeholder], [placeholder], *[placeholder] { color:#000; }
textarea[placeholder] { color:#000; }
::-webkit-input-placeholder  { color:#000; }
input:-moz-placeholder { color:#000; }
textarea:-moz-placeholder { color:#000; }

/*........................................................................*/

button { border:0; }

input[type="button"] ,
input[type="reset"] ,
input[type="submit"] ,
button[type="button"] ,
button[type="reset"] ,
button[type="submit"] {
	cursor:pointer;
	display:inline-block;
	border:0;
	margin:0 2px 0 0;
	padding:5px 10px 5px 10px;
	text-align:center;
	text-shadow:0 1px 1px #fff;
	background-color:#e0e0e0;
	
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	
	border-collapse: separate;
	-moz-box-shadow:inset 0px 0px 1px rgba(255,255,255, 1) , 0px 1px 2px rgba(0,0,0, 0.5);
	-webkit-box-shadow:inset 0px 0px 1px rgba(255,255,255, 1 ) , 0px 1px 2px rgba(0,0,0, 0.5);
	box-shadow:inset 0px 0px 1px rgba(255,255,255, 1 ) , 0px 1px 2px rgba(0,0,0, 0.5);
	
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;
}

input[type="button"]:hover , input[type="reset"]:hover , input[type="submit"]:hover ,
button[type="button"]:hover , button[type="reset"]:hover , button[type="submit"]:hover {
	border-collapse: separate;
	-moz-box-shadow:inset 0px 1px 1px rgba(0,0,0, 1) , 0px 0px 0px rgba(255,255,255, 1);
	-webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0, 1) , 0px 0px 0px rgba(255,255,255, 1);
	box-shadow:inset 0px 1px 1px rgba(0,0,0, 1) , 0px 0px 0px rgba(255,255,255, 1);
}

/* tuning */
input[type="button"] ,
input[type="reset"] ,
button[type="button"] ,
button[type="reset"]  {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 1px, #eeeeee 1px, #cecece 20px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1px,#ffffff), color-stop(1px,#eeeeee), color-stop(20px,#cecece));
	background: -webkit-linear-gradient(top,  #ffffff 1px,#eeeeee 1px,#cecece 20px);
	background: -o-linear-gradient(top,  #ffffff 1px,#eeeeee 1px,#cecece 20px);
	background: -ms-linear-gradient(top,  #ffffff 1px,#eeeeee 1px,#cecece 20px);
	background: linear-gradient(top,  #ffffff 1px,#eeeeee 1px,#cecece 20px);
	/*
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 );
	*/
}
input[type="submit"] ,
button[type="submit"] {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 1px, #eeeeee 1px, #cecece 20px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1px,#ffffff), color-stop(1px,#eeeeee), color-stop(20px,#cecece));
	background: -webkit-linear-gradient(top,  #ffffff 1px,#eeeeee 1px,#cecece 20px);
	background: -o-linear-gradient(top,  #ffffff 1px,#eeeeee 1px,#cecece 20px);
	background: -ms-linear-gradient(top,  #ffffff 1px,#eeeeee 1px,#cecece 20px);
	background: linear-gradient(top,  #ffffff 1px,#eeeeee 1px,#cecece 20px);
	/*
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 );
	*/
}
input[type="button"]:hover ,
input[type="reset"]:hover ,
input[type="submit"]:hover ,
button[type="button"]:hover ,
button[type="reset"]:hover ,
button[type="submit"]:hover {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #ededed 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#cccccc 100%);
	background: linear-gradient(top,  #ededed 0%,#cccccc 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cccccc',GradientType=0 );*/
}



button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
button:focus::-moz-focus-inner,
input[type="reset"]:focus::-moz-focus-inner,
input[type="button"]:focus::-moz-focus-inner,
input[type="submit"]:focus::-moz-focus-inner,
input[type="file"] > input[type="button"]:focus::-moz-focus-inner {
}

