/*Black Color
===========================================*/
/*heading style*/
.inkleadsform ul.inkleadsul li h2.heading {
/* IE10+ */ 
background-image: -ms-linear-gradient(top, #4B4B4B 0%, #090909 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #4B4B4B 0%, #090909 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #4B4B4B 0%, #090909 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4B4B4B), color-stop(100, #090909));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #4B4B4B 0%, #090909 100%);
/* W3C Markup */ 
background-image: linear-gradient(to bottom, #4B4B4B 0%, #090909 100%);
}

/*submit button style*/
.inkleadsform .signinForm ul.inkleadsul li input[type="submit"] {
	background-color: #7d7e7d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
	background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#7d7e7d, endColorstr=#0e0e0e);

}
.inkleadsform .signinForm ul.inkleadsul li input[type="submit"]:hover {
	height: 53px;
	border: 1px solid #4a4b4a;
	background-color: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
	background-image: -webkit-linear-gradient(top, #646464, #282828);
	background-image: -moz-linear-gradient(top, #646464, #282828);
	background-image: -ms-linear-gradient(top, #646464, #282828);
	background-image: -o-linear-gradient(top, #646464, #282828);
	background-image: linear-gradient(to bottom, #646464, #282828);
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#646464, endColorstr=#282828);
}

        