/* CSS Document */


.submit {
	color: #336699;
	background-color: #d3dbec;
	border: 2px outset #336699;
	font-weight: bold;
	text-align: center;
	float: none;
	display: inline;
}

.buttons {
	text-align: center;
}

textarea {
	overflow: auto;
	color: #0033FF;
	background-color: #ffffff;
	border: 1px solid #336699;
}

form {
	width: 400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

form fieldset {
	margin: 0px 15px 10px 10px;
	padding: 10px 10px 10px 10px;
}

form fieldset legend {
	color: #009999 ;
	font-size: 150% ;
	font-weight: bold ;
	padding: 2px 6px;
}

form fieldset div {
	margin: 5px 5px 5px 5px;
	clear: left;
}

form fieldset div label, form fieldset div input {
	display: block;
	float: left;
	margin-bottom: 5px;
}

form fieldset label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
}


form fieldset div input {
	color: #000000;
	border: 1px solid #336699;
}

form fieldset div.notes {
  float: right;
  width: 175px;
  height: auto;
  margin: 10px;
  padding: 5px;
  border: 1px solid #336699;
  background-color: #d3dbec;
  color: #336699;
  font-size: 75%;
}


form fieldset div.notes h4 {
  /*background-image: url(../../../graphics/Swan_Logo_button_A-s_RGB_72.png);*/
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0px 3px 27px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #336699;
  color: #336699;
  font-size: 110%;
  margin: 0em;
}

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

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

