#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid yellow;
background: red;
z-index: 999999;
padding: 10px 0;
}

.jquery-script-center {
background: #999999;

}


/***
Custoum Style
***/

.col-md-color1 {
  background-color: #f3f3f3 !important;
}
.col-md-color2 {
  background-color: #ebebeb !important;
}

.col-md-article {
  margin-left:10px;
  margin-right:10px; 
  color:black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #ddd;
}

.col-md-title {
padding-left:10px; 
  background-color: #999999 !important;
  color:white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #ddd;
}
.col-md-title  a{
  color:#ebebeb;
}
.col-md-title a:hover, .col-md-title a:focus{
  color:#656565;
}

.col-md-frame {
  padding-left:10px; 
  padding-right:10px; 
  background-color: #ebebeb;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #ddd;
}


.col-md-main {
  padding-left:10px; 
}
.col-md-main  a{
  color:black;
  font-weight: bold
}

.col-md-main a:hover, .col-md-main a:focus{
  color:#656565;
}

input[type=text].default,input[type=password].default,input[type=submit].default,button.default{
  border-radius:6px;
  border:1px solid #909090;
  -webkit-transition: box-shadow 0.30s ease-in-out;
  -moz-transition:  box-shadow 0.30s ease-in-out;
  padding:0px 0px;
  font-size:16px;
  line-height:1;
  border: none;
}

input[type=text].default:focus,input[type=password].default:focus,input[type=submit].default:focus,button.default:focus{
  outline:none;
  border:#87C6F9 1px solid;
  box-shadow: 0 0 8px rgba(103, 166, 217, 1);
  padding:0px 0px;
  font-size:16px;
  line-height:1;
  border: none;
}

.search{
  width: 40px;
}

.width200{
  width: 100px;
}


input[type=image]{
  background: url('http://www.juszeil.com/new/images/search-icon.png') no-repeat;
  margin-top:5px; 
  margin-right:20px; 
    cursor:pointer;
	padding:0px 0px;
    width: 17px;
    height: 17px;
    border: none;
}
