@charset "utf-8";
/* CSS Document */
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, samp,
small, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset,form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
/*padding: 0;*/
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 16px;
line-height:26px;
font-family: 'source-han-sans-traditional', sans-serif, '微軟正黑體';
font-weight:300;
text-align:left;
vertical-align:top;
}
p{
margin: 0;
/*padding: 0;*/
outline: 0;
padding:0;
}
div{margin: 0;
/*padding: 0;*/
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 16px;
font-family:'source-han-sans-traditional',  sans-serif,"微軟正黑體";}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
 form, label, legend,
caption, tbody, tfoot, thead, tr, th{border:0;}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: #333333;
background: white;
}
ol, ul {
list-style: none;
}
a:link {
	color: #0075C2;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #0075C2;
}
a:hover {
	/*text-decoration: underline;*/
	color: #E72410;
}
a:active {
	text-decoration: none;
	color: #E72410;
}
fieldset {
    margin: 10px 20px 0 20px;
    padding: 10px;
    border: 1px solid #CCCCCC;
	line-height:26px;
}

/*區塊標題*/
legend {
    margin-left: 1em;
	padding-top: 1px;/*IE7修正字會被砍掉*/
    color:#db2400;
    font-weight: bold;
	font-size:1rem;
}


/*欄位標題*/
form li label {
    /*float: left;
    margin-right: 0em;*/
    color: #333333;
    font-weight:bold;
}
/*文字欄位區間*/
fieldset ol {
    list-style: none;
    padding-top: 5px;
    padding-left: 2em;
    padding-bottom: 5px;
}
fieldset li {
    line-height: 22px;
	line-height: 25px \9;/*IE8*/
	*line-height: 26px;/*IE7*/
	_line-height: 26px;/*IE6*/
    margin-top: 5px;
    margin-bottom: 5px;
}
/*文字欄位樣式*/
.AppForm input.fildform{
border: 1px solid #C3C3C3;
}

/*文字欄位樣式*/
.AppForm input[type='text'],.AppForm input[type='password'],.AppForm textarea,.AppSearch input[type='text'],.AppSearch input[type='password'],.AppSearch textarea{
	/*line-height: 20px;
	height: 24px;*/
	border: 1px solid #C3C3C3; padding:7px; border-radius:5px;
}
.AppForm select,.AppSearch select{
	border: 1px solid #C3C3C3; padding:4px; border-radius:5px;
	font-size: 15px;
}
.AppSearch select{
	padding:0px;margin-left:5px;height:32px;width:60px;
}
.AppForm input[type='text']:focus,.AppForm  input[type='password']:focus,.AppForm select:focus,.AppForm textarea:focus{ border: 2px solid #EA5032; }

.AppForm input[type='radio']{width: 15px; height: 15px;  width: 20px \9;height: 20px \9;/*IE8*/ line-height: 30px; } 
.AppForm li span{color:#db2400; } 
input[type='checkbox']{width: 17px; height: 17px;  width: 20px \9;height: 20px \9;/*IE8*/ line-height: 30px; } 
.AppForm_Submit{
	width:45%;
	border-style: none;
	padding:10px 20px 10px 20px;/*top right bottom left*/
	background-color:#db2400;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	vertical-align:top;
	vertical-align:top \9;/*IE8*/*vertical-align:middle;/*IE7*/_vertical-align:middle;/*IE6*/
	color:#FFFFFF;
	-webkit-appearance : none ;
	font-size:1rem;
	font-family:'微軟正黑體';
	margin:10px;
}
.AppForm_Reset{
	width:45%;
	border-style: none;
	padding:10px 20px 10px 20px;/*top right bottom left*/
	background-color:#999999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	vertical-align:top;
	vertical-align:top \9;/*IE8*/*vertical-align:middle;/*IE7*/_vertical-align:middle;/*IE6*/
	color:#FFFFFF;
	-webkit-appearance : none ;
	font-size:1rem;
	font-family:'微軟正黑體';
	margin:10px;
}
@media (max-width: 510px) { 
.AppForm li span{display:block;margin-left:22px; } 
.AppForm input[type='text']{ display:block; margin-left:22px; font-size:1rem; }
}

.SearchInput,.AppSearch input[type='text'] {
	background-image: url('../Icon/searchicon.png');
    background-position: 5px 3px; 
    background-repeat: no-repeat;
    padding-left: 30px !important;
}
.iwidth{width:22px;}
.fa-star{color:#FFCE55;}
.fa-donate{/*color:#FFCE55;*/}