﻿#indexWrapper {
    height: 722px;
}

#leftArea 
{
    float:left;
    width:20%;
    /*width: 225px;*/
    height:100%;
}

#middleArea {
    float: left;
    height: 100%;
    /*width: 900px;*/
    width: 60%;
    /*width: 225px;*/
    margin-top:100px;
}

#loginArea {
    float: left;
    width: 100%;
    /*margin: 200px 0px;*/
    margin: 90px 0px;
    /*background-color: cyan;*/
}

#rightArea {
    float: right;
    width: 20%;
    /*width: 225px;*/
    height: 100%;
}
#benefitSoftwareOrangeWave {
    /*background: url('../images/hermes/index/benefit-software-orange-wave-right.png') no-repeat #FFF;*/
    /*background-size: 100%;*/
    /*width: 100%;
    height: 100%;*/
    width: 225px;
    height: 720px;
    float: right;
    background: url('../app-images/benefit-software-orange-wave-right.png')
}

/*#benefitSoftwareLogo 
{
    background: url('../images/hermes/index/benefit-software-logo-large.png') no-repeat;
    width: 816px;
    height: 240px;
}*/

img#benefitSoftwareLogo {
    /*width: 30%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;

}

#indexTitle 
{
    margin-top: 30px;
    /*font-size: 1.5em;*/
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.lblFields {
    margin-top: 4px;
}

.button
{
    margin-top: 10px;
    min-height: 27px;
    width: 57px;
    margin-bottom: 10px;
    color: #000;
    border: 1px solid #ed7d31;
    border-radius: 4px;
    background-color: #ed7d31;
}

.button:hover
{
    color: #FFF;
    cursor: default; /*cursor: pointer;*/
    background-color: #ffa61a;
}

.buttonText
{
    padding-top: 5px;
    text-align: center;
    color: black;
}

#inputs {
    width: 287px;
    margin: 0 auto;
    margin-top: 20px;
    /*font-size: 1.1em;*/
    font-size:15px;
}

.button-field
{
    float:right;
}

.editor-field .k-textbox {
    border: 1px solid #ed7d31;
    height: 25px;
    width: 200px;
}

.editor-field .k-textbox:hover {
    border-color: #ffa61a;
}

.editor-field {
    margin-bottom: 5px;
}

.editor-field label {
    width: 87px;
    float:left;
    overflow: hidden;
}

#messages {
    padding-top: 10px;
    text-align: center;
    min-height: 16px;
}



