﻿          body {
    font-family: Arial, 'Noticia Text', serif;
            font-size: 16px;
          }
   
        * {
    margin: 0;
    }

h1
{
    font-family: Arial, 'Noticia Text', serif;
            font-size: 16px;
			margin: 0;
 padding: 0;
 visibility: hidden;

}

    html, body {
    height: 100%;
    }
	
    .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -115px;
    }
	
    .footer, .push {
    height: 115px;
    }

	    .txtstrong
        {
            font-style: italic;
            font-weight: bold;
        }
    
	 
	     #ErrorSummary
        {
            color: red;
                font-size:12px
            
        }


        .invalidElem
        {
             border: 2px solid red
        }
        .errimage
        {
            
            
            height: 16px;
            padding:0px
        }
        
        label.error {
              background:url(error.gif) no-repeat 0px 0px;
              padding-left: 20px;
              padding-bottom: 2px;
              padding-top:3px;
              font-weight: bold;
              color: #EA5200;
              text-align:left !important;
              margin-top:6px;
              float:none !important;
              font-size:13px;
              width:auto !important;
            }
        
            
    