
#seaMasterBox{
	width: 250px;
	height: 95px;
	margin-top: 0px;

	background-image: url(../gfx/sea_bg.gif);
	background-repeat: repeat-x;
}

#seaLabel{
	margin-left: 20px;
	margin-bottom: 10px;
}

h2.seaLabel{
	color: #2864C7;
	font-weight: bold;
	font-size: 16px;
	padding-top: 25px;
}

input.seaFld{
	width: 185px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #DCDCDC;
	color: #686868;
	background-color: #FBFBFB;
	
	margin-left: 20px;
}

#seaContent{
	width: 500px;
	margin-left: 20px;
}

#seaFaultContent{

}

.seaInnerContent{
	margin-bottom: 15px;
}

.seaHead{

}

.seaTrenner{

}

.seaLink{
	color: #2864C7;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 2px;

}


.highlight{
	color:#FFFFFF;
	background-color:#686868;
	padding-left: 2px;
	padding-right: 2px;
}

