/* Use this style sheet to override any previous defined style */


.submenu span {
	width: 100px;
	position: relative;
	left: 30px;
	top: 0px;
	display: block;
	padding-bottom: 0px;
	font-size: 10px;
}	

.submenu a:link {
	color: #959595;
	text-decoration: none;
	padding-bottom: 6px;
	display: block;
}

.submenu a:active {
	color: #959595;
	text-decoration: none;
	padding-bottom: 6px;
	display: block;
}

.submenu a:visited {
	color: #959595;
	text-decoration: none;
	padding-bottom: 6px;
	display: block;
}

.submenu a:hover {
	color: #0C36BC;
	text-decoration: none;
	padding-bottom: 6px;
	display: block;
}
fieldset {	
	width:50%;
}
input {
	display:block;
}
.formobj legend {
	display:none;
}