﻿/* Override element_default */
html
{
  /* font-size: .9em; */
  background-color: #CCCCCC; /*rgb(50, 50, 50); */
  color: #FFFFFF;
}
body
{
  background-repeat: no-repeat;
  background-position: left top;
  margin: 10px;
}
input[type='text'], input[type='password'], textarea, select
{
  margin: 1px;
  padding: 1px;
  border-radius: 0px;
  background-color: #FFFFFF;
}

select
{
}
textarea
{
}
input[type='checkbox'], input[type='radio']
{
}
input[type='text']:hover, input[type='password']:hover, textarea:hover, select:hover, input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus
{
}
input[type='checkbox'] + label, input[type='radio'] + label, input[type='checkbox'] + span, input[type='checkbox'] + span, label + input[type='checkbox'], label + input[type='radio'], span + input[type='checkbox'], span + input[type='checkbox']
{
}
a
{
  color: #fff;
}
a:hover, a:focus
{
}
table
{
}
td
{
}
sub, sup
{
}
sup
{
}
sub
{
}
strong
{
}
