@charset "utf-8";
/* CSS Document */

 #tag_box
	{
		float:left;
		width:325px;
		height:auto;
		
		margin-top: 10px;
		margin-left: 0px;
		margin-right:10px;
		margin-bottom:10px;
	
		padding-left: 0px;
	}
 
	 #tag_top_left
	{
	    float:left;
		width: 320px;
		height: 5px;
		background-color:;
		padding: 0px 0px 0px 0px;
		background-image:url(../img/user/user_top_left.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	
	 #tag_top_right
	{
		float:left;
		width:  5px;
		height: 5px;
		padding: 0px 0px 0px 0px;
		background-image:url(../img/user/user_top_right.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	
	 #tag_line
	 {
	 	width: 85%;
	 	height:1px;
		background-color:#ffffff;
		margin-top:5px;
		margin-bottom:5px;
	 	border-left:0px;
		border-right:0px;
		border-top:1px;
		border-bottom:0px;
	 	border-style:solid;
	    border-color:#CACACA;
	 }
	 
	
    #tag_content
	{
		float:left;
		text-align:left;
	    width: 317px;
		height: auto;	
		background-color:#ffffff;
		padding-top: 0px;
		padding-left:3px;
		padding-right:3px;
		padding-bottom:0px;
		margin-top: 0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		border-left:1px;
		border-right:1px;
		border-top:0px;
		border-bottom:0px;
		border-style:solid;
	    border-color:#CACACA;
	}
	
     #tag_bottom_left
	{
		float:left;
		width:320px;
		height:5px;
		background-color:;
		padding: 0px 0px 0px 0px;		
		background-image:url(../img/user/user_bottom_left.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	
	
	#tag_bottom_right
	{
		float:left;
		width:  5px;
		height: 5px;
		background-color:;
		padding: 0px 0px 0px 0px;
		margin-top: 0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		background-image:url(../img/user/user_bottom_right.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
