﻿/* FORMS */

form { font-family: Sans-Serif; }
#form { width: 600px; }

form .form_block {
  margin-bottom: 6px;
  clear:left;
}

form .form_block label b {
  position: absolute;
  margin-left: 0px;
  font-weight: bold;
}

.form_block span.label {
  margin-left: 10px;
}
 
input.date, input.required_date {
  width: 80px;
  padding-right: 20px;
  background-image: url(gfx/cal.png);
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
}

.form_block span.input {
  font-weight: bold;
  margin-right: 4px;
}

.form_block .outer {
  display: inline-block;
  margin: 3px 12px 0 0;
  width: 160px;
  text-align: right;
}

.form_block div.label_adjacent {
  margin-left: 126px;
}

.form_block label {
  margin: 0px 4px;
}

.section {
  display: none;
}
 
.box h2, h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: Black;
}

form h3 {
  margin: 20px 0 4px 30px;
  
}

form h3.radio {
  margin: 0px;
  padding: 0px;
  margin-bottom: 6px;
}

#formnav {
  width: 180px;
  padding: 10px;
  background: #eee;
  float: right;
  padding-bottom: 20px;
}

#formnav ul {
  padding-left: 20px;
  margin: 0px;
}
#formnav li {
  margin-bottom: 10px;
}
#formnav a.active {
  color: Black;
  cursor: default;
}
#formnav a.active:hover {
  text-decoration: none;
}
#formnav h3 {
   color: Black;
   margin-top: 0px;
   margin-bottom: 20px;
}

/*** Input boxes and selects **/

input, select, textarea {
	background: #fff;
	border:1px #C8C8C8 solid;
	padding: 2px;
	font: 90% Arial, Helvetica, sans-serif;
}

input:hover, select:hover, textarea:hover {
	border:1px #9e0523 solid;
}

input:focus, select:focus, textarea:focus {
	border:1px #624f57 solid;
}

/* Password Strength */

#strength {
  background: #EEE;
  width: 157px;
  height: 18px;
  border: solid black 1px;
  color: Black;
}

#strength_bar {
  background: #EEE url(gfx/password_strength.png);
  height: 18px;
  width: 0%;
}

#strength_text {
  position: relative;
  top: -18px;
  width: 157px;
  height: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 8pt;
}

#about_strength {
  position: relative; 
  top: 11px; left: -40px;
  width: 200px; height: 80px;
  float: right; 
  border: solid #ccc 1px;
  padding: 5px;
}
