body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:500px;
padding:5px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 0px #b7ddf2;
background:#ffffff;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:10px;
border-bottom:solid 0px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
margin-right:5px;
background-color:#E1D2D2;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:11px;
padding: 2px;
border:solid 1px #4D4D4D;

width:200px;
margin:2px ;
}


.SideMenuItemOff{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	font-family: tahoma;
	height : 20px;
	cursor:hand;
}
.SideMenuItemOn{
	background-image: url(images/hbee_sidemenu_tile.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	font-weight: normal;
	color: #BC0202;
	font-family: tahoma;
	height : 20px;
	cursor:hand;
}