<HTML>
<HEAD>
<style type="text/css">
input {
color : red;
background-color:white;
border:dotted 1px black;
/*
border-style:dotted;
border-width:1px;
border-color:black;
*/
font-size:9pt;
font-family:굴림; /*글꼴*/
height:40px;
width : 200px; }
</style>
</HEAD>
<BODY BGCOLOR="#ffffff">
<form>
<input type="button" value="스타일이 적용된 버튼" id="Button1" name="Button1">
<input type="button" value="스타일이 적용된 버튼" id="Button1" name="Button1">
</form>
</BODY>
</HTML>