body{
	color: #797575;
	font-family: 'Maven Pro', sans-serif !important;
}
a:hover{
	text-decoration: none;
}
input{
	border-color: #797575 !important;
}

header img, .box img{
	width: auto;
}
.box{
	/*background: #dedede;*/
	background-image: url("images/holder.png");
    padding: 15px 0 1px 0;
    border-radius: 10px;
}
h6{
	color: #1c8943;
	font-size: 18px;
}
li{
	padding-top: 15px;
}
.reg{
	margin-top: 10px;
}
#subbtn{
	    background: green;
	        border: none;
}

#subbtn:hover
{
background-color:#28ab58;
}
.productTit{
	color: green;
	font-size: 14px;
}