/***************Cookies Bar****************/
.cookielaw_wrapper {
    position: fixed;
    background-color: rgba(163,163,163,0.80);
    /* For IE 5.5 - 7 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
    padding: 4px 21px;
    margin: 0;
    -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;
    z-index: 10000;
}


.cookielaw_wrapper.cookielaw_bottomleft {
    bottom:20px;
    left:30px
}
.cookielaw_wrapper.cookielaw_bottomright {
    bottom:20px;
    right:30px
}

.cookielaw_wrapper p{
    bottom: 30px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 11px;
    color: #fff;
    margin: 0;
    font-weight: bold;

}
.cookielaw_wrapper a {
    color: #fff;
    border-bottom: dotted thin #eee;
    text-decoration: none;
}
.cookielaw_wrapper a:hover {
    text-decoration: none;
    border-bottom-style: solid;
    color: #ddd;
}


a#fom {border-bottom: 1px dotted;}

button.cookielaw_btn {
  background: #e3e3e3;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 100px; 
  margin-left: 20px;
}

  button.cookielaw_btn:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; }

  button.cookielaw_btn:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; }
	
/***************Links Bar****************/
.cookielaw_wrapper_links {
    position: fixed;
    background-color: #f1f1f1;
    padding: 0px 4px 0px 4px;
    margin: 0;
	text-align: center;
    z-index: 10000;
}


.cookielaw_wrapper_links.cookielaw_bottomfull {
    bottom:0px;
    width: 100%;
}

.cookielaw_wrapper_links.cookielaw_bottom {
    bottom:0px;
    right: 0px
}

.cookielaw_wrapper_links p{
    bottom: 0px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 10.5px;
    color: #a3a3a3;
    margin: 0;
    font-weight: bold;

}
.cookielaw_wrapper_links a {
    color: #a3a3a3;
    border-bottom: dotted thin #eee;
    text-decoration: none;
}
.cookielaw_wrapper_links a:hover {
	border-bottom-style: solid;
	text-decoration: underline;
}

/***************button[disabled]********************/

#commentform input[disabled]:hover, #registerform input[disabled]:hover{
    background-color: #F9F9F9;
    background-image: none;
    background-repeat: repeat-x;
    color: #cacaca;
}


#commentform input[disabled], #registerform input[disabled] {
    cursor: default;
    background-color: #F9F9F9;
    background-image: none;
    background-repeat: repeat-x;
	color: #cacaca;
}

.wpcf7-form input[disabled]:hover, .wpcf7-form input[disabled]:hover{
    background-color: #F9F9F9;
    background-image: none;
    background-repeat: repeat-x;
    color: #cacaca;
}

.wpcf7-form input[disabled], .wpcf7-form input[disabled] {
    cursor: default;
    background-color: #F9F9F9;
    background-image: none;
    background-repeat: repeat-x;
	color: #cacaca;
}