/*

 Template 1
 Generate your own custom color scheme by copying color4.css
 File: v078-css.php

 Base colors: 

 	c:  green
 	c1: #e8e8e8
 	c4: #4dc64d

*/

#v071-wrap {
	
	background: -webkit-radial-gradient(circle, #fff, #e8e8e8);
	background: -moz-radial-gradient(circle, #fff, #e8e8e8);
	background: -o-radial-gradient(circle, #fff, #e8e8e8);
	
}

#v071-form {

	background: green;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#085c08), color-stop(50%,#4dc64d), color-stop(51%,#4dc64d), color-stop(100%,#085c08));
	background: -moz-linear-gradient(top, #085c08 0%, #6dc66d 50%, #6dc66d 51%, #085c08 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dc64d', endColorstr='#085c08');
	
}

#v071-headline {
	
	color: green;
	
}