/*********************************** forms *****************************************/

label { font-weight: bold; }

input, select {
  width:100px;
}

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(/images/forms/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}
input.xsmall, select.xsmall {
  width:25px;
}

input.large, select.large {
  width:200px;
}

select.large
{
	width:205px;
	margin-bottom: 0;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}


input.submit:hover {
  
  cursor: pointer;
}

textarea {
  width:300px;
  height: 200px;
}

textarea.rich {
	width:450px;
	height:350px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}

label
{
  display: block;
	height: 23px;
	width: 120px;
	float: left;
	clear: left;
	color: #000;
}
 
div.row
{
   clear: both;
	 color: #971a1a;
	 margin-top: 12px;
}
 
input.large
{
  margin-bottom: 0;
}

input.checkbox
{
  width: 15px;
}
