.formTR
{
	background-color: #1c1c1c;
}
input[type=button], input[type=reset]
{
	width: 190px;
	height: 35px;
	background-color: #555;
	font-family: MyriadPro-Regular;
	font-size: 16px;
	color: white;
	border: none;
	border-radius: 5px;	
	transition: background-color .5s;
	padding: 2px 0px 0px;
	margin: 25px 20px 25px 20px;
	text-decoration: none;
	cursor: pointer;
}
input[type=button]:hover
{
	background-color: #e67000;
}
input[type=reset]
{
	width: 260px;
	font-family: MyriadPro-Regular;
	font-size: 16px;
	border: none;
	border-radius: 5px;	
	background-color: green;
	transition: background-color .5s;
	color: white;
	-width:130px;
	text-decoration: none;
	cursor: pointer;
}
.prvPop {
	font-family: MyriadPro-Light;
	font-size: 20px;
	color: White;
	position: fixed;
	width: 72%;
	bottom: -200px;
	left: 14%;
	padding: 20px 50px 5px;
	border: 3px solid #e67000;
	border-radius: 40px 10px 25px 10px;
	z-index: 20;
	background-image: linear-gradient(to right, rgba(15,15,15,.9), rgba(15,15,15,.9));
	filter: drop-shadow(0px 0px 50px black);
	transition: bottom 1s;
}
