/*
-----------------------------------------------
studio 2b forms css
----------------------------------------------- */


/* =Comment Form
----------------------------------------------- */
#maincol form.alt {
  background:#cdc;
  }
#c-form th {
  white-space:nowrap;
  }
#c-form .text {
  width:65%;
  }
#c-form td em {
  color:#887;
  font-style:normal;
  }
#c-form p {
  margin:.5em 0 0;
  color:#887;
  }

/* =Contact Form
----------------------------------------------- */
p.error, .error th label, .error td label {
  color:#744;
  }
h2.error, h4.error {
  color:#933;
  }
p.error {
  font-size:85%;
  line-height:1.5em;
  }
.msgbody {
  margin:.5em 0 0;
  border-top:1px dotted #ccb;
  padding-top:.5em;
  }


/* =Generic Forms
----------------------------------------------- */
form {
  background:#eee;
  margin:1px 0;
  padding:5px 5px 5px 10px;
  }
  p.header_text {
   font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.70em;
  font-weight: bold;
  }
  
form table {
width:100%;
  }
  
form > table {
  width:100%;
  }
form th {
  text-transform:normal;
  white-space:nowrap;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;

  }
form .group {
  margin:0 0 .75em;
  }
form.filter {
  margin-bottom:1.5em;
  }
input, textarea, select {
  margin:1px 0;
  font:100%/1.2em Verdana,Monospace;
  }
td input, td textarea, td select, #searchform input, #advsearch input {
  font-size:110%;
  }
input.text {
  background:#fff;
  border:1px solid #ccc;
  border-color:#aaa #eee #eee #aaa;
  color:#333;
  }
.imgbutton {
  vertical-align:middle;
  }
.unit {
  white-space:nowrap;
  margin-right:.5em;
  }
select {
  border:1px solid #ccc;
  }
form p {
  font-size:85%;
  line-height:1.6em;
  }
form td p {
  font-size:100%;
  }
#subcol form div, #c-smx #maincol form div {
  margin-bottom:4px;
  }
.search #subcol form div.group {
  margin-bottom:.75em;
  }
form div div, #maincol form div div, form table {
  font-size:100%;
  padding:0;
  border-width:0;
  }
  
form ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:1.0em;
  }

form li {
	list-style: none;
	display: inline;
	margin:0;
	padding: 0 0 0 3px;
  }
  
form table td {
  width:100%;
  }
  
form table td, form table th {
  padding:5px 10px 5px 0;
  border-bottom:1px dotted #ccb;
  font-weight:normal;
  font-size:65%;
  }
form td.buttons, form th.buttons {
  border-width:0;
  }
form label {
  text-transform:normal;
  font: verdana;
  }
form h2 label {
  text-transform:none;
  }
fieldset {
  border:1px dotted #bba;
  padding:8px 10px;
  margin:1em 0;
  }
fieldset legend {
  padding:0;
  margin:0;
  color:#844;
  }
label em {
  font-style:normal;
  }
form .error th label, form .error td label {
  font-weight:bold;
  }
form label:hover {
  color:#963;
  cursor:pointer;
  }
form label.inline {
  display:inline;
  font-weight:normal;
  }
form div.highlt {
  background:#ffc;
  }
form div.highlt label {
  color:#c00;
  }
form input, form textarea, form select {
  margin:1px 0;
  }
form textarea {
  background:#fff;
  display:block;
  clear:left;
  width:97%;
  border:1px solid #ccc;
  border-color:#ccc #fff #fff #ccc;
  color:#333;
  }
form .error input.text, form .error textarea {
  border-color:#c66 #FFB2B2 #FFB2B2 #c66;
  }
form input.button, form input.button2 {
  padding:2px;
  border:2px solid #69c;
  border-color:#69c #369 #369 #69c;
  background:#ccb;
  color:#000;
  font:bold 100% Verdana,Sans-serif;
  }
form input.button2 {
  border-color:#998 #665 #665 #998;
  color:#333;
  }
form input.button:hover, form input.button2:hover {
  color:#963;
  background:#eed;
  cursor:pointer;
  }
form input.button:active {
  border-color:#369 #69c #69c #369;
  background:#ccc;
  color:#000;
  }
form input.button2:active {
  border-color:#666 #999 #999 #666;
  background:#ccc;
  color:#000;
  }
