﻿.portalHeaderBox
{
    margin-top: 0%;
	height: 2px;
    border-top: 25px solid #6699FF;
    background-color: #666666;
    border-bottom: 25px solid #CCCCCC;
    width: 100%;
}

.portalContent
{
	width: 100%;
	height: 100%;
	
}

.portalMainBox
{
    border-top: 25px solid #CCCCCC;
    border-bottom: 5px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #5F4D39;
	text-align: left; width: 25%; margin: 10px;
    background: #FFFFFF;
    float: left;
    margin-top: 10%;
    width: 70%;
}

.portalLoginBox
{
    float: right;
    margin-top: 10%;
}

.portalLoginOuter
{
    border: 15px solid #E9F1FE;
    color: #5F4D39;
	text-align: left; width: 25%; margin: auto;
}

.portalLoginInner
{
    background: #FFFFFF;
    color:#000000;
	width: 450px;
}

.portalFooterBox
{
    height: 25px;
    border-top: 1px solid #666666;
    background-color: #CCCCCC;
    border-bottom: 25px solid #6699FF;
    width: 100%;
    margin-top: 450px;
}
