html {
  font-family: Arial;
  display: inline-block;
  margin: 0px auto;
  text-align: center;
}

.button1 {
	background: #00CC00;
	background: -webkit-linear-gradient(grey, #00CC00);
	background: -o-linear-gradient(grey, #00CC00);
	background: -moz-linear-gradient(grey, #00CC00);
	background: linear-gradient(grey, #00CC00);
	width: 80px;height: 35px;
	color: black;
	text-align:center;
	font-size: 20px;
	font-weight: normal;
	padding-top: 6px;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 7px;      
	box-shadow: 3px 3px 10px 0 black;
	}
	.button1:hover {background-color: #3e8e41}
	.button1:active {
	background-color: #3e8e41;
		box-shadow: 0 1px #666;
		transform: translateY(4px);
	}
.button2 {
	background: #FF0000;
	background: -webkit-linear-gradient(grey, #FF0000);
	background: -o-linear-gradient(grey, #FF0000);
	background: -moz-linear-gradient(grey, #FF0000);
	background: linear-gradient(grey, #FF0000);
	width: 80px;height: 35px;
	color: black;
	text-align:center;
	font-size: 20px;
	font-weight: normal;
	padding-top: 6px;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 7px;      
	box-shadow: 3px 3px 10px 0 black;
	}
	.button2:hover {background-color: #3e8e41}
	.button2:active {
		background-color: #3e8e41;
			box-shadow: 0 1px #666;
			transform: translateY(4px);
		}
#SendForm1 {
  border: 1px solid ;
  padding: 5px ;
  box-shadow: 5px 7px #888888 ;
}
#SendForm2 {
  border: 1px solid ;
  padding: 5px ;
  box-shadow: 5px 7px #888888 ;
}

#SendPanel {
  border: 2px solid ;
  padding: 5px ;
  box-shadow: 5px 7px #0099cc ;
}

#cir1 {
  width: 20px;
  height: 20px;

	border-radius: 50%;
	position: relative;
}

#cir2 {
  width: 20px;
  height: 20px;

	border-radius: 50%;
	position: relative;
}

#cir3 {
  width: 20px;
  height: 20px;

	border-radius: 50%;
	position: relative;
}

#cir4 {
  width: 20px;
  height: 20px;

	border-radius: 50%;
	position: relative;
}
#cir5 {
  width: 20px;
  height: 20px;

	border-radius: 50%;
	position: relative;
}
#cir6 {
  width: 20px;
  height: 20px;

	border-radius: 50%;
	position: relative;
}
#cirC {
  width: 15px;
  height: 15px;

	border-radius: 50%;
	position: relative;
}

.HardCon {
	margin: auto;
  width: 200px;
	height: 80px;
  border: 3px solid #73AD21;
  padding: 10px;
   border-radius: 7px;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgb( 25, 75, 60 ) ;
	color: white;
	text-align: center;
}