@charset "utf-8";
/*---------------------------------------------------------------
Basic Style Sheet GLOBAL MALE PASS Login Sheet
Version: Version 1.0
Author: Danielle Leve
Website: www.smashtoblack.com
----------------------------------------------------------------*/


*
{
  margin: 0;
  padding: 0;
}
html
{
  height: 100%;
}

body
{
  margin: 10px;
  padding: 0;
  background: url(../images/loginbackground.jpg) no-repeat #000;
  font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  height: 330px;
  overflow: hidden;
}

p
{
  padding: 10px;
}

.loginbox
{
  margin: 10px;
  padding: 10px 60px 10px 60px;
  background: #000;
  border: 1px solid #333333;
}

#floatbutton
{
  text-align: center;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  width: 270px;
  position: relative;
}

#floatbutton img
{
  cursor: pointer;
  cursor: hand;
}

#button
{
  margin-top: 00px;
  margin-right: auto;
  margin-left: auto;
  width: 275px;
  position: relative;
}

