.formField {
	width: 190px;
	margin-bottom: 5px;
	background-color: transparent;
	border:solid 1px #FFF;
	border-radius:5px;
}

#dwGoButton span{
	color:white; 
	background-color:#CC6633;
	font-size:11px; 
	font-weight:bold; 
	text-transform:uppercase;
	padding:6px;
	padding-left:5px;
	padding-right:5px;
	border:solid 1px #FFF;
	cursor:pointer;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 176px;
	border-radius:5px;
}

#dwGoButton span:hover{
	border-color:black;
}    	

#dwSailingsFound {
	display: inline;
}

#dwBottomBox{
	margin: 10px;
}

#dwBottomBox a{
	font-size:10px; font-weight:bold;
	cursor: pointer;
}

#dwBottomBox a:hover {
	text-decoration:none;
}
