﻿body {
}


.DDList{
   background-color:#efefef;
   border-radius:5px;
   border-style:solid;
   border-color:#808080;
   height:40px;
   color:#4f4f4f;
}

.DDList2 {
    background-color: #efefef;
    border-radius: 5px;
    border-style: solid;
    border-color: #808080;
    margin-top: 20px;
    height: 40px;
    color: #4f4f4f;
}

.Btn {
    background-color: #466025;
    width:200px;
    height:40px;
    color:#efefef;
    border-radius:5px;
    border:none;
    margin-top:10px;
}

.Btn2 {
    background-color: #466025;
    width: 200px;
    height: 40px;
    color: #efefef;
    border-radius: 5px;
    border: none;
}

.txtbox {
    background-color: #efefef;
    border-radius: 5px;
    border-style: solid;
    border-width:1px;
    border-color: #808080;
    margin-top:20px;
    padding:5px;
    width:100%;
    height: 40px;
    color: #4f4f4f;
}