﻿/* Gradient 1 */
.textbox {
    background-image: url('images/buttons/form_bg.jpg');
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    width: 250px;
    color: #333333;
    
    
    font-family: tahoma, arial, sans-serif;
}

.textboxmedium {
    background-image: url(images/buttons/form_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    width: 230px;
    color: #333333;
        
    font-family: tahoma, arial, sans-serif;
}

.textboxsmall {
    background-image: url(images/buttons/form_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    width: 115px;
    color: #333333;
        
}

/*.form-module input {
    outline: none;
    display: block;
    /*width: 100%;
    border: 1px solid #d9d9d9;
    /*margin: 0 0 20px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .form-module input:focus {
        border: 1px solid #1a3d1c;
        color: #333333;
    }*/


.gridview {
    background-color: #fff;
    padding: 2px;
    margin: 2% auto;
}

    .gridview a {
        margin: auto 1%;
        border-radius: 50%;
        background-color: #444;
        padding: 5px 10px 5px 10px;
        color: #fff;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
    }

        .gridview a:hover {
            
            background-color: #1e8d12;
            
            color: #fff;

        }

    .gridview span {
        background-color: #FFCC00;
        color: #fff;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-radius: 50%;
        padding: 5px 10px 5px 10px;
   
        
        
        
    }

     .title {
            text-shadow: 1px 0px #eee, 0px 1px #ccc, 2px 1px #eee, 1px 2px #ccc, 3px 2px #eee, 2px 3px #ccc, /*4px 3px #eee, 3px 4px #ccc, 
                5px 4px #eee, 4px 5px #ccc,*/ 3px 3px #eee;
            font-size: 25px; /*color: #999;*/
            font-family: Monotype Corsiva;
            letter-spacing:2px;
            color:green;
        }

    /*Common Forms*/


          
.inputtext {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  /*padding: 10px 15px;*/
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inputtext input:focus {
  border: 1px solid #1a3d1c;
  color: #333333;
}


     
