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

#window { 
		/*float:right;*/
		position: fixed;
		top: 52px;
		right: 76px;
		/*margin: 0px 77px px 0px;*/
		z-index: 1;
		width: 220px; 
		height: 70px; 
		background: #C9C9C9; 
		border-radius: 7px;
		border: 1px solid #AEB49F;
		padding: 0px; 
		/*box-shadow: 0 0 5px rgba(0,0,0,.4);*/ 
		display:none;
		
}  

#close-button {
		color: #000000; 
		font-style: normal; 
		font-weight: bold; 
		font-size: 10pt; 
		line-height: 15pt; 
		font-family: "Verdana", Helvetica, Arial, sans-serif; 
		width: 20px; height: 20px; 
		background: #000; 
		border-radius: 50%; 
		border: 3px solid #fff; 
		display: block; 
		text-align: center; 
		color: #fff; 
		text-decoration: none; 
		position: fixed; 
		top: 45px; 
		right: 67px; 
}

/*Pop up Window form*/

.PU_field {
	float: left;
	margin: 25px 5px 20px 15px;
}


.PU_field input {
	width: 120px;
	border: 1px solid #333333;
	height: 20px;
	padding-left: 5px;
	
}

.PU_go {
	float: right;
	width: 52px;
	height: 25px;
	margin: 25px 10px 20px 0px;
	
}

.PU_go input {
	width: 52px;
	height: 25px;
	border: none;
}