@charset "utf-8";
/* CSS Document */

@import url(reset.css);

/***********************************/
/********登入頁 index.php********/
html{
	height:100%;}

body{
	background:url(../images/bg.jpg);
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	color:#333;}

input[type="text"], input[type="password"]{
	padding: 0 3px;
	height:25px;
	line-height:25px;
	border:1px solid #CCC;}


/*登入帳密區塊*/
.loginBox{
	width:330px;
	position:absolute;
	left:42%;
	top:33%;}

.loginBox .login{
	margin:0;
	min-height:200px;
	background:#FFF;
	padding:10px 15px;
	border-radius:3px;
	border-top:3px solid #b82f15;
	box-shadow: 0 0 3px #999;}

.loginBox .iblogo{
	background:url(../images/login/logo_login.jpg) no-repeat;
	width:200px;
	height:45px;
	text-indent:-9999px;}

/*帳號*/
.loginBox .account{
	margin-top:10px;}

.loginBox .account input[type="text"]{
	margin:0;
	padding:0;
	background:url(../images/login/account.gif) no-repeat center left;
	width:260px;
	height:35px;
	padding-left:35px;
	line-height:35px;
	border-radius:3px;
	border:1px solid #d5d5d5;
	font-size:16pt;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;}

.loginBox .account input[type="text"]:focus{
	background:url(../images/login/account.gif) no-repeat center right !important;
	padding-left:5px;
	padding-right:35px;
	box-shadow:0 0 5px #F60;}

/*密碼*/
.loginBox .password{
	margin-top:10px;}

.loginBox .password input[type="password"]{
	margin:0;
	padding:0;
	background:url(../images/login/password.gif) no-repeat center left;
	width:260px;
	height:35px;
	padding-left:35px;
	line-height:35px;
	border-radius:3px;
	border:1px solid #d5d5d5;
	font-size:16pt;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;}

.loginBox .password input[type="password"]:focus{
	background:url(../images/login/password.gif) no-repeat center right !important;
	
	padding-left:5px;
	padding-right:35px;}

/*驗證碼區塊*/
.loginBox .checkArea{
	margin-top:15px;
	vertical-align:middle;}

.loginBox .checkArea .c-key{/*驗證碼圖*/
	float:left;
	width:100px;
	height:30px;
	border:1px solid #d4d4d4;}

.loginBox .checkArea .c-key-type{/*驗證碼輸入框*/
	float:left;
	margin-left:5px;}

.loginBox .checkArea .c-key-type input[type="text"]{/*驗證碼輸入框*/
	border:1px solid #d5d5d5;
	width:130px;
	height:30px;
	line-height:30px;
	font-size:12pt;}

.loginBox .checkArea a.btn-login{/*按鈕*/
	float:left;
	margin-left:8px;
	display:block;
	width:50px;
	height:30px;
	font-size:10pt;
	line-height:30px;
	color:#FFF;
	text-align:center;
	border:1px solid #B54B4E;
	filter:none;
		background: rgb(238,95,91); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VlNWY1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZDM2MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(238,95,91,1) 1%, rgba(189,54,47,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(238,95,91,1)), color-stop(100%,rgba(189,54,47,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,95,91,1) 1%,rgba(189,54,47,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,95,91,1) 1%,rgba(189,54,47,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,95,91,1) 1%,rgba(189,54,47,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,95,91,1) 1%,rgba(189,54,47,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#bd362f',GradientType=0 ); /* IE6-8 */}

.loginBox .checkArea a.btn-login:hover{/*按鈕*/
	background:#B54B4E;}

.loginBox p{/*powered by ibest*/
	padding-right:5px;
	font-size:9pt;
	color:#666;
	line-height:2;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;}

.loginBox p a{/*powered by ibest*/
	color:#666;}

.loginBox p a:hover{/*powered by ibest*/
	color:#F90;}

.loginBox b.error{/*錯誤訊息*/
	display:block;
	text-align:right;
	color:#F00;
	font-size:9pt;
	font-weight:normal;}

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {/*整個驗證碼區*/
		float:left;
		width:240px;}
		
.QapTcha .clr{}
	
.QapTcha .bgSlider{/*滑軌*/
	height:30px;
	background: url(../lib/Qaptcha/bar.gif) repeat-x;
	border-radius:6px;}
	
.QapTcha .Slider{/*按鈕*/
	cursor:pointer;
	width:45px;
	height:30px;
	background:transparent url(../lib/Qaptcha/but-arrow.gif) no-repeat;
	position:relative;
	top:0;
	left:0;}
	
.QapTcha .TxtStatus{/*文字區*/
	display:none;
	float:left;
	margin-left:10px;
	line-height:30px;
	color:#bb2828;
	font-size:9pt;}
	
.QapTcha .dropSuccess{/*成功*/
	color:#4e8b37;}
	
.QapTcha .dropError{/*錯誤*/
	color:#bb2828;}

