body,html {
    font-family: Verdana, Arial, 'Lucida Sans Unicode', sans-serif !important
  }


.form-inline .form-group input {
	width: auto; 
}

label {
  margin: 0; 
  padding: 0; 
  font-size: 130%; 
  padding-top: .1em; 
  padding-right: .55em; 
  width: 6em; 
  text-align: right; 
  width:220px;
  vertical-align: middle;
  display: inline-table; 
}
textarea { 
  margin: 0; 
  padding: 0; 
  font-size: 100%; 
} 

textarea:active, 
textarea:focus, 
textarea:hover { 
  background-color: lightyellow; 
  border-color: yellow; 
} 
			
.footer {
    background-color: #610B0B;
    background-image: linear-gradient(to bottom, #610B0B, #8A0808);
    background-repeat: repeat-x;
    border: 1px solid #8A0808;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
} 

.topmenu-text {
  color:lightyellow;
}

.content-main {
    padding-left: 20px;
    padding-right: 20px;
}
.content-background {
	padding-left: 20px;
    padding-right: 20px;
    min-height: 1024px;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:scroll;
	background-image:url(/img/meetu.png);
}

.navbar-inner {
    background-color: #610B0B;
    background-image: linear-gradient(to bottom, #610B0B, #8A0808);
    background-repeat: repeat-x;
    border: 1px solid #8A0808;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #610B0B;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #610B0B;
}

.btn-group.open .btn.dropdown-toggle {
  background-color:lime;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color:white;
  background-color:Teal;
}
.navbar .nav > li {
    color: white;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 0px 0 #ffffff;
}

.navbar .nav > li > a {
    color: white;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 0px 0 #ffffff;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: white;
  text-shadow: 0 0px 0 #ffffff;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: white;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: white;
  white-space: nowrap;
}

.navbar-link {
  color: white;
}

.navbar-link:hover {
  color: white;
}