﻿
/* 首頁&獨立表單-GSmart,RGBFusion 登入按鈕 */
#btn_login {
	font-size: 15px;
	margin: 20px 30px;
	padding: 10px 35px;
	width: 70px;
	color: #FFFFFF; 
	font-weight: bold;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	/*background: url(/images/Login_BTN_a.png) no-repeat 0 0; 
	height: 34px; 
	text-align: center; 
	line-height: 34px;*/ 
}

#btn_login:hover {
	text-decoration: none;
	color: #000000;
}

#btn_login a:hover {
	text-decoration: none;
}

.eSupport_login {
	
	border-bottom: solid 3px #af2828;
	border-right: solid 2px #af2828;

	background: #af2828;/* Old browsers */
	background: -webkit-linear-gradient(24deg, rgba(217,0,0,1) 0%,rgba(249, 24,108,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -moz-linear-gradient(24deg, rgba(217,0,0,1) 0%, rgba(249, 24,108,1) 100%); /* FF3.6-15 */
	background: linear-gradient(24deg, rgba(217,0,0,1) 0%,rgba(249,24,108,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90000', endColorstr='#f9186c',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
}
