
body{
min-width:1300px
}

.button_blue {
	display: inline-block;
	width: 180px;
	height: 40px;
	font-size:14px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
}
.button_blue::before,
.button_blue::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_blue,
.button_blue::before,
.button_blue::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_blue {
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 3px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .3);
}
.button_blue:hover {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bolder;
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
.button_blue:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
/* ------------------------------------------------------------------------------- */
.button_bred {
	display: inline-block;
	width: 200px;
	height: 25px;
	font-size:12px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
}
.button_bred::before,
.button_bred::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_bred,
.button_bred::before,
.button_bred::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_bred {
	border: 1px solid #FF1212;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #FF4848, #FF2424);
	background-image: linear-gradient(to bottom, #FF4848, #FF2424);
	border-radius: 3px;
	color: #fff;
	line-height: 25x;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .3);
}
.button_bred:hover {
	font-size:12px;
	border:1px solid #FF1212;
	color: #fff;	
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #FF1212, #FF1212);
	background-image: linear-gradient(to bottom, #FF1212, #FF1212);
}
.button_bred:active {
	background: #CC3D3D;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #fff;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
.button_bred_no {
	display: inline-block;
	width: 180px;
	height: 25px;
	font-size:12px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
}
.button_bred_no::before,
.button_bred_no::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_bred_no,
.button_bred_no::before,
.button_bred_no::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_bred_no {
	border: 1px solid #FF1212;
	background-color: #fcfcfc;
/*	background-image: -webkit-linear-gradient(top, #FF4848, #FF2424);
	background-image: linear-gradient(to bottom, #FF4848, #FF2424); */
	border-radius: 3px;
	color: #191919;
	line-height: 25px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .3);
}
.button_bred_no:hover {
	font-size:12px;
	border:1px solid #FF1212;
	color: #fff;	
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #FF1212, #FF1212);
	background-image: linear-gradient(to bottom, #FF1212, #FF1212);
}
.button_bred_no:active {
	background: #CC3D3D;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #fff;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
/* ------------------------------------------------------------------------------- */

.button_ntxt {
	display: inline-block;
	width: 180px;
	height: 40px;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
}
.button_ntxt::before,
.button_ntxt::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_ntxt,
.button_ntxt::before,
.button_ntxt::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_ntxt {
	border: 1px solid #cccccc;
	background-color: ;
/*
	background-image: -webkit-linear-gradient(top, #FF4848, #FF2424);
	background-image: linear-gradient(to bottom, #FF4848, #FF2424);
	border-radius: 3px;
*/
	color: #191919;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .3);
}
.button_ntxt:hover {
	font-size:14px;
	font-weight:bolder;
	border:1px solid #cccccc;
/*
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #FF1212, #FF1212);
	background-image: linear-gradient(to bottom, #FF1212, #FF1212);
*/
}
.button_ntxt:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

/*-------------------------------------*/


.install_go {
	display: inline-block;
	width: 150px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
}
.install_go::before,
.install_go::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.install_go,
.install_go::before,
.install_go::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.install_go {
	position: relative;
	background-color: #980000;
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 0px 0 #1F50B5;
	text-shadow: 0 0px 1px rgba(0, 0, 0, .3);
}
.install_go:hover {
	background-color: #AA1212;
	box-shadow: 0 0px 0 #1F50B5;
}
.install_go:active {
	top: 1px;
	box-shadow: none;
}

