	/* general form styling */
	
	legend{
		display:none;
		}	
				
	input{
		border-style: none;
		overflow:hidden;
		margin-bottom: 10px;
		}	
											
	label{
			display: none;
			color: #e6e6e6;
		}

	.access{
			margin-top: 10px;
			height: 20px;
			padding: 0px;
			width: 218px;
			border: solid 1px #cccccc;
			
		}
		
	.inactive{
		color: #666666;
		}
				 		
	.active{
		color:#000;
		}
		
	.focused{
		color:#000;
		}
		
	.section {
		padding-top: 10px;
		margin: 0px;
		border-bottom-color: #cccccc;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
	}
label{
			display: none;
			color: #666666;
		}
	  
/*Submit Your Information FORM
*------------------------------------*/
                      
	#loginForm{
			width: 150px;
			height: 20px;
		}
	#loginForm .access input{
			width: 186px;
					
		}

	#loginForm .access .button{
		background: white;
		background-image: url(/styles/images/arrow.png);
		background-repeat: no-repeat;
		height: 18px;
		width: 21px;
		border:none;
		text-align:left;
		overflow:hidden;
		cursor:pointer;
		
		}	
	#loginForm .button:hover{
		background-position: -21px;
		border:none;
		text-align:left;
		overflow:hidden;
		cursor:pointer;
		
		}								






/*Submit Your Information FORM
*------------------------------------*/

#submitForm {
	width: 675px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #fafafa;
	}
#submitForm blockquote {
		margin-left: 10px;
	}
#submitForm blockquote span {
		margin-right: 10px;
		display: inline-block;
	}

	#submitForm fieldset{
		padding: 10px;
		border:none;
		}

#submitForm input {
	width: 225px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	
	border: solid 1px #C6C6C6;
	padding: 2px;
	}
	
#submitForm .optional {
	background-color: #FAFAFA;
	}
	
#submitForm .required {
	background-color: #e5f1ff;
	}
	
#submitForm textarea {
	font-size: small;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	height: 285px;
	width: 315px;
	background-color: #FAFAFA;
	border: solid 1px #C6C6C6;
	padding: 2px;
	}

#submitForm input:hover, #submitForm textarea:hover {
	background: white;
	}
	
#submitForm input:focus, #submitForm textarea:focus {
	background: white;
	border: solid 1px #000000;
	}
	
#submitForm .submit {
	font-size: medium;
	font-weight: bold;
	color: #003366;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 7px;
	margin-top: 22px;
	height: 40px;
	width: 140px;
	background-color: #cccccc;
	}
	
#submitForm .submit:hover, #submitForm .submit:focus {
	color: white;
	min-height: 2px;
	background: #003366;
	}

	
/*CONTACT FORM
*------------------------------------*/

#contactForm {
	width: 625px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #FAFAFA;
	padding: 2px;
	}
#contactForm fieldset{
		width: 100%;
		border:none;
		}

#contactForm input {
	width: 225px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;
	
	border: solid 1px #C6C6C6;
	padding: 2px;
	}
	
#contactForm .optional {
	background-color: #FAFAFA;
	}
	
#contactForm .required {
	background-color: #e5f1ff;
	}
	
#contactForm textarea {
	font-size: small;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	height: 285px;
	width: 315px;
	background-color: #FAFAFA;
	border: solid 1px #C6C6C6;
	padding: 2px;
	}

#contactForm input:hover, #contactForm textarea:hover {
	background: white;
	}
	
#contactForm input:focus, #contactForm textarea:focus {
	background: white;
	border: solid 1px #000000;
	}
	
#contactForm .submit {
	font-size: medium;
	font-weight: bold;
	color: #003366;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 7px;
	margin-top: 5px;
	height: 40px;
	width: 140px;
	background-color: #cccccc;
	}
	
#contactForm .submit:hover, #contactForm .submit:focus {
	color: white;
	min-height: 2px;
	background: #003366;
	}
