#interContainer{
position: absolute;
width: 600px; /*Width of popupbox box*/
left: 0;
top: 0;
padding: 5px;
padding-top: 15px;
background-color: #9DC9F4;
border: 1px solid black;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar td{  
color: White;
font-size: 120%;
padding: 5px 0;
}

#interContainer .headerbar td a{ 

color: White;
text-decoration: none;
}


#interContent{
text-align:left;
border: 1px solid gray;
background-color: white;
padding:10px 20px;
}

#interVeil{  
position: absolute;
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
background-color:#CCCCCC;
}
#leavingDiv, .leavingDiv  {
position: absolute;
width: 100%;
height: 20px;
top: 0;
left: 0;
z-index: 500;
}

/*-------------------------------------tuika---*/
	#pomail{		
		width:auto;		
		padding:5px 20px 0px 20px;
		background-repeat:no-repeat;
	}
	.pomf{
		width:auto;
		height:80px;
		padding:20px 10px 10px 10px;		
		background-repeat:no-repeat;
		font-size:15px;
	}
	
	#pomail .pocbox01{
		text-align:center;
		padding:20px 0px 0px 10px;
		width:600px;	
	}

.poppink{ color:#F36;}
.poptxt{font-size: 120%;}
.poptxt2{font-size: 110%;}
.pmb{ margin-bottom:30px}
.pmt{ margin-top:30px}
.b{ font-weight:bold;}
.un{padding-bottom:2px; border-bottom: dotted 1px #F69;}


