@charset "utf-8";
/* CSS Document */
html, body, 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,
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: 1rem;
font-family:Verdana, Geneva, sans-serif;
text-align:left;
vertical-align:top;
line-height:1.7rem;
}
div{margin: 0;
/*padding: 0;*/
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 1rem;
font-family:Verdana, Geneva, sans-serif;
line-height:1.7rem;
}
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: #0099cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099cc;
}
a:hover {
	text-decoration: underline;
	color: #db2500;
}
a:active {
	text-decoration: none;
	color: #db2500;
}
fieldset {
    margin: 10px 20px 0 20px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    line-height:1.7rem;
}
/*區塊標題*/
legend {
	margin-left: 1em;
	padding-top: 1px;/*IE7修正字會被砍掉*/
	color:#db2400;
	font-weight: bold;
	font-size:1.1rem;
}
/*欄位標題*/
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;
}
/*文字欄位樣式*/
fieldset li input.fildform{
line-height: 20px;
height: 20px;
border: 1px solid #C3C3C3;
}
select, input[type='text'], input[type='password'], input[type='date'],input[type='number'], textarea{
	font-size: 1rem;
	padding:4px;
	margin-bottom: 3px;
}
input[type='button'], input[type='reset'], input[type='submit']{
	font-size: 1rem;
    margin-bottom: 3px;
    border-radius:5px;
}

input[type='radio']{width: 18px; height: 18px;  width: 20px \9;height: 20px \9;/*IE8*/ line-height: 1.2rem; vertical-align:top;  } 
input[type='checkbox']{width: 18px; height: 18px;  width: 20px \9;height: 20px \9;/*IE8*/ line-height: 1.2rem; vertical-align:top; } 

input[type='file']{
	padding:4px;
	margin-bottom: 3px;
}

select:focus, input[type='text']:focus, input[type='password']:focus, input[type='button']:focus, input[type='file']:focus, input[type='reset']:focus, input[type='submit']:focus, input[type='date']:focus, textarea:focus{ border: 2px solid #EA5032; }

/*密碼輸入欄位切換icon*/
.InputCheckEye {
    position: relative;
    margin-left: 0px;
    text-indent: -2rem;
    color: #666666;
}
.InputConfirmEye {
    position: relative;
    margin-left: 0px;
    text-indent: -2rem;
    color: #666666;
}