@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background-color:#000;	
}
#tag_area_bg{
	width:410px;
	height:90px;
	background-image:url(../images/design_04.jpg);
}
#textarea{
	width:350px;
	height:65px;
	text-align:left;
	font-size:11px;
	line-height:12px;
	color:#000;
}
#btn_area_bg{
	width:410px;
	height:30px;
	background-image:url(../images/design_05.jpg);
}

#caption_text{
	font-size:14px;
	line-height:17px;
	color:#000;
}

#footer_bg{
	width:700px;
	height:30px;
	background-image:url(../images/design_14.jpg);
	text-align:right;
}
#footer_text{
	font-size:10px;
	color:#FFF;
	line-height:15px;
}