/******************************************************
File 			:	MPR_microsite.css
Author 		:	Tony Wadding - Freelance IT System Support
Contact		:  tony@fitss.co.uk
Application	: 	Ann Duffield Web site
Contract		:  CB005
Client		:  Ann Duffield
Summary		: 	Generic CSS
Released 	:	Never
Modified		: 	
*******************************************************/
/*
Setting the charset was giving issues with the body
settings. Have not had chance to bottom this out yet.
@charset "iso-8859-1"
*/
body
  {
    margin: 0px;
    padding: 0px;
    background-color: #DFDFDF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    text-align: center;
  } 
#main
  {
    position: relative;
    text-align: left;
    width: 950px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 150px 0px 0px 0px;
    background-color: #FFFFFF;
    background-image: url(/images/site_header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    border: 1px solid #000000;
  }  
 #login  
  {
    position: relative;
    text-align: center;
    width: 600px;
    height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0px 0px 0px;
    color: #000000;
    background-color: #FFFFFF;
    border: 0px solid #910A2B;
  }
#login p
  {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
  }
#login p.reg
  {
    text-align: justify;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    background-color: #FFFFFF;
    padding: 0px 70px 0px 70px;
  }   
#login input.btn
  {
    text-align: center;
    margin: 20px 0px 20px 0px;
    
  }     
#login table
  {
    text-align: center;
    border-collapse: collapse;
    border: 0px solid #910A2B;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 10px;
    width: 45%;
  }
#login table td 
  {
    text-align: center;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    padding: 0px 0px 0px 0px;
  } 
 #login table td.left 
  {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    padding: 0px 0px 0px 15px;
  }    

