@charset "utf-8";
/* CSS Document */

a:link, a:visited, a:active { text-decoration:none; color:#000;	 }
a:hover { text-decoration:none;color:#004372 }
a.move:hover {position:relative; top:1px; left:1px;}

html {
	background:#fff;
	height:100%;
	width:100%;
}

body{ 
	font-size:12px; 
	font-family:Tahoma, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	color:#464646;
	line-height:130%;
}

img{
	border:0px;
}

table{
	border-collapse:collapse;
	border:1px;
}

th, td{border:0px; margin:0px; padding:0px;}

form{
	margin:0px;
	padding:0px;
}

input {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	margin:0px;
	padding:0px;
}

.chkbox{
	vertical-align:middle;
}

select{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
}
.imgfile{
	position:relative ; 
	background:url(../images/button/btn_file.gif) no-repeat top;	
	width:63px;
	height:22px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.input_file{
    position:absolute ; 
    bottom:0px ; right:0px ; 
    height:200px ; 
    width:72px;
	height:32px;
	font-size:150px;	
	cursor:pointer;
}
