/*
|
| TITLE:	Forms Style Sheet
| AUTHOR:	Eric Shiarla, emshiarla@gmail.com
| EMPLOYED:	Interworks Inc.
|
*/

.styledForm, .styledForm fieldset {
  font:normal 1em Tahoma;
  margin:0 3.4em 1.5em 2em;
  clear: left;
  background: #fff url(../images/bg-forms.jpg) repeat-x top left;
  border: 2px solid #fff;
}

#primaryContent .styledForm ol {
	list-style-image: none;
}

.styledForm span.note {
  font-size: 90%;
}

.styledForm fieldset {
  margin: 0;
  padding: 10px 0;
  border: none;
}

.styledForm label {
  float: left;
  width: 110px;
  color: #CD8A4D;
}

.styledForm label { /* IE haslayout bug, issues with longer labels */
  height: 1%;
}

.styledForm label.clear {
  margin-right: 5px;
  width: auto;
}

.styledForm label.multiple {
  margin: 3px 10px 3px 0;
  width: 100px;
  text-align: right;
}

.styledForm input.multiple {
  margin: 5px 0 0 0;
}

.styledForm label.long {
  width: 200px;
}

.styledForm input, .styledForm textarea, .styledForm select {
  margin: 0;
  padding: 5px;
  border: 1px solid #CACACA;
}

.styledForm input:focus, .styledForm textarea:focus, .styledForm select:focus {
  border-color: #999;
}

.styledForm textarea {font:normal 1em Tahoma;}

.styledForm input.submit {
  margin-left: 135px;
  padding: .5em;
  border:0;
}

.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;
}

.styledForm li.last {
  background-image: none;
}

/*** Radio Buttons and Select Lists ***/
.styledForm label.radio{
  width: 110px;
  float:none;
  color: #CD8A4D;
}

.styledForm label.select{
  width: 110px;
  float:none;
  color: #CD8A4D;
  padding-right: 10px;
}

/*** Giving Back page ***/
form.givingbackForm p {
	font-size: 1em !important;
	padding: 0 0 10px 0 !important;
}

form.givingbackForm label {
  width: 130px;
}

form.givingbackForm label.comments {
	width: 460px;
}

form.givingbackForm textarea {
  margin-left:0;
  width:415px !important;
  width:auto;
}

form.givingbackForm input {
  width:283px;
  padding:5px !important;
}

form.givingbackForm input.submit {
  width:auto;
  margin-left:40px;
}

#D3cpWidget {
    background: url("../images/bg-forms.jpg") repeat-x scroll left top #FFFFFF !important;
    margin: 35px 22px 0 !important;
    padding: 25px 20px 0 !important;
    width: 89% !important;	
}




