﻿.TakeActionForm {
    margin-bottom: 30px;
}

    .TakeActionForm #field039Container .fieldTitle {
    }

    .TakeActionForm .TermsSummary {
    }

    .TakeActionForm .CaptchaFieldset {
    }

   .TakeActionForm input[type="text"] {
       width: 240px;
   }


    .TakeActionForm input[type="textarea"], .TakeActionForm #field036, .TakeActionForm input[type="select"] {
        width: 300px;
        background-color: rgb(31,31,31);
        color: #ffffff;
        margin-bottom: 0px;
        border: 1px inset #333333;
        scrollbar-face-color: #333333;
        scrollbar-shadow-color: rgb(31,31,31);
        scrollbar-highlight-color:rgb(41,41,41);
        scrollbar-3dlight-color: rgb(31,31,31);
        scrollbar-darkshadow-color: rgb(31,31,31);
        scrollbar-track-color: rgb(21,21,21);
        scrollbar-arrow-color: rgb(31,31,31);
       }
   .TakeActionForm input[type="text"]  {
       width: 300px;
        width: 300px;
        background-color: rgb(31,31,31);
        color: #ffffff;
        margin-bottom: 0px;
        border: 1px inset #333333;
       }
       
       select {
          -webkit-appearance: button;
          background:  rgb(31,31,31);
          border: 1px inset #333333;
          color: #ffffff;
        }