@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/*@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);*/

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: Poppins;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color:#000080;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
  color: "black";
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



button:focus {
  outline: none;
}


p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  }
  .body{
    font-family: 'Lato';font-size: 22px;
  }

a {
  margin-left: 20px;
  color:black;
font-size: 30px;
  /* text-decoration: none;  */
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}



.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

.header_section {
  width: 100%;
  float: left;
  background-image: url(../images/header-bg.png);
  height: auto;
  background-size: 100%;
}
.bg-light {
  background-color: transparent !important;
}
.myVideo{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.logo {
  height: 30%;
  width: 20%;
  float: left;
  
  /* mix-blend-mode:multiply;  */
  /* filter:drop-shadow(5px 5px) */
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
nav {
  height: 110px;
  background: #fcfdfe;
   z-index: 2;
  position: relative;
}
nav img {
  width: 182px;
  position: absolute;
  top: 0px;
  left: 13%;
}
nav ul {
  float: right;
  margin-right: 25px;
  margin-top: 20px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 15px;
}

nav ul li a {
  position: relative;
  color: rgb(9, 9, 9);
  font-size: 22px;
  padding: 5px 0;
  text-transform: uppercase;
}

nav ul li a:before {
  position: absolute;
  content: " ";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: rgb(225, 113, 113);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s linear;
}

nav ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
label #btn,
label #cancel {
  color: rgb(15, 1, 1);
  font-size: 30px;
  float: right;
  line-height: 90px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}

@media (max-width: 1118px) {
  div img {
    left: 8%;
    width: 370px;
  }
}
@media (max-width: 944px) {
  nav img {
    /* width: 30%; */
    left: 10%;
    top: -2px;
    width: 183px;
  }
  nav ul li a {
    font-size: 17px;
  }
}
@media (max-width: 860px) {
  label #btn {
    display: block;
  }
  ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #34495e;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a {
    font-size: 20px;
  }
  #check:checked ~ ul {
    left: 0%;
    position: absolute;
  }
  #check:checked ~ label #btn {
    display: none;
  }
  #check:checked ~ label #cancel {
    display: block;
  }
}



.call_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: rgb(218, 218, 202);
  padding-top: 10px;
}

.search_icon {
  width: 12%;
  float: left;
}

.search_icon li {
  float: left;
  padding-left: 20px;
  font-size: 18px;
  color: #000;
}
.search_icon li a {
  color: white;
}


.videoindex{
  position: absolute;
  height: 900px;
  width: 100%;
}

.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0 !important;
  width: 25%;
  float: left;
}
.banner_section {
  width: 100%;
  float: left;
  background-image: url(../images/MarketEdgeLogo.png);
  height: auto;
  padding-bottom: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.icon_1 {
  width: 100%;
  float: left;
  text-align: center;
}
.furniture_text {
  width: 100%;
  float: left;
  font-size: 100px;
  color: #090808;
  text-align: center;
  text-transform: uppercase;
}
.there_text {
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  color: #090808;
  text-align: center;
}
.lorem_text{
  line-height: 1.6;
}
.contact_bt_main {
  width: 17%;
  margin: 0 auto;
  text-align: center;
}
.contact_bt {
  width: 100%;
  float: left;
  margin-top: 360px;
}
.contact_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
/* .contact_bt a:hover {
  color: #ffffff;
  background-color: #000;
} */

.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-left:before {
  content: "\f105";
}
#costum_slider a.carousel-control-prev {
  position: absolute;
  left: -153px;
  top: 57%;
  background-color: #000;
  color: #ffffff;
  border-radius: 100px;
}

/* Contact us  */

.info-wrap h3 {
  color: #fff; }

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px; }
  .info-wrap .dbox:last-child {
    margin-bottom: 0; }
  .info-wrap .dbox p {
    margin-bottom: 0; }
    .info-wrap .dbox p span {
      font-weight: 400;
      color: rgba(255, 255, 255, 0.4);
      font-size: 20px;
      display: block;
      text-transform: uppercase; }
    .info-wrap .dbox p a {
      color: rgba(255, 255, 255, 0.7); }
  .info-wrap .dbox .icon {
    margin-top: 10px; }
    .info-wrap .dbox .icon span {
      font-size: 24px;
      color: #fff; }
  .info-wrap .dbox .text {
    width: 100%; }


#costum_slider a.carousel-control-next {
  position: absolute;
  right: -150px;
  top: 57%;
}
#costum_slider .carousel-control-prev,
#costum_slider .carousel-control-next {
  width: 85px;
  height: 85px;
  background: #000;
  opacity: 1;
  font-size: 30px;
  color: #fff;
  border-radius: 100px;
}
#costum_slider .carousel-control-prev:hover,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-next:focus {
  background: #f8ca12;
  color: #fff;
}

