#newboat {
	top: 100px; 
	left: 25%; 
	width: 480px; 
	height: 140px;
	background-color: #c0c0c0;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 2px 4px 4px 2px #888888;
	display: none;
    z-index: 1; /* Sit on top */
}

#newship {
	top: 100px; 
	left: 25%; 
	height: 140px;
	width: 480px; 
	background-color: #c0c0c0;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 2px 4px 4px 2px #888888;
	display: none;
    z-index: 1; /* Sit on top */
}

#newshore {
	top: 100px; 
	left: 25%; 
	width: 240px; 
	height: 140px;
	background-color: #c0c0c0;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 2px 4px 4px 2px #888888;
	display: none;
    z-index: 1; /* Sit on top */
}

#newassoc {
	top: 100px; 
	left: 25%; 
	width:240px; 
	height: 140px;
	background-color:#c0c0c0;
	border-radius: 10px;
	padding:10px;
	box-shadow: 2px 4px 4px 2px #888888;
	box-sizing:border-box;
	display:none;
    z-index: 1; /* Sit on top */
}

#newseaduty {
	top: 100px; 
	left: 25%; 
	width:900px; 
	height: 240px;
	background-color: #FFFFFF;
	border: 2px solid Black;
	border-radius: 10px;
	padding:10px;
	box-shadow: 2px 4px 4px 2px #888888;
	box-sizing:border-box;
}

#newassocmem {
	top: 100px; 
	left: 25%; 
	width:240px; 
	height: 240px;
	background-color: #FFFFFF;
	border: 2px solid Black;
	border-radius: 10px;
	padding:10px;
	box-shadow: 2px 4px 4px 2px #888888;
	box-sizing:border-box;
	display:none;
    z-index: 1; /* Sit on top */
}