@charset "UTF-8";
/*
Title:		Rosetta Stone: forms.css
Created:	June 2007
Description:    Forms.css defines rules to control the look and feel of all form elements throughout the site.
*/


span.required, p.subnote em {
       color: #DB4628;
}

label {
       font-size: 92%;
       color: #2F251E;
       display: block;
       text-align: left;
}

label.align-top {
	margin-top: -4px;
}

input, select, textarea {
       margin-bottom: 1em;
       border: 1px solid #ccc;
       padding: 3px;
       font-family: Arial, Helvetica, sans-serif;
}

textarea.comments {
       width: 300px;
       border: 1px solid #ccc;
}

input.submit {
       border: 0;
}

input.go {
       margin-bottom: .75em;
}

#content-style-sub-header-right input.submit {
       margin: -5px 0 0 10px;
       padding: 0;
}

form.form-table input.img-valign-middle {
       margin: -5px 0 0 10px;
       padding: 0;
       border: 0;
}

div.space-saving-form {
       position:relative;
       margin-bottom: 1em;
}

div.space-saving-form label {
       display: inline;
}

div.space-saving-form input, div.space-saving-form select {
       position: absolute;
       left: 160px;
}





/*  RADIO BUTTONS  */

div.radio-group {
       margin-bottom: 1.5em;
}

div.radio-group label {
       display: inline;
       margin-left: 5px;
       margin-right: 15px;
       font-size: 85%;
}

div.radio-group input {
       margin: 0;
       padding: 0;
}


/*  CHECKBOXES  */

div.checkbox {
       margin-bottom: 1.5em;
}

div.checkbox label {
       display: inline;
}

div.checkbox input {
       margin: 0;
       padding: 0;
       margin-right: 5px;
       display: inline;
       border: 0;
}


/*  FORM ERRORS DEFINED HERE  */

div.field-with-errors input {
      border: 2px solid #c00;
      margin-bottom: 0;
}

div.field-with-errors label {
      color: #c00;
      font-weight: bold;
}

div.field-with-errors span.error-text {
      display: block;
      font-size: 11px;
      color: #c00;
      background: #FFF4BC url(/us_assets/images/warning.gif) no-repeat right .5em;
      margin-bottom: 10px;
      padding: 5px;
}

div.errorExplanation h2 {
      color: #c00;
      font-weight: bold;
      line-height: 1.5em;
}

/*  RADIANT EDITOR REVIEW STUFF HERE  */

#extended-comment {
      z-index: 1000;
      position: absolute;
      top: 50px;
      left: 447px;
      width: 420px;
      background: #ffd519;
      border: 1px solid #666;
      color: #000;
      margin: 5px; 
}

#known-issues {
      z-index: 1000;
      position: absolute;
      top: 50px;
      width: 420px;
      background: #ffd519;
      border: 1px solid #666;
      color: #000;
      padding: 10px;
      left: 0px;
}

pre {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
}
