.button{
	display: block;
	height: 50px;
	width: 150px;
	background: #ffffff;
	border: none;
	opacity: 0.3;
	
	position: relative;

	color: rgb(0,0,0);
	text-align: center;
	font: bold 3.2em/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:20px;
	background: linear-gradient(top, #ffffff, #e6e6e6);
	border-radius: 50px;
	box-shadow: 0 8px 0 #1b383b;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);

	background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background: linear-gradient(top, #ffffff, #e6e6e6);

	
	-webkit-box-shadow: 0 2px 0  #b3b3b3;
	-moz-box-shadow: 0 2px 0  #b3b3b3;
	box-shadow: 0 2px 0  #b3b3b3;
}

.button:hover{
	transition-duration: 0.5s;
	opacity: 1.0;
	filter: alpha(opacity=100);

}


a.button{
	text-decoration: none;
}

div {
    width: 1000px;
    height: 200px;
   	text-align: center;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;



}
p{
	font: bold 2.2em/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	
}

input[type=text], select {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

input[type=number], select {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}
.button2{
	display: block;
	height: 50px;
	width: 50px;
	background: #ffffff;
	border: none;
	opacity: 0.3;
	
	position: relative;

	color: rgb(0,0,0);
	text-align: center;
	font: bold 3.2em/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:20px;
	background: linear-gradient(top, #ffffff, #e6e6e6);
	border-radius: 50px;
	box-shadow: 0 8px 0 #1b383b;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);

	background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background: linear-gradient(top, #ffffff, #e6e6e6);

	
	-webkit-box-shadow: 0 2px 0  #b3b3b3;
	-moz-box-shadow: 0 2px 0  #b3b3b3;
	box-shadow: 0 2px 0  #b3b3b3;
}

.button2:hover{
	transition-duration: 0.5s;
	opacity: 1.0;
	filter: alpha(opacity=100);

}


a.button2{
	text-decoration: none;
}