#shiptext {
color: #000000;
text-shadow: 1px 1px 0 #7A7A7A;
background: #eeeeee;
font-size: 30px;
font-weight: bolder;
text-align: center;
}
#shipbox {
background: #eeeeee;
-webkit-box-shadow: 5px 5px 5px 5px #000000; 
box-shadow: 5px 5px 5px 5px #000000;
width: 30%;
padding: 20px;
margin: 20px;
vertical-align: middle;
}