@charset "utf-8";
/* CSS Document */

#outPic{
	width:600px;
	height:210px;
	margin:0 auto 20px;
}

#out{
   border:none;
   margin:0 auto;
}
   
#out th{
	margin:2px;
    padding:7px;
    text-align:left;
    background-color:#666666;
	border:#ffffff solid 2px;
    font-weight:normal;
    width:100px;
    color:#dddddd;
}

#out td{
	margin:2px;
    border-bottom:solid 1px #666666;
	text-align:left;
	color:#575757;
    width:500px;
    padding:7px
}

