@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:Verdana, Geneva, sans-serif,"微軟正黑體";
text-align:left;
vertical-align:top;
}
html{}
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:Verdana, Geneva, 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: #008cd3;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif,"微軟正黑體";
}
a:visited {
	text-decoration: none;
	color: #008cd3;
}
a:hover {
	/*text-decoration: underline;*/
	color: #ec6d56;
}
a:active {
	text-decoration: none;
	color: #ec6d56;
}
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:15px;
}
/*欄位標題*/
label {
    float: left;
    margin-right: 0em;
	color: #333333;
}
/*文字欄位區間*/
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{
	/*line-height: 20px;
	height: 24px;*/
	border: 1px solid #C3C3C3; padding:5px; border-radius:5px;
}
.AppForm select{
	border: 1px solid #C3C3C3; padding:2px; border-radius:5px;
	font-size: 15px;
}
.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; } 

.SearchInput{
	background-image: url('../Icon/searchicon.png');
    background-position: 5px 3px; 
    background-repeat: no-repeat;
    padding-left: 30px !important;
}
.WhiteIcon{color:#ffffff;}