/* CSS Document */

.standardInput{
	background: -moz-linear-gradient(left,  rgba(205,110,69,0) 0%, rgba(205,110,69,0.5) 3%, rgba(205,110,69,0.5) 97%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(205,110,69,0)), color-stop(3%,rgba(205,110,69,0.5)), color-stop(97%,rgba(205,110,69,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(205,110,69,0) 0%,rgba(205,110,69,0.5) 3%,rgba(205,110,69,0.5) 97%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(205,110,69,0) 0%,rgba(205,110,69,0.5) 3%,rgba(205,110,69,0.5) 97%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(205,110,69,0) 0%,rgba(205,110,69,0.5) 3%,rgba(205,110,69,0.5) 97%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(205,110,69,0) 0%,rgba(205,110,69,0.5) 3%,rgba(205,110,69,0.5) 97%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cd6e45', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

padding-left:5%;
padding-right:5%;
border:none;
	
}

.formButton{
	position:relative;
	width:100%;
	height:100%;
    padding: 5px;
    border: 0px solid hsla(37,100%,42%,0.26);
    border-radius: 5px/5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
	z-index:8;
	color:#cd6e45;
	font-family:bankGothic;
	font-size:18px;
	font-weight:bold;
	text-shadow: 1px 1px 3px hsla(0,0%,0%,0.8);
	background:hsla(0,0%,0%,0.00);

}

.formButton:hover {
  background: -moz-linear-gradient(left,  rgba(252,234,187,0) 0%, rgba(252,205,77,0.26) 10%, rgba(248,181,0,0.26) 90%, rgba(251,223,147,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(252,234,187,0)), color-stop(10%,rgba(252,205,77,0.26)), color-stop(90%,rgba(248,181,0,0.26)), color-stop(100%,rgba(251,223,147,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fceabb', endColorstr='#00fbdf93',GradientType=1 ); /* IE6-9 */

}

.formBack{
	background: -moz-linear-gradient(left,  rgba(126,136,168,0) 0%, rgba(126,136,168,0.7) 5%, rgba(126,136,168,0.7) 95%, rgba(124,134,165,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(126,136,168,0)), color-stop(8%,rgba(126,136,168,0.7)), color-stop(91%,rgba(126,136,168,0.7)), color-stop(100%,rgba(124,134,165,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 8%,rgba(126,136,168,0.7) 91%,rgba(124,134,165,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 8%,rgba(126,136,168,0.7) 91%,rgba(124,134,165,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 8%,rgba(126,136,168,0.7) 91%,rgba(124,134,165,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 8%,rgba(126,136,168,0.7) 91%,rgba(124,134,165,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007e88a8', endColorstr='#007c86a5',GradientType=1 ); /* IE6-9 */
}