
            input.brainy-success
            {
              color: #6AA16B !important;
			  background-color: rgba(223, 240, 216, 0.87) !important;
			  border: 1px dashed #AAB5A2 !important;
            }
            input.brainy-error
            {
              color: #E2332F !important;
			  background-color: rgba(242, 222, 222, 0.74) !important;
			  border: 1px dashed #f00 !important;
            }
            
              textarea.brainy-success
            {
              color: #468847 !important;
              background-color: #DFF0D8 !important;
              border: 1px dashed #D6E9C6 !important;
            }
             textarea.brainy-error
            {
              color: #B94A48 !important;
              background-color: #F2DEDE !important;
              border: 1px dashed #EED3D7 !important;
            }
            
             select.brainy-success
            {
              color: #468847 !important;
              background-color: #DFF0D8 !important;
              border: 1px dashed #D6E9C6 !important;
            }
            select.brainy-error
            {
              color: #B94A48 !important;
              background-color: #F2DEDE !important;
              border: 1px dashed #EED3D7 !important;
            }
            
           ul.brainy-error-list {
			font-size: 14px;
			margin: 4px;
			list-style-type: none;
			color: red;
			padding: 0;
			}
            
            ul.brainy-error-list li
            {
                line-height: 11px;
            }
            
            /* just pushing the button over to the middle */
            /* button[type=submit]
            {
                margin: 15px 0px 0px 160px;
            } */