.button-short
{
  display: inline-block;
  width: 60px;
  height: 30px;
  border: 1px solid white;
  border-radius: 15px;
  color: white;
  line-height: 28px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  text-shadow: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button-short:hover
{
  text-decoration: none;
  background-color: rgb(182,32,2);
}

.button-long
{
  display: inline-block;
  width: 120px;
  height: 30px;
  border: 1px solid white;
  border-radius: 15px;
  color: white;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  text-shadow: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button-long:hover
{
  text-decoration: none;
  background-color: rgb(182,32,2);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button-long-red
{
  display: inline-block;
  width: auto;
  height: 50px;
  font-size: 200%;
  border-radius: 3px;
  color: white;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  text-shadow: none;
  text-decoration: none;
  padding: 0 15px 0 15px;
  background: rgb(182,32,2);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button-long-red:hover
{
  border: 1px solid rgb(182,32,2);
  color: rgb(182,32,2);
  text-decoration: none;
  background-color: rgb(255,255,255);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button-round
{
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 100%;
  color: white;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  text-shadow: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button-round:hover
{
  text-decoration: none;
  background-color: rgb(182,32,2);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#button{
  display: table-cell;
  margin: auto auto;
  padding: 10px;
  line-height: 100%;
  font-size: 16px;
  text-decoration: none;
  background-color: rgb(100,128,180);
  color: rgb(250,250,250);
  border-radius: 3px;  
}
#button:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(182,32,2);
}
#button.xfp:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(0,64,128);
}
#button.xfa:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(24,6,44);
}
#button.xfn:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(162,47,60);
}


#button-features{
  margin: auto auto;
  width: 380px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  background-color: rgb(100,128,180);
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: rgb(250,250,250);
  text-align: center;
  cursor: pointer;
}
#button-features:hover{
  background-color: rgb(182,32,2);
  text-decoration: none;
  font-weight: bold;
}
#button-features.xfp:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(0,64,128);
}
#button-features.xfa:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(24,6,44);
}
#button-features.xfn:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(162,47,60);
}


#button-plugins{
  display: inline-block;
  margin: 0 25px 0 25px;
  width: 360px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  text-decoration: none;
  background-color: rgb(100,128,180);
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: rgb(250,250,250);
  text-align: center;
  cursor: pointer;
}
#button-plugins:hover{
  background-color: rgb(182,32,2);
  text-decoration: none;
  font-weight: bold;
}
#button-plugins.xfp:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(0,64,128);
}
#button-plugins.xfa:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(24,6,44);
}
#button-plugins.xfn:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(162,47,60);
}