﻿
            /*#comment-input {
                width: 200px;
                height: 20px;
            }

            #xyz {
                background-color: blue;
            }
            /*#comment-label
        {
            width:200px;
            background-color:aqua;

        }*/
            /*.more-padding-on-right {
                padding-right: 10px;
            }

            table, th, td {
                border: 1px solid blue;
            }

            table {
                /*border-collapse: collapse;*/
            }

            /*table, th, td {
                border: 1px solid black;
            }

            table {
                width: 100%;
                border: 1px solid blue;
            }

            th {
                height: 50px;
            }

            td {
                padding: 5px;
            }

            td, th {
                border: 0px solid blue;
            }

            th {
                background-color: blue;
                color: white;
            }*/

            button.blue,
            .button.blue {
                /*max-width:100px;
                max-height:20px;*/
                border-color: #2989d8;
                background: #2989d8;
                background: -moz-linear-gradient(top, #2989d8 0%, #1e5799 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2989d8), color-stop(100%,#1e5799));
                background: -webkit-linear-gradient(top, #2989d8 0%,#1e5799 100%);
                background: -o-linear-gradient(top, #2989d8 0%,#1e5799 100%);
                background: -ms-linear-gradient(top, #2989d8 0%,#1e5799 100%);
                background: linear-gradient(top, #2989d8 0%,#1e5799 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 );
                font-size:small;
                
            }

            .labelstyle {
                font-weight: bold;
                font-family: 'Times New Roman';
            }

            .textboxStyle{
                width:200px;
                height:20px;
                font-family:'Times New Roman';
            }

            .displayMessageStyle{
                font-family:'Times New Roman'; 
                color:red;
                 font-weight:bold;
                  font-size:large;
            }

             .displayValidationMessageStyle{
                font-family:'Times New Roman'; 
                color:red;
                  font-size:medium;
            }

             .scrollContainer { border:2px solid #ccc; width:300px; height: 60px; overflow-y: scroll; }


 

