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

	  h1 {
 		background-image : url('/img/common/title_search.png');
		background-repeat: no-repeat;
		background-position:0 0;
		font-size:15px;
		color:#FFFFFF;
		width : 569px;
		height:30px;
		margin:0 -0 0 0;
		line-height:30px;
		padding:0 0 0 30px;
		text-align : left;
		}
		
		h2 {
		clear:both;
 		background-image : url('/img/common/icon_h3.png');
		background-repeat: no-repeat;
		background-position:0 5px;
		font-size:13px;
		color:#FF6600;
		width : 569px;
		height:30px;
		margin:10px 0 10px 0x;
		line-height:30px;
		padding:0 0 0 30px;
		text-align : left;
		}
		
		
	.attention {	
		float:left;
		width:540px;
		margin:5px 0 15px 15px;
		background-color:#FFCC66;
		border: 1px #707070 solid;
		}
		
 .send {
 margin-left:200px;
 }
		
			
	table {
		 width:520px;
		 margin:0 0 0 0;
 		 border-collapse: separate;
 		 }
		
	th {
		font-size:10px;
		vertical-align:text-top;
		width:100px;
		background-image:url('/img/common/icon_list.png');
		background-position:2px 3px;	
		background-repeat: no-repeat;
   		padding:5px 0 5px 18px;
		border-bottom:1px #999999 dotted; 
		}
	
	td {
	font-size:10px;
	border-bottom:1px #999999 dotted; 
	}
	
	
