﻿form.big{
	margin-top:28px;
}

input{
	font-family: Georgia, Verdana, helvetica, arial;
	border: 1px solid #767676;
	font-size:12px;
	width:400px;
	padding:1px;
	background:#e7e7e8;
	color:#8e8e8e;
}
textarea.big{
	font-family:Georgia;
	background:#ffffff;
	border: 1px solid #cccccc;
	font-size:18px;
	width:525px;
	height:45px;
	padding: 15px;
	color:#e7e7e7;
}
input[type="button"],input[type="submit"]{
	background:#ffffff;
	border: 1px solid #cccccc;
	color:#5b5b5b;
	font-size:11px;
	padding-left:25px;
	padding-right:25px;
	margin-left:6px;	
	margin-top:10px;
}

input.aceptar {
	width:91px;
	padding:0px;
	margin:0px;
}

input.buscar{
	background:#ffffff;
	border: 1px solid #cccccc;
	width:240px;
	height:18px;
	padding:0;
	margin:3px 8px 0 30px;
}
input.buscar_submit
{
	position:absolute;
	width:24px;
	height:24px;
	padding:0;
	margin:0;
}

input.check {	
	width:15px;
	height:15px;
	border:none;
	margin:0px;
	padding:0px;
	margin-left:10px;
	background:#ffffff;
	display: block;
	float: left;
	clear: left;
	
} 
label {
	display: block;
	float: left;
	clear: none;
}

textarea{
	background:#e7e7e8;
	border: 1px solid #767676;
	font-family: Georgia, Verdana, helvetica, arial;
	font-size:12px;
	width:400px;
	height:114px;
	padding:1px;
	color:#8e8e8e;
}
textarea.peq{
	border: 1px solid #cccccc;
	font-family: "Lucida Grande", Verdana, helvetica, arial;
	font-size:10px;
	width:449px;
	height:114px;
}
select {
    background: #ffffff;
    border:1px solid #cccccc;
	font-size:10px;
    text-indent: 2px;
	width:100px;
	overflow:auto;
}
