@charset "utf-8";
/* CSS Document */

/* Forms stylesheet, final version
Optimized for a #000 background 
Values for a #FFF background are commented out on the source*/

/* first part */

* {
  margin: 0;
  padding: 0;
}

form {
  margin: auto;
  padding: 0;
  font-size: 100%;
  min-width: 300px;
  max-width: 800px;
  width: 450px;
  float: left;
}

form fieldset {
  clear: both;
  font-size: 100%;
/*  border-color: #000000; */
  border-color:#FFF;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
/*  color: #000000; */
  color:#FFF;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
	font-family: "p22-underground-1","p22-underground-2","Futura Book","Futura","Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: "p22-underground-1","p22-underground-2","Futura Book","Futura","Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: both;
  display: block;
  width: 450px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
	float: left;
	width: 158px;
	height: auto;
	margin: 0 0 10px 10px;
    padding: 5px;
    border: 1px solid #666666;
    background-color: #ffffe1;
	color: #FC0;
	font-size: 88%;
}

form fieldset div.notes h4 {
  /*background-image: url(/images/icon_info.gif);*/
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 200px;
}


form div fieldset legend {
  font-size: 120%; /* was 100% */
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
	display: block;
	float: left;
	width: 200px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

.required_wide {
  font-weight: bold;
  width: 350px;
  float: left;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 200px;
}

form div img {
	border: 1px solid #999; /* was #000000 */
}

form div img.icon {
	display: block;
	float: left;
/*	background-color:#f00;
/*	background-image: url(/images/icons/bg_rounded.gif); */
	background-repeat: no-repeat;
	border: none;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icons/error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/icons/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
  text-align: left;
}

form div.error p.error {
  background-image: url(/images/icons/error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  /*width: auto;     might need to use*/ 
  background-color: #FFF; /* was trasnparent which is good for internet explorer, not for Opera*/
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
  color: #000; /* Added by me */
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  /*width: auto;    might need to use*/
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  /*width: auto;    might need to use*/
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

/* Second part */

/* form.import.css */

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
}

form div label.compact {
  display: inline;
  /*width: auto;    might need to use*/
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
	float: left;
	display: block;
	width: 270px;
}

form div label.wide {
  width: 370px;
  float: left:
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 410px;
  margin: 0;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0 0 5px 0;
}
form ul li {
	list-style-type: none;
	text-align: left; 
}
#website {
	display: none;
}
#mycontact {
	float: right;
	width: 270px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 2px;
	padding: 10px;
	margin: 15px;
}
