@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1c314c;
	background-image: url(https://localhost/Data/FUBON/images/login_bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size:12px;
	color:#143e74;
}
img{
	border:none;
}
/*form Setting*/
input[type=text],input[type=password]{
	background-image: url(https://localhost/Data/FUBON/images/form_inputbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	border: 1px solid #c4c4c4;
	height:20px;
	width:227px;
	letter-spacing:1px;
	padding-top:3px;
	padding-left:3px;
}

/*link setting*/
a:link {
	color:#8d8d8d;
	text-decoration: underline;
}
a:visited {
	color:#8d8d8d;
	text-decoration: underline;
}
a:hover {	
    color:#27527d;
	text-decoration: none;

}
a:active {
	color:#8d8d8d;
	text-decoration: underline;
}

