/*
 * Maple Cash form styles							 MD (08/4)(09/2)
 *    (c) Max Díaz 2009
 *	  www.maxdiaz.com
 *
 * Colors:
 *    Form border:		#787878;
 *    Rulers:			#7A7A7A;
 *	  Grey text:		#777777;
 *	  Box, button:		#666666;
 *    Iframe BG:		#EEEEEE;
 *    Links: 			#FE0000; #0000FE;
 *    Text color, BG:	inherited
 */

#fform {
   text-align: center;
   border: 1px dashed #787878;
   padding: 15px 15px 25px 15px;
   width: 768px;
   /* 768+15*2+1*2=800 */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

table.f {
  margin: 0 auto;
  border-style: none;
  text-align: left;
}

td.l {
  text-align: left;
}
td.c {
  text-align: center;
}
td.r {
  text-align: right;
}

td.tit {
  text-align: left;
  color: #777777;
  font-style: italic;
  font-weight: bold;
}

td.noteg {
  text-align: center;
  font-size: 10pt;
  color: #777777;
  font-style: italic;
}
td.noter {
  text-align: center;
  font-size: 10pt;
  color: #FF0000;
  font-style: italic;
}

hr.f {
  /*background-color: #00FF00;*/
  border-color: #7A7A7A;
  height: 4px;
  border-style: outset;
  border-width: 2px;
}

input.f, select.f, textarea.f, iframe.f {
  border-style: inset;
  border-color: #666666;
  border-width: 1px 2px 2px 1px;
}
iframe.f {
  background-color: #EEEEEE;
}

input.fb {
  border-style: outset;
  border-color: #666666;
  border-width: 2px;
}

/*
button.f {
  font-size: 14pt;
  color: #FF0000;
  border-style: solid;
  border-width: 1px;
  background-color: #FFFF00;
}
*/

a.f:link, a.f:visited {
  text-decoration: underline;
  color: #0000FE;
}
a.f:hover {
  text-decoration: none;
  color: #FE0000;
}

a.cred, a.cred:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  color: #FF0000;
}
a.cred:hover {
  font-size: 8pt;
  text-decoration: underline;
  color: #FF00FF;
}
