@charset "utf-8";
/* CSS Document */

/*********************************** forms *****************************************/

.formText {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
}
.formTextColor {
	font-size:14px;
	font-weight:bold;
	color:#996633;
}
label {
	font-weight: bold;
}

input, select {
	width:100px;
}

input, textarea, select {
	border:1px solid #aaaaaa;
	padding:2px;
	background:#ffffff url(../images/generic/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.large, select.large {
	width:200px;
}

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 {
	width: inherit;
	background:#cccccc;
	border:0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

input.submit:hover { 
	cursor: pointer;
}

textarea {
	width:300px;
	height: 200px;
}

textarea.deep {
	height:350px;
}

textarea.shallow {
	height:50px;
}

fieldset {
	padding:2%;
	border:1px solid #82B7C9;
	margin:0;
	color: #666666;
	background-color: #46B849;
}

legend {
	top: 0px;
	color: #16341B;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* Fix for IE background color problem */

  [if IE]>
    <style type="text/css">
	  
	  #main li {
        width:auto;
      }
      
	  /* fix for fieldset background spill bug in all flavours of IE */
	  fieldset {
        position: relative;
        margin: 2em 0 1em 0;
      }
      legend {
        position: absolute;
        top: -12px;
        left: 2px;
      }
	  
    </style>
  <![endif]
  
  [if IE 6]>
    <style type="text/css">
      #doc {
		 width:58em;
	  }
		
		#main .supportBox {
			margin-left:40px;
		}
	</style>
  <![endif]

