/** Input forms **/

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 704px;
}

form #fixedheight {
	min-height: 400px;
	height:auto !important;
	height: 400px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  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;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 500px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

div.notes {
	float: right;
	width: 170px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #385C55;
	background-color: #e1e1ff;
	color: #385C55;	
	font-size: 88%;
}

div.notes h4 {
	background-image: url('/wmfspayments/themes/wmfs/images/info.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 5px 37px;
	margin-top: 0px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #385C55;
	color: #385C55;
	font-size: 110%;
}

div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #385C55;
}


form div label {
  display: block;
  float: left;
  width: 130px;
  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;	
}


p.error {
  background-color: #ff0000;
  background-image: url('/wmfspayments/themes/wmfs/images/warning.png');
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('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: 170px;
}

form div img {
  border: 1px solid #000000;
}


p.error {
	background-color: #ff0000;
	background-image: url('/wmfspayments/themes/wmfs/images/warning.png');
	color: #ffffff;
	padding: 3px 3px 5px 27px;
	border: 1px solid #000000;
	margin: auto 100px;		
}

form div.error {
  background-color: #ffe1e1;
  background-image: url('/wmfspayments/themes/wmfs/images/warning.png');
  background-repeat: no-repeat;
  background-position: 3px 10px;
  padding: 0 0 0 28px;
  margin: 0;
  width: 475px;
  text-align: left;
  color: #000000;
  border: 1px solid #ff0000;
}

form div.error p.error {
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 300px;
  color: #ff0000;
}

form div input, form div select, form div textarea {
  float: left;
  width: 300px;
  padding: 1px 3px;
  margin: 0 0 0 5px;
}

form div select {
  width: 300px;
}

form div>select {
  width: 310px;
}

form div span select {
  width: auto;
}

div.date select {
	width: auto;
}

div.labelledCheckbox input { 
	width: auto; 
}

form div textarea {
    height: 150px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 500px;
  margin: 40px 0 0 0;
  padding: 0;
  border-top: 1px solid #330000;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 15px 0 0 0;
  margin: 0;
}

input.button, input#continue {
  width: auto;
  padding: 0 6px;
  float: right;
  margin: 0 0 0 5px;
  border: 1px solid #330000;
  background-color: #e1e1e1;
}

input.cancel, input#restart{
  width: auto;
  float: left;	
  margin: 0;
  border: 1px solid #330000;
  background-color: #e1e1e1;
}

/* form.import.css */

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

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;
  height: expression('1%');
  padding: 4px 0px 0px 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: 0px 0px 0px 0px;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0px 0px 5px 0px;
}
