<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>Untitled Document</title>
	<!-- ie8 이하버젼에서도 적용시켜주는 스크립트 -->
	<!--[if IE]>
		<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
	<style type="text/css">
		<!--
		button{background:#66ccaa;border-width:0pt;border-color:#44ccaa;font-
		size:9pt;color:#000000;width: 100px;height : 50px;
		FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
		StartColorStr="#FFFFFFFF", EndColorStr="#ffddee");
		} -->
	</style>
</head>
<body>
	<button onClick="alert('hi');" name="로그인">로그인</button>
</body>
</html>