/* Plan CSS */

.planoverlay
{
  float: left;
  width: 230px;
  height: 123px;
  position: relative;
  display: inline;
}

#p1bk
{
  background-image: URL('/images/plan1.jpg');
}

#p2bk
{
  background-image: URL('/images/plan2.jpg');
}

#p3bk
{
  background-image: URL('/images/plan3.jpg');
}

#p4bk
{
  background-image: URL('/images/plan4.jpg');
}

#reseller_hosting_plan_1_background
{
background-image: URL('/images/glexia_reseller_standard.jpg');
}

#reseller_hosting_plan_2_background
{
background-image: URL('/images/glexia_reseller_power.jpg');
}

#reseller_hosting_plan_3_background
{
background-image: URL('/images/glexia_reseller_supreme.jpg');
}

#reseller_hosting_plan_4_background
{
background-image: URL('/images/glexia_reseller_enterprise.jpg');
}

.planoverlay span
{
  position: absolute;
  top: 40px;
  left: 25px;
  line-height: 13px;
  font-size: 11px;
  font-family: Verdana;
}

.planb1
{
  position: absolute;
  bottom: 0px;
  _bottom: -1px;
  right: 92px;
}

.planb2
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  _bottom: -1px;
  _right: -1px;
}

.planimage
{
  border: 0px;
}