body.imageback
{
	
	background-image: url("../_images/getempoweredv_sm_pad.png");
	background-repeat: repeat;

}
.sm_topbutton
{
	width:150px;
}
.sm_formbutton
{
	width:150px;
}
.sm_editbutton
{
	width:90px;
}
.sm_dashboardbutton
{
	width:100%;
}
.loadinggif {
	background:url('../_images/animbar.gif') no-repeat right center;
}
ul
{
	margin: 0px;
	padding-left: 20px;
}
.spinnerposition
{
	position:absolute;
	right:50%;
	top:50%;
}
.badgebottomright {
   position:relative;
}
.badgebottomright[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   bottom:-3px;
   right:5px;
   font-size:.7em;
   background:green;
   color:white;
   width:18px;
   height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}

.badgetopright {
   position:relative;
}
.badgetopright[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   right:5px;
   font-size:.7em;
   background:green;
   color:white;
   width:18px;
   height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}

.smallbadgetopright {
   position:relative;
}
.smallbadgetopright[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   right:-2px;

   font-size:.60em;
   background:green;
   color:white;
   width:12px;
   height:12px;
   text-align:center;
   line-height:12px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}
