form fieldset{
	background:#0078b4;	
	border-bottom:1px solid #0888c9;
	border-left:1px solid #0888c9;
	border-right:1px solid #0888c9;	
	border-top:1px solid #0888c9;
	margin:20px 0px 20px 0px;
	width:676px;
	position:relative;
	display:block;
	padding:15px 15px 15px 15px;
}
form fieldset legend{	
	background-color:#0d629e;	
	color:#fbd10c;			
	padding:0px 10px 5px 10px;
	margin:22px 0px 0px 0px;
	position:relative;
	font-weight:normal;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size:17px;
	top:-26px;	
	border-bottom:1px solid #0888c9;
	border-left:1px solid #0888c9;
	border-right:1px solid #0888c9;	
	border-top:0px;
}

