
.button {
	display: inline-block;
	width: 195px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;

}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .9s;
	transition: all .9s;
}

.button {
	background-color: none;
	color: #333;
}
.button:hover {
	background-color: #8FBC8F;
}


.button2 {
	display: inline-block;
	width: 154px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;

}

.button2::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button2,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .9s;
	transition: all .9s;
}

.button2 {
	background-color: none;
	color: #333;
}
.button2:hover {
	background-color: #FFE4E1;
}

hr{
border:none;
border-top:dotted 1px #808080;
height:1px;
color:#FFFFFF;

}

