@import url("/style_sheets/v5etc_styleMain.css");

/* form styles ----------------------------------------------------------------------------------------------------------------------- */

label			{text-align: justify;
			 line-height: 1.3;
			 text-indent: 0;
			 font-size: 1.3em;
			 font-weight: 600;
			 background-color: transparent;
			 margin-right: 0;
			 margin-left: 40px;
			 float: left;
			 width: 120px;}
.clearForm		{clear: both;
			 margin: 10px 0 10px 0;
			 text-align: left;}
.clearFormButton	{clear: both;
			 margin: 10px 0 10px 0;
			 text-align: center;}
.txtLine		{width: 630px;
			 height: 15px;
			 margin: 0px;}
.txtBox			{width: 630px;
			 height: 210px;
			 margin: 0px;
			 overflow: visible;}
.input			{line-height: 1.3;
			 text-indent: 0; 
			 margin-left: 0px; 
			 margin-right: 0px; 
			 font-size: 1.3em; 
			 color: white; 
			 text-decoration: none; 
			 background-color: #771D1D; 
			 padding: 6px; 
			 border: 2px outset #771D1D; 
			 height: 40px; 
			 width: 130px;
			 -moz-border-radius: 9px; 
			 -khtml-border-radius: 9px; 
 			 -webkit-border-radius: 9px;}
#reset .input		{line-height: 1.3;
			 text-indent: 0;
			 margin-left: 0px;
			 margin-right: 0px;
			 font-size: 1.3em;
			 color: white;
			 text-decoration: none;
			 background-color: #771D1D;
			 padding: 5px;
			 border: 2px outset #771D1D;
			 height: 40px;
			 width: 130px;}
#submit .input		{line-height: 1.3;
			 text-indent: 0;
			 margin-left: 0;
			 margin-right: 0;
			 font-size: 1.3em;
			 color: white;
			 text-decoration: none;
			 background-color: #771D1D;
			 padding: 5px;
			 border: 2px outset #771D1D;
			 height: 40px;
			 width: 130px;}