.services_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.services_taital {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #090808;
  text-align: center;
  text-transform: uppercase;
}
.many_taital {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}
.services_section2 {
  width: 100%;
  float: left;
}
/* .furnitures_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #090808;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
} */
.dummy_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}

.read_bt_main {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.read_bt {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.read_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.read_bt a:hover {
  color: #ffffff;
  background-color: #000;
}
.about_section {
  width: 100%;
  float: left;
  height: auto;
  padding-bottom: 90px;
  /* margin-top: 110%; */
}
.image_1 {
  width: 100%;
  float: left;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.lorem_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin-left: 0px;
  padding-top: 40px;
}
.read_bt1 {
  width: 30%;
  float: left;
  margin-top: 70px;
}
.read_bt1 a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #070201;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.read_bt1 a:hover {
  color: #000;
  background-color: #ffffff;
}
.furnitures_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.our_text {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #121111;
  text-transform: uppercase;
  text-align: center;
}
.ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}
.furnitures_section2 {
  width: 100%;
  float: left;
}

.container_main {
  position: relative;
  width: 100%;
  max-width: 100%;
}

/* a:hover {
  color: black;
  text-decoration: underline;
} */
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  width: 42%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #fabc26;
  margin: 0 auto;
  border-radius: 100px;
  top: 55px;
}

.container_main:hover .overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}
.temper_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #fabb25;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 35px;
}
.dololr_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #121111;
  margin-top: 10px;
  margin-left: 0px;
}
.who_section {
  width: 100%;
  float: left;
  background-image: url(../images/bg-1.png);
  height: auto;
  padding-bottom: 55px;
  background-size: 100%;
}
.who_taital {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.designer_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.lorem_ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-left: 0px;
}
.get_bt_main {
  width: 13%;
  margin: 0 auto;
  text-align: center;
}
.get_bt {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.get_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #070201;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.get_bt a:hover {
  color: #000;
  /* background-color: #ffffff; */
}
.projects_section {
  width: 100%;
  float: left;
}
.projects_section2 {
  width: 100%;
  float: left;
  padding-top: 60px;
}

.container_main1 {
  /* position: relative; */
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99999;
}

.container_main1:hover .image {
  opacity: 0.3;
}

.container_main1:hover .middle {
  opacity: 1;
}

.text {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #fff;
}
.container_main2 {
  width: 100%;
  float: left;
}
.container_main1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 92%;
  height: 90%;
  background-color: rgb(255, 182, 7, 0.6);
  z-index: 11;
  display: none;
}
.container_main1:hover::after {
  display: block;
}
.modern_text {
  width: 100%;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  top: -50px;
  text-align: center;
  z-index: 22;
}
#main_slider a.carousel-control-prev {
  position: absolute;
  left: -94px;
  top: 57%;
  background-color: #000;
  color: #ffffff;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: -95px;
  top: 57%;
}
#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 65px;
  height: 65px;
  background: #000;
  opacity: 1;
  font-size: 30px;
  color: #fff;
}
#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: #f8ca12;
  color: #fff;
}
.clients_section {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 90px;
}
.client_text {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #121111;
  text-transform: uppercase;
  text-align: center;
}
.clients_section2 {
  width: 100%;
  float: left;
  padding-top: 70px;
}
.client_1 {
  width: 60%;
  float: left;
  border: 1px solid #000;
  padding: 17px 17px 0px 17px;
}
.image_7 {
  width: 100%;
  float: left;
}
.quote_icon {
  width: 85%;
  float: left;
  text-align: center;
  position: absolute;
  bottom: 35px;
}

.loksans_text {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #191919;
  text-transform: uppercase;
}
.dolor_ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #191919;
  margin-left: 0px;
  margin-top: 0px;
}
.client_2 {
  width: 60%;
  float: right;
  border: 1px solid #000;
  padding: 17px 17px 0px 17px;
  margin-top: 30px;
}
.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.carousel-indicators .active {
  background-color: #111111;
}

.carousel-indicators {
  justify-content: left;
  margin-left: 0%;
  bottom: 50px;
}
.contact_section {
  width: 100%;
  float: left;
 
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 90px;
}
/* .mail_sectin {
  width: 100%;
  float: left;
   border-color: #000080; 
  
} */
.container{
  
}
.contact_text {
  width: 100%;
  float: left;
  font-size: 36px;
  border-color: #000080;
}
.box{
  margin: 30px;
  width: 300px;
  height: 333px;
  box-shadow: -1px 0 10px #000080;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.img1{
  width:600px;
  height: 100px;
  display: flex;
}

