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

 #user_box
	{
		float:right; /*right*/
		width:345px;
		height:auto;	
		margin-top: 0px;
		margin-left: 0px;
		margin-right:0px;
		margin-bottom:0px;
		padding-left: 0px;
		
	}
 
 
	 #user_top_left
	{
	    float:left;
		width: 340px;
		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;
	}
	
	 #user_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;
	}
	
	 #user_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;
	 }
	 
	
    #user_content
	{
		float:left;

		text-align:left;
	
	    width: 337px;
		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;
		
	
	}
	
     #user_bottom_left
	{
		float:left;
	
		width:340px;
		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;
	}
	
	
	#user_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;
	}
