/*
Customer:	misChunches.com
Revision: 	mc_06_003
created: 	Sep, 2006
author: 	webmaster@mischunches.com
type:		formulario style
*/

	
/*	*********************************************************************
	form styles 
	*********************************************************************/
.form	
	{
	margin: 20px 0 2px 0; color: #666666;
	font-weight: bold; font-size: 11px;
	background-color: #FFFFDF;
	}
	
.textbox,.textbox1
	{
	border:1px solid #CCCCCC; padding:5px; color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; font-size: 11px;
	}

.textbox1
	{ font-size: 10px; margin-bottom: 5px;}
	
.textcod
	{
	border:1px solid #FF9900; padding: 5px; color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif; width: 70px;
	background-color: #FFFFCC; font-size: 12px; font-weight: bold; letter-spacing: 0.2em;
	}
	
.notext
	{
	text-indent: -9999px; margin: 0; padding:0;
	border:1px solid #F4EEDE;
	color: #333333;
	font-size: 1px;
	background-color: #F4EEDE;
	display: none;
	}
	
#formulario
	{
	width: auto; 
	padding: 10px 5px; 	color: #333;
	border-collapse: collapse; empty-cells: show;	
	margin-top: 10px;
	}
	
#formulario th
	{
	text-align: left;
  	padding-right: .5em;
  	font-weight: bold;
  	padding-left: .5em;
	width: 200px;
	}

#formulario td
	{ padding: .3em .5em; }
