/* CSS Document */

.required {font-size:large;}
.submit {
	color: #0033FF;
	background-color: #ccffff;
	border: 2px outset #0033ff;
	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 #666666;
}

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

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

form fieldset legend {
	color: #0033FF ;
	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: 110px;
	padding-right: 20px;
}


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

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

.notes_pic {
  width: 250px;
  height: 150px;
  border: 2px solid #0033ff;
  background-color: #ccffff;
}


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: #666666;
  color: #666666;
  font-size: 110%;
  margin: 0em;
}

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

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

a.classic {
	color: #000000;
	border: 1px solid #0033ff;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background-image:url(../graphics/gradient_b.png);
	background-position:top left;
	background-repeat:repeat-x;
	}
	
a.classic:hover { 
	color: #ffffff;
	border: 1px solid #0033ff;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background-image:url(../graphics/gradient_a.png);
	background-position:top left;
	background-repeat:repeat-x;
	}
a.classic_nofrills {
	color: #0033ff;
	}
a.classic_nofrills:hover {
	color: #000000;
	}
#logo_form_1 {
	margin: 5px ;
	padding: 0px ;
	width: 185px ;
	height: auto ;
	border: 1px solid #0033ff ;
	position: relative ;
	left: 0% ;
	top: 400px ;
	background-color: #ffffff ;
}
#logo_form_2 {
	margin: 5px ;
	padding: 0px ;
	width: 185px ;
	height: auto ;
	border: 1px solid #0033ff ;
	position: relative ;
	left: 0% ;
	top: 1275px ;
	background-color: #ffffff ;
}
#logo_form_3 {
	margin: 5px ;
	padding: 0px ;
	width: 185px ;
	height: auto ;
	border: 1px solid #0033ff ;
	position: relative ;
	left: 0% ;
	top: 1885px ;
	background-color: #ffffff ;
}