@charset "utf-8";
*{
	font-family: "微軟正黑體", "Microsoft JhengHei","微軟雅黑體", "Microsoft YaHei", Tahoma,Verdana,"新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", sans-serif ,serif ,arial;

}
body{
	margin:0px;
	padding:0px;
	
}

.ui-datepicker{
	border:1.5px solid #88C5EB!important;
	
}
.warn{
	color:red;
	display:block;
}
.content{
	width:880px;
	border:0px solid SkyBlue ;
	margin:0 auto;
	
	
}




.table000{
	width:500px;
	border:1px solid #B1BBC1;
	margin: 0 auto;
	border-collapse:collapse;
	
}

.banner{
	width:100%;
	height:auto;
	display:block;
}



.table000 tr:first-child td{
	padding:0px;
}


.table000 tr:not(:first-child) td{
    background:;
	padding:10px 5px 10px 5px;
}

.table000 tr:nth-child(2) td{
	padding:0px;
	height:0px;
	
	
}

.status_failed{
	background:#FDD4CE;
	color:#d8000c;
	text-align:center;
	font-weight:;
	font-size:14pt;
	padding:30px 4px 30px 4px!important;
}

.status_success{
	
	background:#EEFCED;
	color: #67923C;
	padding:30px 7px 30px 7px!important;
}


.table000 tr:nth-child(3) td{
	position:relative;
	width:50%;
    background:#d1e0e9;
	text-align:center;
	font-size:14pt;
	border:1px solid #B1BBC1!important;
	
}


.table000 tr:nth-child(3) td img{
   position:absolute;
   top:20px;
   left:48px;
   width:23px;
   height:auto;
   /*
   margin-right:-5px;
   vertical-align:;*/

}

.table000 tr:nth-child(3) td:nth-child(1) img{
   left:72px;
}

.table000 tr:nth-child(3) td input[type='radio']{
    display:none;
	
}

.table000 tr:nth-child(3) td label{
    cursor:pointer;
	display:block;

	padding:10px 0px 10px 4px;
	letter-spacing:4px;
	border:0px solid red;
	margin:0px;
}


.table000 tr:nth-child(4) td:nth-child(1),
.table000 tr:nth-child(5) td:nth-child(1),
.table000 tr:nth-child(6) td:nth-child(1),
.table000 tr:nth-child(6) td:nth-child(3){
    text-align:right;
	
}
.table000 tr:nth-child(6) td:nth-child(2) label{
	margin-right:8px;
	
}

.table000 tr:nth-child(7) td{
	font-size:12pt;
	padding:5px 20px 20px 20px;
}

.table000 tr:nth-child(7) td a{

	color:blue;
	
}






.table000 td,li{
	word-break: break-all;
	margin-bottom:8px;
	
}

ul{
	margin:0px;
	
}


input[name='email']{
	width:90%;
	
}

button[type='submit']{
	font-size:14pt;
	
}







































