/* Copyright (c) 2009 Ezer IT Consulting. All rights reserved. */
/* For information contact claus@ezer.dk. */

/* Style for mail form */

div.mailform {
   font-family: Arial, Helvetica, sans-serif; 
}

div.mailform h1 { 
   background-color: #aabfce;
   width: 100%;
   font-weight: bold;
   text-align: center;
}

div.mailform table.sp {
   font-size: 10pt;
   margin: 12px;
   background-color: #efefef;
   border-right: 2px groove #cfdada;
   border-left: 1px inset #cfdada;
   border-top: 1px groove #cfdada;
   border-bottom: 2px groove #cfdada;
}

div.mailform td.head { 
   color: #333333;
   text-align: center;
   padding-bottom: 20px;
}

div.mailform p.tekst { 
   color: #333333;
}


div.mailform td.tekst-e { 
    width: 105px;
    background-color: #003366;
    color: #ffffff;
}

div.mailform td.tekst-i {
    width: 250px;
}


div.mailform input.input { 
   background-color: white; 
   border-bottom: solid 1px; 
   border-left: solid 1px; 
   border-right: solid 1px; 
   border-top: solid 1px; 
   color: #5757b7; 
   padding-left: 2px;
}

div.mailform input.button { 
   background-color: white; 
   border-bottom: solid 1px; 
   border-left: solid 1px; 
   border-right: solid 1px; 
   border-top: solid 1px; 
   color: #59433c; 
   cursor: pointer;
   font-family: tahoma,verdana, sans-serif; 
   font-size: 8pt;
 }
