#wrapper { background-color: #da1d49; }

a.btn, a.btn:visited { 
	border: solid 1px #06507b; 
	color:#fff;  	
	background-color: #4bb2ec; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bb2ec), to(#168cce));
	background-image: -webkit-linear-gradient(top, #4bb2ec, #168cce);
	background-image: -moz-linear-gradient(top, #4bb2ec, #168cce);
	background-image: -ms-linear-gradient(top, #4bb2ec, #168cce);
	background-image: -o-linear-gradient(top, #4bb2ec, #168cce);
	background-image: linear-gradient(to bottom, #4bb2ec, #168cce);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4bb2ec, endColorstr=#168cce);		
}

a.btn:hover {
	background:#168cce;	
}

.form-row input.btn {  
	border: solid 1px #da1d49; 
	color:#fff;  
	background-color: #4bb2ec; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#da1d49), to(#da1d49));
	background-image: -webkit-linear-gradient(top, #da1d49, #da1d49);
	background-image: -moz-linear-gradient(top, #da1d49, #da1d49);
	background-image: -ms-linear-gradient(top, #da1d49, #da1d49);
	background-image: -o-linear-gradient(top, #da1d49, #da1d49);
	background-image: linear-gradient(to bottom, #da1d49, #da1d49);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#da1d49, endColorstr=#da1d49);		
}

.form-row input.btn:hover, .form-row input.btn:focus {
	background:#da1d49;
}	

.glyph-item { 
	color:#da1d49;
} 

.pricing .blocks .inner ul li.price {
	background: #4bb2ec;	
	border-bottom: solid 5px #168cce; 
	margin-top:-1px
}

.highlight h2 span {
	color:#4bb2ec
}