/* CSS Document - forms */
form {
  margin: 0;
  padding: 0;
}

form fieldset {
  font-size: 100%;
  border: 1px dotted #202C44;
  padding: 2px;
  margin-right: 10px;

}

form fieldset legend {
  font-size: 125%;
  font-weight: bold;
  background-color: #181818;
  color: #C2C2C2;
  margin: 0;
  padding: 0 10px;
}

textarea {
  overflow: auto;
}
input {
	width: 150px;
}
form div {
  clear: left;
  display: block;
  width: 425px;
  margin: 4px 0;
  padding: 1px 1px;
}

form div label {
  font-size: 100%;
  display: block;
  width: 175px;
  float: left;
  padding: 0 3px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
  /*font-size: 10px;*/
}

form div.required label, label.required {
  font-weight: bold;
  /*font-size: 10px;*/
}
.inputSubmit
{
color: #000000;
background-color: #EEEEEE;
border: 1px solid #202C44;
font-family : Tahoma,Verdana,Arial;
font-size : 11px;
font-weight: bold;
}
.inputSubmit:hover {
	color: #FFF;
	background-color: #202C44;
	cursor: pointer;
}

.inputBox
{
color : #000000;
background : #F2F2F2;
border-color : #202C44;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Tahoma,Verdana,Arial;
font-size : 11px;
}
input:hover {
	border: #8DA3CC;
}
textarea:hover {
	border: #8DA3CC;
}
