/**********************************************************/
/*                                                        */
/* input.css - Cascading Style Sheet for FORM handling    */
/*                                                        */
/* Copyright: (c) 1998-0305 all rights reserved by :-     */
/*                Technical System Services Limited       */
/* Author:     Simon Cleverley                            */
/*                                                        */
/**************{ Version: 2.1 - SC 17/09/05 }**************/

text, input, textarea, select	{ 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: rgb(0%, 35%, 50%);                 /* Collins blue #005980 */
}

.button {                                        /*==================*/
   text-align: center;                           /*  Button Styling  */
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: 900;
   font-size: 10px;
   letter-spacing: 0px;                                   /* IE only */
   color: rgb(92%, 90%, 0%);                /* Collins yella #EBE500 */
   background: rgb(0%, 35%, 50%);            /* Collins blue #005980 */
}

.input {                                         /*==================*/
   text-align: center;                           /*  Input  Styling  */
   background: white;                            /*===[ 16/04/02 ]===*/
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: 900;
   font-size: 10px;
   letter-spacing: 0px;                                   /* IE only */
   text-align: center;
   border: grey 1px;
   color: rgb(0%, 0%, 60%);                      /* awd blue #000098 */
}

.hiddenInput {                                   /*==================*/
   text-align: center;                           /*  Input  Styling  */
   background: whitesmoke;                       /*===[ 22/04/02 ]===*/
   border: none;
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
}

.select {                                        /*==================*/
   font-family: Arial, Helvetica, sans-serif;    /*  Select Styling  */
   background: whitesmoke;                       /*===[ 18/04/02 ]===*/
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   letter-spacing: 1px;                                   /* IE only */
   color: rgb(37%, 37%, 34%);                   /* deep grey #606058 */
}
