 body, html {
            margin: 0;
            padding: 0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
        }

        #header {
            border-bottom: 1px solid #f5a523;
        }

        #logo {
            width: 243px;
            height: 84px;
            margin: 10px auto;
            /*background: url(http://ernewage.luvdigital.co.uk/images/logo_login.png) 0 0 no-repeat;*/
        }

        #formContainer {
            width: 300px;
            padding: 15px;
            box-shadow: 0 0 5px rgba(0,0,0,0.25);
            margin: 50px auto;
        }

        input[type='text'] {
            display: block;
            width: 98%;
            padding: 0 1%;
            margin: 10px 0;
            line-height: 30px;
            outline: none;
            border: 1px solid #ccc;
        }

        input[type='submit'] {
            /*background: url(http://ernewage.luvdigital.co.uk/images/backend/btn_login.png) no-repeat;*/
            color: #fff;
            width: 60px;
            height: 25px;
            border: none;
            padding: 0px;
            display: inline-block;
            cursor: pointer;
            outline: none;
        }

        #diverror {
            color: Red;
            clear: both;
        }