body
{
  margin: 0px;
  color: #646464;
  font-family: Calibri;
  font-size: 14px;
}

#area
{
  border: 6px solid #EEEEEE;
  width: 900px;
  margin: auto;
}

#menu
{
  height: 50px;
  width: 660px;
  margin: auto;
}
#menu ul
{
  margin-top: -14px;
  margin-left: -40px;
}
#menu li
{
  float: left;
  display: block;
}
#menu li a
{
  line-height: 50px;
  background-color: #FBFBFB;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: #646464;
}
#menu li a:hover
{
  background-color: #FDFCF6;
}

#context #text
{
  width: 870px;
  margin: auto;
}
#context #text .error, #context #text .ok
{
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 12px;
  color: #FFF;
}
#context #text .error { background: url("./images/error.png") repeat-x; }
#context #text .ok { background: url("./images/ok.png") repeat-x; }
#context #text input.text, #context #text textarea, select
{
  background: #FFF url("./images/text.png") repeat-x;
  border: 1px solid #E4E4E4;
  padding: 8px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: grey;
  min-width: 200px; 
}
#context #text input.submit
{
  background: url("./images/submit.png") repeat;
  border: 0px;
  color: #FFF;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
#context #text table { border-collapse: collapse; }
#context #text td { padding: 5px; }
#context #text td { color: #000; }
#context #text .head td
{
  background: url("./images/submit.png") repeat-x;
  color: #FFF;
  padding: 10px;
}
#context #text .head td a
{
  color: #FFF;
  text-decoration: none;  
}
#context #text .head td a:hover { text-decoration: underline; }

H1 { display: none; }
H2 
{
  color: #5494AF;
  border-bottom: 1px dashed #EEEEEE;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 30px;
}
.clear { clear: both; }
img { border: 0px; }