﻿#inputPnl
{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 200px;
    overflow: visible;
    width: 700px;
}

#propInfo
{
    width: 100%;
    height: 280px;
}

ul
{
    list-style: none;
    display: inline;
}

li
{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}


#propInfo .heading
{
    float: left;
    width: 100px;
}

#propInfo .field
{
    float: left;
    width: auto;
}

#propInfo .cisLink
{
    color:Red;
    text-decoration:'underline';
}

#scopePanel
{
    clear: both;
    position: absolute;
    width: 650px;
    z-index: 4;
    font-size: 1em;
    background-color: white;
    border-color: red;
    border-width: thin;
    border-style: solid;
    padding: 5px 5px 5px 5px;
    display: block;
}

#scopePanel .heading
{
    float: left;
    width: 10%;
    clear: both;
    font-weight: bold;
}

#scopePanel .content
{
    float: left;
    width: 90%;
    vertical-align: top;
}

#scopePanel .scpRow
{
    width: 100%;
    overflow: auto;
    padding: 5px 5px 5px 5px;
}

#scopePanel .scpItem
{
    width: 25%;
    float: left;
    height: 20px;
    cursor: pointer;
    background-color: white;
    position: relative;
}

#scopePanel .scpItem:hover
{
    background-color: #F4D0D0;
}


#clientInfo
{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 2px;
}

#clientInfo .clientTitle
{
    font-weight: bold;
    font-size: 1.2em;
    color: #C43434;
}

#propInfo .propTitle
{
    font-weight: bold;
    font-size: 1.2em;
    color: #C43434;
}

#clientInfo .heading
{
    width: 100px;
    float: left;
}

#clientInfo .field
{
    float: left;
}

#declaration
{
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

#agreement
{
    height: 150px;
    width: 700px;
    display: block;
    border-color: Gray;
    border-style: solid;
    border-width: thin;
    overflow: scroll;
    overflow-x: hidden;
}

#inputPnl .separater
{
    float: left;
    width: 7px;
}

.s_Cname
{
    float: left;
    width: 120px;
}

.s_Ename
{
    float: left;
    width: 270px;
    margin-left:5px;
}

.s_Addr
{
    float: right;
    width: 140px;
}

.s_separator
{
    clear:both;
}

#txtHint
{
    width:550px;
}