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

 #img1
 {
 position:absolute;
 left:300px;
 top:10px;
 z-index:-1
 }
  #img2
 {
 position:absolute;
 left:820px;
 top:190px;
 z-index:0
 }
 #pos1
 {
 position:absolute;
 left:565px;
 top:300px;
 z-index:1
 }
 #tbl1
 {
	position:absolute;
	left:820px;
	top:350px;
	z-index:2;
	width: 400px;
	*border-collapse: collapse; 
	/* IE7 and lower */
    border-spacing: 0; 
 
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0
	0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}
th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
 
 
 

 
