/* estil_nuevo_fabricante.css */

body {
  font-family: verdana, tahoma, arial, sans-serif;
  background-color: #ffffff;
  color: #7a7a7a; /* #000000;*/
  margin: 10px; /* 0px 0px 0px 0px;*/
  font-size: x-small;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana, tahoma, arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 80%;
  max-width: 100%;
  width: 90%; 
}

form fieldset div.notes {
  float: right;
  width: 25%;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 75%;
}

form fieldset div.notes h4 {
/*  background-image: url(../images/icon_info.gif); */
  background-image: url(/images/information.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form fieldset div.submit {
	text-align: center;
	width: 100%;
/*	border: 1px solid; */
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
/*  border-color: #000;*/
/*  border-width: 1px; */
/*  border-style: solid; */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
	margin-top: 10px;
	border-style: none;
	border-top: 1px solid;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form fieldset div {
	clear: left;
	width: 70%;
/*	margin: 25%;*/
	float: left;
}

form fieldset div table {
	width: 100%;
	border: 0px;
}

form fieldset div table td{
	vertical-align: top;
	text-align: left;
	padding: 0px;
}

form fieldset div table td.etiqueta{
	width: 27%;
	font-size: 75%;
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 	
}

form fieldset div table td.required{
	font-weight:bolder;
	color: Blue;
}

form fieldset div table td.campo{
	width: 73%;
	font-size: 80%;
}

form fieldset div table td.campo input.inputCheckbox{
	width: auto;
}

form fieldset div table td.campo input.inputRadio{
	width: auto;
}

form fieldset div table td.campo input#solicitante_otros_indicar{
	width: 50%;
}

form fieldset input, form fieldset textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	width: 90%;
}

form fieldset input.readonly, form fieldset textarea.readonly{
	background-color: #DDD;
}

/*form fieldset input.form_error, form fieldset textarea.form_error,  form div.form_error {*/
.form_error {
	background-color: #ffd0d0;
	border: 1px solid Red;
	width: auto;
}

form div.form_error {
	padding: 5px 10px;
	margin: 0 30px;
}

form fieldset div table td.campo small {
	display: block;
	margin: 5px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 90%;
}

form input.inputSubmit{
	width: auto;
}

form div.submit div {
	width: 100%;
}

div.estado_solicitud {
	margin: 1% 10%;
	padding: 1%;
}

div.estado_solicitud table {
	border: 1px solid #CCC;
	font-size: 0.88em;	
	text-align: center;
}

div.estado_solicitud table thead {
	color: white;
	background-color: #CCC;
}

a img {
	border: none;
}