/* floatBnr */

*{
	margin:0;
	padding:0;
}

#float {
	width: 216px;
	height: 308px;
}
#float {
	position: absolute;
	right: 0px;
	top: 200px;
	z-index:9999;
}

#floatArea,#floatTop{
	cursor: move;
	position:absolute;
}


#float #floatTop {
	left:0px;
	top:0px;
	cursor: move;
}

#floatClose a{
	position: absolute;
	right: 12px;
	top: 0px;
	width:22px;
	height:16px;
	text-indent: -9999px;
}

#floatArea {
	left:0px;
	width:212px;
	height:306px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background:#666666;
	background: #666 url(../images/float_top.gif) no-repeat -4px -2px;
}

#floatArea img{vertical-align:top;}
#floatReq {
	position:absolute;
	top: 21px;
	width:200px;
	left: 6px;
}

#floatReq p {
	margin-bottom: 10px;
}
