html, body {height: 100%;}

body
{
   margin: 0px;
   padding: 0px;
}

div#form
{
   position: absolute;
   z-index: 100;
   width: 500px;
   height: 570px;
   top: 50%;
   left: 50%;
   padding: 0px;
   margin: -285px 0px 0px -250px;
}

div#form div.logo
{
   position: relative;
   float: left;
   width: 500px;
   height: 65px;
   border-bottom: 1px solid #7e828f;
   overflow: hidden;
}

div#form div.text
{
   position: relative;
   float: left;
   width: 500px;
   height: 77px;
   border-top: 4px solid #dfe0e5;
   padding-top: 10px;
}

div#form div.text p
{
   margin: 0px;
   padding: 0px;
   color: #737373;
   font-family: Tahoma;
   font-size: 17px;
}

div#form div.text p a
{
   color: #ed1b24;
   font-family: Tahoma;
}

div#form form
{
   position: relative;
   float: left;
   width: 460px;
   height: 373px;
   background: #efefef;
   padding: 20px;
}

div#form form h2
{
   position: relative;
   float: left;
   width: 460px;
   font-family: Tahoma;
   font-size: 17px;
   color: #737373;
   font-weight: normal;
}

div#form form h2 span
{
   font-size: 14px;
}

div#form form label,
div#form form input,
div#form form textarea
{
   position: relative;
   float: left;
   width: 460px;
   font-family: Tahoma;
   color: #161616;
   font-size: 12px;
}

div#form form label span
{
   color: #ed1b24;
   margin-right: 5px;
}

div#form form input
{
   width: 250px;
   height: 25px;
   border: none;
   border-top: 1px solid #9ea1ab;
   border-left: 1px solid #9ea1ab;
   *padding-top: 5px;
   *height: 20px;   
}

div#form form input[type=submit]
{
   border: none;
   background: none;
   width: auto;
   color: #ec252e;
   font-size: 14px;
   font-family: Tahoma;
   padding: 0px;
   cursor: pointer;
}

div#form form textarea
{
   width: 445px;
   height: 100px;
   border: none;
   border-top: 1px solid #9ea1ab;
   border-left: 1px solid #9ea1ab;
}