
/*

     Author: VidaLogo.com

 	E-Mail: info@vidalogo.com

 	

 	Last Revised: 03/31/09

 	Use the concepts, but do not copy.

 	  

 	*/
form {
  	width: 450px;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

	
form img {
  	float: right;
}

	
form ol {
  	color: #2E6AB1;
  	margin-left: -30px;
  list-style-type: none;
}

	
ol input {
  	display: inline;
  	width: 200px;
}

	
form span {
  	color: #2E6AB1;
  	font-size: larger;
}

	
*.fieldset {
  	background-color: #FFFFE7;
  	margin-bottom: 6px;
  border-top: 1px #2E6AB1 dashed;
  border-right: 1px #2E6AB1 dashed;
  border-bottom: 1px #2E6AB1 dashed;
  border-left: 1px #2E6AB1 dashed;
  width: 500px;
}



 

  
*.fieldset-pad {
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  text-align: left;
}

*.legend {
  	color: #2E6AB1;
  	font-size: medium;
  	font-weight: bold;
}

	
input {
  	display: inline;
  	margin-left: 10px;
}

	
.submit {
  	width: 410px;
  	padding-bottom: 1em;
}
	