﻿body 
{
    background-image: url("images/ReviewBackground.jpeg");
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.custom-button 
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    border-radius: 25px;
    background-color: #8F0D0B;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    z-index: 1;
    left: 836px;
    top: 221px;
    position: absolute;
}

.custom-textbox {
    border: 1px solid #333;
    padding: 10px;
    border-radius: 20px;
}
fieldset {
    background-color: #DFDEDB;
}

.centered-gridview {
    text-align: center;
    background-color: #DFDEDB;
}



