@charset "utf-8";
/* CSS Document */
.sample_attach {
border : 1px solid #666666;
font-family : Tahoma;
font-size : 11px;
font-weight : bold;
color : #cccccc;
padding : 0 10px;
margin-bottom : 0;
line-height : 23px;
display : block;
width : 200px;
background : #000000;
text-decoration : none;
cursor : pointer;
}
.sample_attach:hover {
color : #ffffff;
}
