<style type="text/css">
<!--
@charset "utf-8";
/* CSS Document */

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, blockquote, th, td {
	margin: 0;
	padding: 0;
}

input, button, textarea, select {*font-size: 100%;}

button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input[type=text], input {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: 24px;
	height: 24px;
	padding: 0px 8px;
}

input[type=checkbox], input[type=radio]{
	cursor: pointer;
	vertical-align: middle;
	appearance: none;
	width: 16px;
	height: 16px;
}

html, body{
    /*text-align:center;*/
    font-family: Microsoft JhengHei,PMingLiU, AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
    font-size: 15px;
	height: 100%; 
}

.footer {
	position: fixed;
	
	bottom: 0;
	right: 0;
	width: 100%;
	border-top: solid 1px #ebebeb;
	/*
	padding-top:8px;
	padding-bottom:6px;
	*/
	padding-right: 40px;
	line-height: 15px;
	font-size: 13px;
	color: #666666;
	background-color: #f2f2f2;
	text-align: right;
}

#top_image {
	background-image: url(top_line.gif);
	background-repeat: repeat-x; 
	background-position: center center;
	width: 1024px;
	height: 50px;
}

input.groovybutton{
   font-size:14px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#888888;
   width:120px;
   height:28px;
   line-height:26px;
   background-color:#EEEEEE;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
}

input.groovybutton_blue{
   font-size: 12px;
   font-family: Verdana,sans-serif;
   font-weight: bold;
   color: #fff;
   width: 80px;
   height: 30px;
   line-height: 30px;
   background-color: #4d90fe;
   border-style: solid;
   border-color: #3079ed;
   border-width: 1px;
}
input.groovybutton_blue:hover{
	background-color: #357ae8;
	border-color: #2f5bb7;
}

-->
</style>