    form.centerAligned {
        margin: 0 auto;
        padding: 0;
        font-size: 100%;
        min-width: 560px;
        max-width: 620px;
        width: 600px;
        text-align: left;
    }

	div.centerAligned {
        margin: 0 auto;
        padding: 0;
        font-size: 100%;
        min-width: 560px;
        max-width: 620px;
        width: 600px;
        text-align: left;
	}
	
	
    form.centerAligned fieldset {
        clear: both;
        font-size: 100%;
        border: none;
        padding: 10px;
        margin: 0 0 0 0;
    }
    
    form.centerAligned fieldset legend {
        text-align: left;
        font-size: 150%;
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 0 5px;
        position: relative;
    }

    form.centerAligned div {
        clear: left;
        zoom: 1;
        margin: 5px 0 0 0;
        padding: 1px 3px;
    }
    
    form.centerAligned div.info {
        width: 100%;
        font-style: italic;
    }
    
    form.centerAligned div.password {
    	position:relative;    
    }

    form.centerAligned div.instruction {
        width: 100%;
        font-style: italic;
        padding-bottom: 10px;
    }
    
    form.centerAligned div.submit {
        padding-left: 120px;
    }

    form.centerAligned dt label {
    	padding-right: 5px;
	}

    form.centerAligned dd {
    	width: 65%;
	}

	form.centerAligned dt {
    	width: 25%;
	}

    #resetPasswordModel dt {
    	width: 30%;
    }
    
    #resetPasswordModel dd {
    	width: 69%;
    }
    
    div.errors {
		border: solid 1px #CC0000;
		background: #FFBBBB url(../images/warning.png) no-repeat 20px center;
		padding-left: 60px;
		padding-top: 10px;
		 -moz-border-radius-bottomright: 4px;
		 -moz-border-radius-topright: 4px;
		 -moz-border-radius-bottomleft: 4px;
		 -moz-border-radius-topleft: 4px;
		 border-radius: 4px;    
        height: 60px;		 
    }
    div.errorBox {
    	width: 100%;
    }
    
    #reset_password {
		position: absolute;
		left: 160px;
		top: 3px;
		width: 200px;    
    }
    
    .topbar-width {
    	width: 590px;
    }

    div.password {
    	
    }
    
    div#orgInformation h2 {
    	clear: both;
    }
    
    p.savedSuccessful {
    	padding-left: 24px; padding-right: 6px;
	}
	
