
        #mediawatch-forms #wrapper {
            padding: 8px;
        }

        #mediawatch-forms {
            width: 559px;
            margin: 0 auto;
            text-align: left;
            background: rgb( 255, 255, 255 ) top left no-repeat url("http://www.mediawatchuk.org.uk/membership-online/mwformbanner.gif");            
            padding: 96px 0 128px 0;
        }
    
        #mediawatch-forms input, textarea {
            border: 1px solid rgb( 0, 0, 0 );
        }

        #mediawatch-forms .label {
            float: left;
            color: rgb( 192, 0, 0 );
            text-align: left;
            padding-right: 0;
            font-weight: bold;
        }
        
        #mediawatch-forms .input {
            float: left; clear: right;
            width: 300px;
        }
       
        #mediawatch-forms p {
            padding: 8px 0 0 0;
            margin: 0;
            float: none; clear: both;
        }
        
        .black {
            color: rgb( 0, 0, 0 ) !important;
        }
        
        .red {
            color: rgb( 192, 0, 0 ) !important;
        }

        #mediawatch-forms h4 {
            float: left;
            font-size: 10pt;
            color: rgb( 0, 0, 0 );
            font-weight: bold;
            background-color: rgb( 192, 0, 0 );
            color: white;
            margin: 16px 0 8px 0;
        }
        
       #mediawatch-forms h4 a {
            color: white;
            text-decoration: none;
        }

        #mediawatch-forms h5 {
            font-size: 9pt;
            font-weight: bold;
            color: rgb( 192, 0, 0 );
            clear: both; float: none;
            padding-top: 20px;
        }


