/*
ngy only
do not use this
*/

input[type='submit'],input[type='button'],button,input[type='image'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
}


.btn_more_blue {
	background-color: #407dd2 ;
	padding: 0 35px;
	color: #fff;
	text-align: center;
	font-size: 1.05em;
	text-decoration: none !important;
	font-weight: bold;
	line-height:36px;
	height:45px;
	border-radius:5px;
	border:1px solid #245aa6;
	vertical-align:middle;
	background: linear-gradient(to bottom,#3B78CE,#1f549e)

}

.btn_more_blue:hover, .btn_more_blue:active, .btn_more_blue:focus {
	background-color: #3B78CE ;
	padding: 0 35px;
	color: #fff;
	text-align: center;
	font-size: 1.05em;
	text-decoration: none !important;
	font-weight: bold;
	line-height:36px;
	height:45px;
	border-radius:5px;
	border:1px solid #1f549e;
	vertical-align:middle;
	background: linear-gradient(to bottom,#2a64b6,#1b4d93)

}

.btn_more_white {
	background: #fcfcfc;
	border:1px solid #ddd;
	box-sizing:border-box;
	padding: 0px 25px;
	color: #000;
	text-align: center;
	font-size: 1em;
	text-decoration: none !important;
	line-height:36px;
	height:45px;
	border-radius:5px;
	vertical-align:middle;
	background: linear-gradient(to bottom,#f4f4f4,#efefef)
}

.btn_more_white:hover, .btn_more_white:active, .btn_more_white:focus {
	background: #f4f4f4;
	border:1px solid #ddd;
	box-sizing:border-box;
	padding: 0px 25px;
	color: #000;
	text-align: center;
	font-size: 1em;
	text-decoration: none !important;
	line-height:36px;
	height:45px;
	border-radius:5px;
	vertical-align:middle;
	background: linear-gradient(to bottom,#f4f4f4,#e9e9e9)
}

.btn_register { border: none; vertical-align: middle; }