﻿ #PopUpFeedBackPanel
    {
        z-index: 1000;
        width: 700px;
    }
    #PopupBackground
    {
        background-color: Gray;
        z-index: 999;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0px;
        padding: 0px;
        text-align: left;
    }
    #PopUpFeedBackPanel DIV.Question
    {
        padding-bottom: 5px;
        text-align: left;
        width: 100%;
    }
    .questions_comment
    {
        height: 35px;
        border: 1px solid #B5B5B5;
        margin-top: 10px;
        margin-left: 28px;
    }
    
    DIV.left_border_form
    {
        background-image: url("/images/form/left_border.png");
        background-repeat: repeat-y;
        background-position: left;
    }
    DIV.right_border_form
    {
        background-image: url("/images/form/right_border.png");
        background-repeat: repeat-y;
        background-position: right;
    }
    DIV.top_border_form
    {
        background-image: url("/images/form/top_border.png");
        background-repeat: repeat-x;
        background-position: bottom;
        width: 100%;
        height: 26px; /*padding-top: 22px;*/
    }
    DIV.bottom_border_form
    {
        background-image: url("/images/form/bottom_border.png");
        background-repeat: repeat-x;
        background-position: bottom; /* padding-bottom: 26px;*/
        width: 100%;
        height: 26px;
    }
    DIV.container_form
    {
        background-color: #EFEFEF;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 25px;
        padding-right: 25px;
    }
    DIV.left_bottom_border
    {
        background-image: url("/images/form/left_bottom_border.png");
        background-repeat: no-repeat;
        background-position: bottom;
        display: inline; /*width:10px;
        height:26px;*/ /* padding-bottom: 26px;*/
    }
    TABLE.Form
    {
        width: 100%;
        margin-bottom: 0px;
    }
    #welcome
    {
        font-size: 16px;
        font-weight: bold;
        color: Black;
        text-align: left;
        padding-bottom: 10px;
        width: 100%;
    }
    .control .ui-selecting
    {
        background: #D21D26;
        color: #B5B5B5;
    }
    .control .ui-selected
    {
        background: #D21D26;
        color: white !important;
    }
    .control .ui-selectee
    {
        color: #B5B5B5;
        font-weight: normal;
    }
    .control
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
        color: #B5B5B5;
    }
    .control li
    {
        margin: 5px;
        padding: 1px;
        float: left;
        width: 20px;
        height: 16px;
        font-size: 1em;
        text-align: center;
        border: 1px solid #B5B5B5;
        cursor: pointer;
    }
    DIV.question_text
    {
        font-weight: bold;
        font-size: 12px;
        padding-bottom: 5px;
        padding-top: 10px;
        color: Black;
    }
    #PopUpFeedBackPanel A
    {
        text-decoration: none ;
        border-bottom: 1px dashed #D45455 ;
        color: #D45455 !important;
    } 
    #PopUpFeedBackPanel A:hover
    {
        border-bottom: 1px solid #D45455;
        color: #D45455;
        cursor:pointer;
    }
    .close_button
    {
        background-image: url("/images/form/ic_close.png");
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .close_button:hover
    {
        background-image: url("/images/form/ic_close_active.png");
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .btnRed
    {
        background-image: url('/images/sms/lay_gray.gif');
        height: 29px;
        background-repeat: repeat-x;
        color: White;
        font-weight: bold;
        vertical-align: middle;
        border: 1px solid #B5B5B5;
        text-indent: 10px;
    }
    
    .btnRed
    {
        background-image: url('/images/sms/lay_gray.gif');
        height: 29px;
        background-repeat: repeat-x;
        color: White;
        font-weight: bold;
        vertical-align: middle;
        border: 1px solid #B5B5B5;
        width:150px;
        text-indent:0px;
    }
    .btnRed:hover
    {
        background-image: url('/images/sms/lay_red.gif');
    }
    .buttons_t
    {
        margin-bottom: 0px !important;
        table-layout: auto;
        margin-top:15px;
    }