/* form */

#formdiv {
  position: absolute;
  top:28px;
  right: -8px;
  width: 180px;
  z-index: 200;
}

/* fieldset styling */
 fieldset {
    text-align: left;
	margin: 0; /*  space out the fieldsets a little*/
	padding: 0 0 0 1em;
	border : none;
}
fieldset p {
  line-height: 13px;  /* fix firefox height spacing */
}
#button_submit {
  height: 26px;
  width: 97px;
}

/* legend styling */

 legend {
	font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #080697;
}
 form p {
  position: relative;
	width: 100%;
}

/* style for  labels */

 label {
	float: left;
	width: 10em;
    color: #999;
    padding-top: 2px;
    text-align: left;
}

/* style for required labels */
 label .required {
	font-size: 0.83em;
	color:#760000;
}

/* style error messages */
 label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
    right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
 * html .feedback{
  width: 10em;
}
 input {
  width: 150px;
}
 input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

 input.radio, input.checkbox, input.submit {
  width: 100px;
}

/* style form elements on focus */
 input:focus, textarea:focus {
	background: #ffc;
}
 input.radio {
  float: left;
	margin-right: 1em;
}
 textarea {
	width: 250px;
	height: 100px;
}
 input#reset {
  width: 10px;
}
 #submit {
  margin-top: 10px;
  text-align: center;
  width: 8em;
  height: 2em;
  float: left;
}
.in_width {
  width: 150px;
}
select {
  width: 160px;
  font-size: 10px;
}
form label.field-state {
	float: left;
	margin-right: 2px;
	width: 50px;
    text-align: left;
}
form label.field-state select {
	width: 53px;
	float: left;
}
form input  {
  width: 101px;
  height: 35px;
  padding-top: 5px;
  float: right;
  padding-right: 10px;
}

 .FormTitle {
	font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #080697;
}

 .FormBlue {
	font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #080697;
}
