﻿body
{
  font: 32px Arial;
  color: #7a0000;
  background-image: url("background.jpg");
  background-color: #ffffff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

pre, font
{
  font: 32px Arial;
  color: #000000;
}

hr
{
  border: 0;
  color: #730D1A;
  background-color: #730D1A;
  height: 4px;
  width: 100%;
}

button
{
  font-size: 32px;
  background: #ffffff;
  border: 2px solid #7a0000;
  border-radius:8px;
}

input[type="email"],input[type="text"],input[type="search"]
{
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  height: 60px;
  width: 1000px;
  line-height: 60px;
  font-size: 36px;
  border: 2px solid #bbb;
  border-radius:8px;
}

textarea
{
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  line-height: 16px;
  font-size: 16px;
  border: 1px solid #bbb;
  border-radius:4px;
}

button:hover
{
  text-decoration: underline;
}

table
{
  width: 1000px;
  border-spacing: 0px;
  margin-left:auto; 
  margin-right:auto;
}

td
{
  border-bottom: 2px solid #ddd;
  position1: relative;
  vertical-align: middle;
}

tr.strikeout,
tr.strikeout td
{
  background: transparent url('strike.png') 0 50% repeat-x;
}

pre {
  font: 28px Arial;
  margin: 0px;
} 

#colMark
{ 
  width: 2px;
}

#colCreationDate
{ 
  font: 28px Arial;
  text-align: right;
  white-space: nowrap;
}


lblMakeGetWish
{
  font: 36px Arial;
  color: #7a0000;
}

@media (max-device-width: 480px)
{
  input[type="text"]
  {
    -webkit-appearance: none; -moz-appearance: none;
    display: block;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border: 1px solid #bbb;
    border-radius:4px;
  }

  button
  {
    font-size: 20px;
    background: #ffffff;
    border: 1px solid #7a0000;
    border-radius:4px;
  }
}

#imgLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  //width: 50%;
}

#fldWish
{
  font: 28px Arial;
  margin: 0px;
} 

#dvIndex, #dvMenu, .dvText {
  width: 1000px;
  margin-left: auto; 
  margin-right: auto;
}


#dvWishes {
  width: 1000px;
  margin-left: auto; 
  margin-right: auto;
}