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

 #tab_box
	{
		float:left; 
		width:325px;
		/*hight:auto;*/
		height:122px;
		margin-top: 0px;
		margin-left:0em;
		margin-right: 7px;
		margin-bottom: 7px;
		padding-left: 0px;
		
	}
 
 
	 #tab_box_top_left
	{
	    float:left;
		width: 320px;
		height: 5px;
		background-color:;
		padding: 0px 0px 0px 0px;		
		background-image:url(../img/tab_box/tab_box_top_left.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	
	 #tab_box_top_right
	{
		float:left;
		width:  5px;
		height: 5px;
		padding: 0px 0px 0px 0px;	
		background-image:url(../img/tab_box/tab_box_top_right.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	
	 #tab_box_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;
	 }
	 
	
    #tab_box_content
	{
		float:left;
		text-align:left;
	    width: 317px;
		height: 105px;
		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;
		overflow:hidden;
	}
	
     #tab_box_bottom_left
	{
		float:left;
		width:320px;
		height:5px;
		background-color:;
		padding: 0px 0px 0px 0px;
		background-image:url(/ace/img/tab_box/tab_box_bottom_left.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	
	
	#tab_box_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/tab_box/tab_box_bottom_right.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
