#floatdiv {

    position:fixed; _position:absolute; _z-index:2000;

    width:214px;

    display:inline-block;/* overflow:hidden;  같은 의미? */

    right:0; /* //화면 위치*/

    top:30%; /* //화면 위쪽과의 간격 */

    background-color: transparent;

    margin:0;
	
	z-index:1000;

}

#floatdiv ul  { list-style: none; }

#floatdiv li  { margin-bottom: 2px; text-align: left; }

#floatdiv a   { border: 0; text-decoration: none; display: float; }

#floatdiv a:hover, #floatdiv .menu  {  } /* 마우스오버 시 배경/글씨 색깔 */

#floatdiv .menu, #floatdiv .last    { margin-bottom: 0px; }

#floatContent {

padding:5px;

border-width: 2px;

border-color: #7f7f7f;

border-style: solid;

border-bottom-left-radius: 5px;

border-bottom-right-radius: 5px;

}

 

#floatTitle {

width:214px;

height:301px;

line-height:30px;



/* 텍스트 */
text-align: center;

text-decoration: none;

font-weight:bold;

font-size:9px;

/* 모양 */

border-top-left-radius: 5px;

border-top-right-radius: 5px;

}
.field { height:35px; font-family:굴림; font-size:9px; padding:1px 1px 1px 1px; margin-top:1px; border:1px solid #eaeaea;}