div#footerform {
	background: RGBA(75, 72, 74, 0.95);
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	display: none;
	z-index: 10;
	font-size: 12px;
	border-top: 8px solid transparent;
	z-index: 120;
	border-image: linear-gradient(to bottom, RGBA(135, 135, 135, 0.66) 0%, RGBA(56, 56, 56, 0.2) 2%);
	border-image-slice: 1;
}

/*div#footerform{background:#000000;text-align:center;position:fixed;bottom:0;left:0;width:100%;
height:60px;display:none;z-index: 10;font-size:12px;
border-top:10px solid transparent; z-index:120;
    -moz-border-image: -moz-linear-gradient(top, #747474 0%, #000 2%);
    -webkit-border-image: -webkit-linear-gradient(top, #747474 0%, #000 2%);
    border-image: linear-gradient(to bottom, #747474 0%, #000 2%);
    border-image-slice: 1;
}*/
div#footerform img {position:fixed;left:0px;bottom:0px;}
div#footerform form {display:inline;}
div#footerform input {display:inline;}
div#footerform a {border: medium none;color:white;font-family: Arial;font-size: 12px;text-decoration: none;}
div#footerform .formInputfooter { width: 180px; height: 28px; padding: 2px 5px 2px 25px; margin: -3px 1px 0px; border: 1px solid #aaa; text-align: left; color: #727272; vertical-align: middle; border-radius:5px;}
div#footerform .formInputSubmitfooter {height:26px;width:80px;vertical-align:middle;}
div#footerform .tagline { font-size: 12px; font-family: verdana; color:white;padding-bottom:0.5rem;}
div#footerform .close { position:absolute; top: 0; right:10px;}
div#footerform .formInputNamefooter {background:url(images/name.png) ;}
div#footerform .formInputEmailfooter {background:url(images/mail.png); max-width:60%;}

@media screen and ( max-width:310px) {
	div#footerform .tagline {
		font-size: 85%;
	}

}
