/* CSS Document */
/*所有單行表單*/

	
input[type="text"] , input[type="password"]{
	border:1px solid #d7d7d7;
	padding-left: 2px;	color:#000000;

}
/*所有多行表單*/
textarea  {
	color:#000000;
	border:1px solid #d7d7d7;
	padding-left: 2px;
	
}
	
/*下啦選項*/

select {
	cursor:pointer;	color:#000000;
	border:1px solid #d7d7d7;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom:4px;
	padding-left: 1px;

}


   /*下啦選項*/



	
	
/**************表單按鈕****************************/
/*送出*/

.input_submit,.input_seach {
	color: #ffffff;
	text-decoration: none;
	border:0px solid #d7d7d7;
background: #2e2e2e;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 16px;
}

.input_submit:hover ,.input_seach:hover {
  background: #8f8f8f;
  background-image: -webkit-linear-gradient(top, #8f8f8f, #454545);
  background-image: -moz-linear-gradient(top, #8f8f8f, #454545);
  background-image: -ms-linear-gradient(top, #8f8f8f, #454545);
  background-image: -o-linear-gradient(top, #8f8f8f, #454545);
  background-image: linear-gradient(to bottom, #8f8f8f, #454545);

  text-decoration: none;
}


.input_submit {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


/**************表單****************************/



    .classname {

	font-size:12px;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d7d7d7;
	padding:8px 20px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #6e6e6e), color-stop(100%, #454647) );
	background:-moz-linear-gradient( center top, #6e6e6e 5%, #454647 100% );
	background:-ms-linear-gradient( top, #6e6e6e 5%, #454647 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e6e6e', endColorstr='#454647');
	background-color:#adadad;
	color:#ffffff;
	display:inline-block;


}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #454647), color-stop(100%, #6e6e6e) );
	background:-moz-linear-gradient( center top, #454647 5%, #6e6e6e 100% );
	background:-ms-linear-gradient( top, #454647 5%, #6e6e6e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#454647', endColorstr='#6e6e6e');
	background-color:#454647;	color:#ffffff;
}.classname:active {
	position:relative;
	top:1px;	color:#ffffff;
}

a.btn_submit
{
font-size:16px;
font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
  background: #4e7526;
  background-image: -webkit-linear-gradient(top, #4e7526, #7e9c22);
  background-image: -moz-linear-gradient(top, #4e7526, #7e9c22);
  background-image: -ms-linear-gradient(top, #4e7526, #7e9c22);
  background-image: -o-linear-gradient(top, #4e7526, #7e9c22);
  background-image: linear-gradient(to bottom, #4e7526, #7e9c22);
  text-decoration: none;
  color: #ffffff;
 	padding:3px 15px;
  text-decoration: none;	border:0px solid #d7d7d7;display:inline-block;
}
a.btn_submit:hover {
  background: #4e7526;
  background-image: -webkit-linear-gradient(top, #7e9c22,#4e7526 );
  background-image: -moz-linear-gradient(top, #7e9c22,#4e7526 );
  background-image: -ms-linear-gradient(top, #7e9c22,#4e7526 );
  background-image: -o-linear-gradient(top, #7e9c22,#4e7526 );
  background-image: linear-gradient(to bottom, #7e9c22,#4e7526 );

  text-decoration: none;  color: #ffffff;
}

/*checkbox選項*/
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + i,
input[type="radio"] + i {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	cursor: pointer;

	margin-right: 10px;

}
input[type="checkbox"] + i:before,
input[type="radio"] + i:before {
	width:16px;
	height:16px;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	font-size: 14px;
	color: #fff;
	border: 1px solid  #d7d7d7;
	margin: 0 5px  0 0;
	display: block;
}
input[type="checkbox"]:checked + i:before,
input[type="radio"]:checked + i:before {

color:#fff;
  background-color: #1C5193;
  border-color: #1C5193;
}

input[type="radio"] + i:before {
  border-radius: 10px;
}

.ie8 input[type="checkbox"], .ie8 input[type="radio"] {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.ie8 input[type="checkbox"] + i:before, .ie8 input[type="radio"] + i:before {
  display: none;
}

label{
	margin-right: 20px;


}
/*checkbox選項*/

.captcha_img{

	vertical-align:middle;
}
/*工具提示*/

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	border: 1px solid #999999;\9; 


}
/*工具提示*/


.right_mess{
	width: 680px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;

	margin-right: auto;
}
.right_mess i{
	color: #1C5193;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-right: 5px;
}

/*************表單未寫提示************/

form label.error {
	color:#003366;
	line-height: 20px;
	background-image:url(/images/error.png);
	background-repeat:no-repeat;
	background-position:3px center;
	line-height:22px;
	color:#ec6098;
	font-size:13px;
	height: 24px;
	text-align: left;
	margin-left: 10px;
	padding-left: 23px;
	
	vertical-align: middle;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
}
input.error {
border: 1px dotted red;
}/*************表單未寫提示************/
