      .popup {
      		margin: 0; 
       		padding: 0;
       		width: 295px;
       		height: 145px;
       		display: none;
			position: absolute;
       		background-image: url('/images/template/header/popup.gif'); 
       		background-repeat: no-repeat;       		      		
       }
	   
			#dpop-agent { left: 50px; }
			#dpop-customer { left: 250px; }
       	
       	
       	
       .popup input{ 
       		margin: 20px 0 0 20px; 
       }
       
	   .popup .submit {
	    	border: 0;
	    	margin-top: 5px;
	    	background: url('/images/template/header/go.png') no-repeat;
	    	width: 50px;
	    	height: 30px;
	    	color: #fff;
	    }
	   .popup .popup-contents {
       		font-size: 12px;
       		line-height: 1.2em;
       		color: #666; 
       		margin: 0;
       		padding: 0;
       }
       	
       .popup .popup-contents p {
       		font-size: 12px;
			margin: 10px 20px;
       		width: 170px; 
       }
       
       .popup  a { text-decoration: none; color:#fff;}
       .popup  a:hover { text-decoration: underline; color:#fff;}
