.pageContent {
    margin: 0;
    min-height: 100%;
    position: relative;
    width: 100%;
}

.homePage{
	width:920px;
	margin: 0 auto;
}

.homePage .leftBox, .homePage .rightBox {
    float: left;
    width: 542px;
}

.homePage .leftBox .top {
    background: url("../images/account_validation_menu_sprite.png") 4px 0px;
    height: 20px;
    margin-top: 5px;
}

.homePage .leftBox .middle {
    background: url("../images/account_validation_menu_middle.png") 4px 0px;
    width: 550px;
}

.homePage .leftBox .bottom {
    background: url("../images/account_validation_menu_sprite.png") 4px -22px;
    height: 20px;
    width: 550px;
}

.homePage .leftBox .middle .presentationText {
    margin-left: 80px;
    margin-right: 60px;
    text-align: justify;
}

.homePage .rightBox {
    width: 278px;
}

.homePage .rightBox .top {
    background: url("../images/box_278_top.png");
    height: 14px;
    margin-top: 9px;
    width: 278px;
}

.homePage .rightBox .middlePane {
    background: url("../images/box_278_middle.png");
    padding: 1px 15px 15px;
    width: 248px;
}

.homePage .rightBox .bottom {
    background: url("../images/box_278_bottom.png");
    height: 19px;
    width: 278px;
}

.homePage .rightBox .middlePane .inputPanel {
    margin-left: 10px;
    margin-top: 15px;
}

.homePage .rightBox .middlePane .epFormButton {
    float: right;
    margin-right: 8px;
    margin-top: 15px;
}