	

	
	* { margin: 0px; padding: 0px; }
	
	body { 
		margin: 0 auto; 
		color: #fff;	 
		width: 800px; 
		 background: #ffffff;			
		font-family: georgia	
	}
	a {     outline: 0;  }
	
	
	h1 { 
		color: #555; 
		margin: 0 0 20px 0; 
	}	
		
     h2 { 
		color: #000; 
	}		
		
	h5 {
	    font-size: 14px; 
		color: #000; 
	}	





	h4 {
	    font-size: 10px; 
		color: #000; 
	}	

	h4 a {
	    font-size: 10px; 
		color: #000; 
	}	



	label {	
		font-size: 20px;
		color: #666; 
	}
	
	form { 
		float: left;
		border: 0px solid #ddd; 
		padding: 20px 0px 0px 30px; 
		margin: 0px 0 0 0;
		width: 715px;
		background: #FFFFFF ;
				
		/* -- CSS3 - define rounded corners for the form -- */	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px; 		
        behavior:url(PIE.htc);
		
	 		
	}	
	
	fieldset { border: none; }
	
	#user-details { 
		float: left;
		width: 230px; 
	}
	
	#user-message { 
		float: right;
		width: 405px;
	}

	#user-message2 {
    padding-left:160px; 
		width: 420px;
	}

	
	input, textarea { 		
		padding: 8px; 
		margin: 4px 0 20px 0; 
		background: #fff; 
		width: 220px; 
		font-size: 14px; 
		color: #555; 
		border: 1px #ddd solid;
		
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		-webkit-box-shadow: 0px 0px 4px #aaa;
		-moz-box-shadow: 0px 0px 4px #aaa; 
		box-shadow: 0px 0px 4px #aaa;
		
		/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
		-webkit-transition: background 0.3s linear;							
	}
	
	textarea {		
		width: 390px; 
		height: 120px; 		 		
	}
	
	input:hover, textarea:hover { 
		background: #eee; 
	}
		
	input.submit { 	
		width: 150px; 
		color: #eee; 
		text-transform: uppercase; 
		margin-top: 10px;
		margin-left: 50px;
		background-color: #c80000;
		
		border: none;
		
		/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
		-webkit-transition: -webkit-box-shadow 0.3s linear;
		
		/* -- CSS3 - Rounded Corners -- */
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px; 
        behavior:url(PIE.htc);
        						
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c80000), to(#b80000)); 
		background: -moz-linear-gradient(25% 75% 90deg,#b80000, #c80000);		
	} 
	
	input.submit:hover { 		
		-webkit-box-shadow: 0px 0px 20px #555;
		-moz-box-shadow: 0px 0px 20px #aaa; 
		box-shadow: 0px 0px 20px #555;	
		cursor:  pointer; 
        background-color: #b80000;

	} 		
				
				
	input.submit1 { 	
		width: 150px; 
		color: #eee; 
		text-transform: uppercase; 
		margin-top: 10px;
        background-color: #41A317;
		border: none;
		
		/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
		-webkit-transition: -webkit-box-shadow 0.3s linear;
		
		/* -- CSS3 - Rounded Corners -- */
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px; 
		behavior:url(PIE.htc);
		
				
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#41A317), to(#347C2C)); 
		background: -moz-linear-gradient(25% 75% 90deg,#347C2C, #41A317);		
	} 
	
	input.submit1:hover { 		
		-webkit-box-shadow: 0px 0px 20px #555;
		-moz-box-shadow: 0px 0px 20px #aaa; 
		box-shadow: 0px 0px 20px #555;	
		cursor:  pointer; 
         background-color: #347C2C;

	} 		
	
	
.err
{ 
    with:300px
	font-family : georgia;
	font-size : 12px;
	color: red;
	text-align: center;
}	
								