/* .email-bt {
  color: #989696;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 20px;
  margin-top: 25px;
  border: 2px solid black;
  border-radius: 5px;
}
input.email-bt::placeholder {
  color: #989696;
} */
.massage-bt {
  color: #989696;
  width: 100%;
  height: 150px;
  font-size: 18px;
  border: 2px solid black;
  padding: 50px 20px 10px 20px;
  margin-top: 25px;
  /* border: 0px; */
  border-radius: 5px;
}
textarea#comment::placeholder {
  color: #989696;
}
.send_bt {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.send_bt a {
  width: 30%;
  float: left;
  font-size: 20px;
  color: #f3eded;
  background-color: #000;
  text-align: center;
  border-radius: 5px;
  /* border: 2px solid #ffffff; */
 padding: 10px 0px;
  font-weight: bold;
}
.send_bt a:hover {
  color: #080101;
  background-color: #ffffff;
}
.image_9 {
  width: 100%;
  float: left;
  padding-top: 83px;
}
.input-group {
  width: 45%;
  float: right;
}

.form-control {
  display: block;
  /* width: 100%; */
  padding: 0px 15px 10px 0px;
  font-size: 18px;
  /* line-height: 1.5; */
  color: #fff;
  background-color: transparent;
  /* background-clip: padding-box; */
  border-bottom: 1px solid #fff !important;
  border-radius: 0px;
  /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
  border: 0px;
}
.input-group-text {
  padding: 0px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.input-group-text a {
  color: #ffffff;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0px;
  background: transparent !important;
  border-bottom: 1px solid #ffff;
}

.footer_section {
  width: 100%;
  float: left;
  background-color: #313131;
  height: auto;
  padding-bottom: 90px;
}
.fooer_logo {
  width: 100%;
  float: left;
  padding-bottom: 40px;
}
.customer_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer_lorem_text {
  width: 80%;
  float: left;
  font-size: 16px;
  color: #fefefe;
  margin-left: 0px;
}
.footer_lorem_text1 {
  width: 100%;
  float: left;
  font-size: 30px !important;
  transition: 1.5s ease-out;
  color: #fefefe;
  margin-left: 0px;
}

/* social icon start */

.social_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}
.social_icon li {
  float: left;
  padding-right: 5px;
}
 .social_icon ul li {
  position: relative;
  list-style: none;
  width: 70px;
  height: 70px;
  margin: 0 20px;
}
.social_icon ul li span {
  border-radius: 50%;
  width: 80%;
  height: 80%;
  display: flex !important;
  background: #2a2a2a;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px !important;
  transition: 1.5s ease-out;
}
.social_icon ul li:hover span {
  transition: .3s;
}

.social_icon ul li:nth-child(2):hover span {
  background: #2C3456 !important;
}

.social_icon ul li:nth-child(3):hover span {
  background: #7ff668 !important;
}

.social_icon ul li:nth-child(4):hover span {
  background: #ca4d7b !important;
}

.social_icon ul li:nth-child(5):hover span {
  background: #0A66C2 !important;
}

 
/* social icon end */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
}


.copyright_text {
  width: 100%;
  float: left;
  color: #000;
  text-align: center;
  font-size: 16px;
  margin-left: 0px;
}
.copyright_text a {
  color: #000;
}
.copyright_text a:hover {
  color: #fdbe28;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
}
a {
	-moz-user-select: none;
	color: #1155CC !important;
	font-family: "verdana", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	margin:0;
	padding:10px 5px 10px 5px;
}
#Frame0 {
	background-color: #F7F7F7;
	margin: 30px auto auto;
	padding: 10px;
	width: 750px;
	border: 1px solid #EEE;
}
.Button3 {
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 23px;
	margin-right: 2px;
	min-width: 40px;
	padding: 0 16px;
	text-align: center;
	-moz-user-select: none;
	color: #FFFFFF;
	-moz-box-shadow:inset 0 1px 0 #529E21, inset 1px 0 0 #4A911C, inset -1px 0 0 #4A911C, inset 0 -1px 0 #3D7F12, inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 0 4px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:inset 0 1px 0 #529E21, inset 1px 0 0 #4A911C, inset -1px 0 0 #4A911C, inset 0 -1px 0 #3D7F12, inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 0 4px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 1px 0 #529E21, inset 1px 0 0 #4A911C, inset -1px 0 0 #4A911C, inset 0 -1px 0 #3D7F12, inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 0 4px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
	background:#6dbd45;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.2, #6dbd45), color-stop(1, #51a326));
	background:-moz-linear-gradient(center top, #6dbd45 20%, #51a326 100%);
	border:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding: 3px 10px;
	text-align:center;
	overflow:hidden;
	min-width:70px;
}
.Button1:hover {
	text-decoration: none;
}
.button3:active {
	background:#6dbd45;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.2, #5EA534), color-stop(1, #519327));
	background:-moz-linear-gradient(center top, #5EA534 20%, #519327 100%);
}
.Button3:active, .a:active {
	position: relative;
	top: 1px;
}
.Input {
	background-color: #FFFFFF;
	border-color: #A0A0A0 #B9B9B9 #B9B9B9;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	width: 200px;
}
.Table {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #E4E4E4;
}
.Table td {
	background-color: #F8F8F8;
}
