#login {
    position: relative;
	}
	
#login a {
        color: #265174;
    }

#login p {
        margin-top: 8px;
    }

#login input {
        width: 158px;
        height: 16px;
        border: solid #A2B6C1 1px;
        background-color: #fff;
        font-size: 11px;
        color: black;
        line-height: 14px;
        margin-bottom: 4px;
    }

#login img {
    }

#login img.btn_login {
        position: relative;
        float: right;
        margin-top: 2px;
        margin-right: -3px;
        _margin-right: -5px; /* IE6 Hack */
    } 
  
div.section {
    position:relative;
    border: solid #A2B6C1 1px;
    margin-bottom:6px;
    padding:8px;
	}

div.section.cent {
        position:relative;
        border:0px;
        border-top:solid #A2B6C1 1px;
        margin-bottom:10px;
    } 

div.section.cent img.tools {
        float:right;
		padding-left: 8px;
		border: solid #fff 1px;
    } 

div.section.ad {
        padding: 0px;
        line-height: 2px;
    }

div.section h2 {
        border:0px;
        margin-top:4px;
        margin-bottom:8px;
    }

div.section h2.cent {
        text-align:center;
        font-size: 14px;
        font-weight: bold;
		text-transform: uppercase;
    }

div.section.signup {
    border-top: solid #A2B6C1 1px;
    background-color: #F7FAFB;
    margin-top: -7px;
	}

div.section.signup p {
        margin-top: 2px;
        margin-bottom: 4px;
    }

div.section.signup a {
        color: #e30000;
        font-size: 14px;
        line-height: 15px;
        font-weight: bold;
    }
    
ul,ol   {   position: relative;
            margin: 0px;
            padding: 0px;
            padding-left: 16px;
            font-size: 11px;
            line-height: 14px;
            font-weight: normal;
            }  

li      {   position: relative;
            margin: 0px;
            padding: 0px;
            }