.cind
{
	padding:	0 100px;
	
}
fieldset  
{
  font: 	0.8em arial, sans-serif;
  padding:	0px 110px;
}
fieldset input.half
{	width:	110px;
}
fieldset input
{	width:	235px;
}

legend  
{
  color: 		black;
  font-weight: 	bold;
  font-variant: small-caps;
  padding: 		2px 6px;
  margin-bottom: 8px;
 
}

label   
{
  font-weight: bold;
  line-height: normal;
  text-align: right;
  margin-right: 10px;
  position: relative;
  display: block;
  float: left;
  min-width: 50px;
}

label.fieldLabel	
{
  display: inline;
  float: none;
}
	
input.formInputText   
{
  font-size: .8em;
  color: #666;
  background-color: #F0F8FF;
  padding: 2px;
  border: solid 1px #f66;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 15px;
}
	
input.formInputText:hover 
{
  background-color: #add8e6;
  border: solid 1px #006600;
  color: #000;
  cursor: pointer;
}
	
input.formInputText:focus 
{
  color: #000;
  background-color: #ffffff;
  border: solid 1px #006600;
  cursor: text;
}
	
textarea.formTextArea   
{
  font-size: .8em;
  color: #666;
  background-color: #F0F8FF;
  padding: 2px;
  border: solid 1px #f66;
  margin-right: 5px;
  margin-bottom: 5px;
  width:200px;

}
	
textarea.formTextArea:hover 
{
  background-color: #add8e6;
  border: solid 1px #006600;
  color: #000;
  cursor: pointer;
}
	
textarea.formTextArea:focus 
{
  color: #000;
  background-color: #ffffff;
  border: solid 1px #006600;
  cursor: text;
}
	
select.formSelect  
{
  font-size: .8em;
  color: #666;	
  background-color: #F0F8FF;
  padding: 2px;
  border: solid 1px #f66;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

select.formSelect:hover  
{
  color: #333;
  background-color: #ccffff;
  border: solid 1px #006600;
}
	
select.formSelect:focus  
{
  color: #000;
  background-color: #ffffff;
  border: solid 1px #006600;
}

input.formInputButton  
{
  font-size: 1.2em;
  vertical-align: middle;
  font-weight: bolder;
  text-align: center;
  color: #D00000; 
  background-image: url("../imgs/footbg.jpg");
  padding: 2px;
  border: outset url("../imgs/footbg.jpg");
  cursor: pointer;
  float: right;
}
	
input.formInputButton:hover   
{
  background-image: url("../imgs/footbg.jpg");
}
	
input.formInputButton:active   
{
  background-image: url(bg_button.png);
}
.bcleardefault
{
	 font-size: .8em;
  color: #666;
  background-color: #F0F8FF;
  padding: 2px;
  border: solid 1px #f66;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 15px;	
}

