/*
|
| TITLE:	Forms Style Sheet
| AUTHOR:	Eric Shiarla, emshiarla@gmail.com
| EMPLOYED:	Interworks Inc.
|
*/


.styledForm, .styledForm fieldset {
  margin:0;
  clear: left;
  width: 480px;
  font-size: .9em;
  background: #fff url(../../images/bg_formBox.png) no-repeat top left;
}

.styledForm span.note {
  font-size: 90%;
}

.styledForm fieldset {
  margin: 0;
  padding: 10px 0;
  border: none;
}

.styledForm label {
  float: left;
  clear: left;
  margin: 3px 10px 0 0;
  width: 160px;
  color: #333;
  font-weight: bold;
  text-align: right;
}

.styledForm label { /* IE haslayout bug, issues with longer labels */
  height: 1%;
}

.styledForm label.clear {
  margin-right: 5px;
  width: auto;
}

.styledForm label.long {
  width: 200px;
}

.styledForm .checkboxSet {
  clear: both;
  margin-left: 150px;
}

.styledForm .checkboxSet input {margin-right: 5px; border: none;}
.styledForm .checkboxSet input.other {border: 1px solid #EAEAEA;}

.styledForm input, .styledForm textarea, .styledForm select {
  margin: 0;
  padding: 2px;
  width: auto;
  border: 1px solid #aaa;
}

.styledForm input:focus, .styledForm textarea:focus, .styledForm select:focus {
  border-color: #CACACA;
}

.styledForm textarea {font:normal 1em Tahoma;}

#content .styledForm p.submit {
  clear: both;
  margin-left: 190px;
}

.styledForm p.submit input {
	border: none;
}

.styledForm em {
  color: red;
  font-weight: bold;
}

.styledForm ol {
  margin: 0 25px;
  padding: 0;
  list-style-type: none;
}

.styledForm li {
  margin: 3px 0;
  padding: 6px 0;
  clear: both;
}

.styledForm li.last {
  background-image: none;
}

.styledForm p.alert {
  margin-left: 175px;
}

.styledForm label.multiline {
  width: 100%;
  text-align: left;
}

.styledForm input.multiline, .styledForm select.multiline, .styledForm textarea.multiline {
  margin: 5px 0 0 150px;
}