
select
{
  font-size:20px;
  width:87%;
}

input::placeholder, textarea::placeholder
{
  font-size:16px;
}

#personaltitle, #accounttitle
{
  font-size:24px;
  padding-left:10%; 
}

textarea
{
  width:75%;
  height:125px;
  font-size:20px;
}

input[type="text"], input[type="email"]
{
  width:75%;
  font-size:20px;
}

table
{
  font-size:12px;
}

#footerdiv
{
  font-size:10px;
}

.regerror
{
  font-size:10px;
}

#name
{
  background: url(../img/human.jpg) no-repeat scroll 5px 4px #D8D8D8;
  background-size:26px;
}

#email
{
  background: url(../img/email.png) no-repeat scroll 10px 10px #D8D8D8;
  background-size:16px;
}

#username
{
  background: url(../img/football_helmet.png) no-repeat scroll 10px 10px #D8D8D8;
  background-size:16px;
}

input[type="submit"]
{
  width:50%;
  height:30px;
}

#page-body
{
  width:80%;
  margin-top:15%;
  margin-left:10%;
  margin-right:10%;
  background:rgba(0,0,0,0);
}