body{
	text-align:center;
}



table.main{
    border-collapse: separate;
    border: 2px solid rgb(0, 102, 153);	
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	max-width:90%;
	min-width:700px;
}

table.main th
{
    font-weight: normal;
    background-color: #006699;
    padding: 8px;
    color: white;
    border: 1px solid rgb(0, 102, 153);
}


table.main td
{
    padding:4px 8px;
    border: 1px solid rgb(0, 102, 153);
    background-color: rgb(207, 226, 255);
}

table.main tr.odd td{
	background-color: #E6E0C0;
}

table.main form{
	margin:0;
}

div.banner{
	margin:16px 0;
    color: #fff;
    background-color: #006699;
    font-size: 22px;
    font-weight: bold;
    font-family: 細明體,sans-serif;
    text-align: center;
    line-height: 180%;	

	
}

input, select, textarea,button{
    color: #345800;
    font-size: 12pt;
    background-color: #fff;
    border-top: 1px solid #c93;
    border-bottom: 1px solid #963;
    border-left: 1px solid #c93;
    border-right: 1px solid #963;
}

input:disabled{
    background-color: #CCC;
}


input[type='button']:not(.uk-button):hover,
input[type='submit']:not(.uk-button):hover,
a.button-like:not(.uk-button):hover{
	border-color:red;
}


input[type='radio'],input[type='checkbox']{
	vertical-align:middle;
	margin:0;
	padding:0;
	width:1em;
	height:1em;
	background-color: transparent;
}
table.main label:hover{
	color:red;
}



table.styling {
	width:99%;
	background-color:transparent;
}
table.styling td{
	padding:0;
	border:none;
	background-color:transparent;
}

a.button-like {
	cursor:default;
	text-decoration: none;
	padding: 1px 6px;
	color: #345800;
	font-size: 12pt;
	background-color: #fff;
	border-top: 1px solid #c93;
	border-bottom: 1px solid #963;
	border-left: 1px solid #c93;
	border-right: 1px solid #963;  

}
