/* form.css */

* {
  margin: 0;
  padding: 0;
}

body {
    font-family: Tahoma, Arial, sans-serif;
    color: #d7d7d7;
    background: url(images/bg.jpg) repeat-x #00703d;
}
h1 {
font-size:14px;
height:350px;
overflow:hidden;
position:relative;
width:1000px;
margin-bottom: 50px;

}

h1 a span {
background:url(images/header.jpg);
display:block;
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
}
h3 {

margin: 0 auto;
}
h4 {
	padding-bottom: 5px;
	color:#0cf289;
	font-weight: 200;
	padding-top: 10px;
}
p {
	font-size: 11px;
	color:#fff;
	padding-bottom: 2px;
}
ul {
	font-size: 11px;
	color:#fff;
	padding-bottom: 10px;
	padding-left: 20px;
}
li {
	padding-bottom: 8px;
	list-style-type: disc;
	
}
li li {
	margin-left: 10px;
	list-style-type: circle;
}
a:link,a:visited {
color:#fff200;
text-decoration:none;
font-weight:bold;
}

a:hover,a:active {
text-decoration:underline;
}

form {
  margin: 0 auto;
  padding: 0;
  font-size: 100%;

  width: 770px;
}

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

form fieldset legend {
  font-size: 180%;
  font-weight: normal;
  color: #fff200;
  margin: 0 0 0 0;
  padding: 0 5px;
  border:none;
}

label {
  font-size: 100%;
    border:none;
}

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

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

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

form fieldset div.notes h4 {
  background-image: url(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;
  margin: 0;
  padding: 0 5px 5px 5px;

}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
  color:#00bff3;
}



form div.required label, label.required {
	width:300px;
  color:#fff;
}



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

}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_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/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

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

  color: #ff0000;
}

form div textarea {

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



form div select.selectOne, form div select.selectMultiple {

  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 0;
}


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


/* 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: 500px;
  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: 100%;
  margin: 0 0 0 18px;
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 100%;
}

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

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

form div.wide small {
  margin: 0 0 5px 0;
}

input.error {
background-color:red;
border: 2px yellow solid;
}

select.error {
background-color:red;
border: 2px yellow solid;
}

span.success
{
color:#00ff00;
font-weight:bold;
}

span.error
{
color:red;
font-weight:bold;
}
#submit {
	border-top: 1px solid #fff200;
	border-bottom: 1px solid #fff200;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#footer {
clear: both;

margin: 0 auto;
}