	#kontakt-levy {
	width: 660px;
	float: left;
}
	input, textarea { 		
		padding: 8px; 
		margin: 4px 0 10px 0; 
		background: #eee1d1; 
		width: 300px; 
		font-size: 14px; 
		color: #61043b; 
		
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		-webkit-box-shadow: 0px 0px 4px #515151;
		-moz-box-shadow: 0px 0px 4px #515151; 
		box-shadow: 0px 0px 4px #515151;
		
		/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
		-webkit-transition: background 0.3s linear;
	border: none;			
/* -- CSS3 - define rounded corners for the form -- */	
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px; 						
}
	
	textarea {		
		width: 660px; 
		height: 150px;	 
		margin-bottom: 15px;		
	}
	
	input:hover, textarea:hover { 
		background: #efca9d; 
	}
		
	input.submit { 	
		width: 100px; 
		color: #61043b; 
		text-transform: uppercase; 
		position: relative;
		left: 560px;
		
		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; 
						
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		background: #eee1d1; 	
	} 
	
	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: #efca9d;
	} 
#kontakt-pravy img.cara{
	margin-left: 30px;
	margin-bottom: 4px;
}
#kontakt-pravy {
width: 270px;
margin-top: 10px;
float: right;
}
.kontakt-obr {
float: left;
}
.vedle-obr {
position: relative;
left: 18px;
float: left;
}
.center-kont {
margin-left: 18px;
margin-bottom: 20px;
}