
       form {	margin: 5px auto;
		}
		
		input, textarea {
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			background-color:#fff;
			border:1px solid #ccc;
			font-size:14px;			
			min-height:20px;
			display:block;					
			border:1px solid #545454;
			border-radius:3px;
			padding-left:10px;
		}
		
		label{
			margin-right:15px;
			color:#545454;}
		
		textarea {
				min-height:60px;
				background:#fff;
				border:1px solid #545454;
				
		}
		
.full-col textarea {
    height: 100px;
}
		.field{
			margin-left:55px;}

		input:focus, textarea:focus {			
			border:1px solid #e24b01 !important;
			background:#fff; color:#fff;		
		}
		
		/* The interesting bit */
		
		input:not(:focus), textarea:not(:focus) {
			opacity:1;
			background:#fff;
			color:#000;
			border: 1px solid blue;
		}
		
		input:required, textarea:required {
						
		}

		input:valid, textarea:valid {
			border:1px solid #000;
			color:#000;		
		}		

		input:focus:invalid, textarea:focus:invalid {
			color:#000;						
		}

		input[type=submit] {
			color:#000;	
			
			background:url(../images/submit_button.png) no-repeat;
			width: 195px;
			height: 45px;
			border: none !important;	
		} 
		input[type=reset] {
			background:url(../images/reset_button.png) no-repeat;
			width: 130px;
			height: 45px;
			
		}
		.submit-btn{
			float: left;
		}
.btn{
	float:left;
	padding:5px;
	opacity:1.0;
	margin-top:-30px;	
	color:#000;
	background:#fff;
	}
	.btn:hover{box-shadow:none;}
	.btn1:hover{box-shadow:none;}
	.btn1{
	margin-left:20px;
	float:left;
	padding:5px;
	opacity:1.0;
	width:23%;
	margin-top:-30px;	
	color:#000;
	background:#fff;
	border:1px solid #666;
	box-shadow:2px 2px 2px #fff;
	}

	
	      