﻿@charset "utf-8";
.frm_text {
         width: 180px;
         height: 16px;
         background:#E0E0E0; 
         color:#4A4A4A;
         font-family: Arial, Verdana;
         font-size: 0.9em;
         border: 1px gray dotted;
         margin-top: 1px;
         margin-bottom: 5px;
}

.frm_text_pflicht {
         width: 180px;
         height: 16px;
         background:#C5D3FF; 
         color:#4A4A4A;
         font-family: Arial, Verdana;
         font-size: 0.9em;
         border: 1px gray dotted;
         margin-top: 1px;
         margin-bottom: 5px;
}


.frm_textarea {
         width: 200px;
         height: 55px;
         background:#E0E0E0; 
         color:#4A4A4A;
         font-family: Arial, Verdana;
         font-size: 0.9em;
         border: 1px gray dotted;
         margin-top: 1px;
         margin-bottom: 5px;
}

.frm_textarea_ecard {
         width: 180px;
         height: 145px;
         background:#E0E0E0; 
         color:#4A4A4A;
         font-family: Arial, Verdana;
         font-size: 0.9em;
         border: 1px gray dotted;
         margin-top: 1px;
         margin-bottom: 5px;
}


.frm_submit
{
         width: 184px;
         height: 20px;
         background: #ffd058; 
         color:#4A4A4A;
         font-family: Arial, Verdana;
         font-size: 0.9em;
         cursor: hand; 
         border: 1px gray dotted;
         margin-top: 10px;
         margin-bottom: 10px;
}

.frm_submit:hover
{
         width: 184px;
         height: 20px;
         background: green; 
         color:#ffffff;
         font-family: Arial, Verdana;
         font-size: 0.9em;
         cursor: hand; 
         border: 1px gray dotted;
         margin-top: 10px;
         margin-bottom: 10px;
}
.frm_submit_small
{
         width: 100px;
         height: 15px;
         background: #ffd058; 
         color:#4A4A4A;
         font-family: Arial, Verdana;
         font-size: 0.9em;
         cursor: hand; 
         border: 1px gray dotted;
         margin-top: 10px;
         margin-bottom: 10px;
}

.frm_submit_small:hover
{
         width: 100px;
         height: 15px;
         background: green; 
         color:#ffffff;
         font-family: Arial, Verdana;
         font-size: 0.9em;
         cursor: hand; 
         border: 1px gray dotted;
         margin-top: 10px;
         margin-bottom: 10px;
}


.frm_select
{
         background:#E0E0E0; 
         color:#4A4A4A;
         font-family: Arial, Verdana;
         font-size: 1em;
         border: 1px dotted #C0C0C0;
         margin-top: 1px;
         margin-bottom: 5px;
}

.frm_options
{
         border-width: 0px; 
         background:#E0E0E0;
}

.frm_text_klein
{
         width: 40px;
         height: 16px;
         background:#C5D3FF; 
         color:#4A4A4A;
         font-family: Arial, Verdana;
         border: 1px gray dotted;
         margin-top: 1px;
         margin-bottom: 5px;
}
