@charset "UTF-8";
table {
word-break:break-all;
-webkit-text-size-adjust: 100%;
}
table.fm-enqueteout, table.fm-enquete{
padding:0;
margin:0;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
width:100%;
}
#header, #footer,.fm-messagebox{
width:100%;
}
table.fm-enquete td.fm-question,table.fm-enquete td.fm-answer{
display:block;
width:100%;
padding:0
}
img {
max-width: 100%;
height:auto;
}
select {
width: 90%;
}
input[type="radio"]{
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}
input[type="checkbox"]{
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #86c253;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #86c253;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #86c253;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
input[type="submit"] {
  position: relative;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #ffffff;
  padding: 5px 30px;
  font-size:16px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #5e8e35;
  -webkit-box-shadow: inset 0 1px 0 #a8f54d;
  -moz-box-shadow: inset 0 1px 0 #a8f54d;
  -ms-box-shadow: inset 0 1px 0 #a8f54d;
  box-shadow: inset 0 1px 0 #a8f54d;
  background: #86c253;
  background: -moz-linear-gradient(top, #86c253 0%, #5e8e35 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86c253), color-stop(100%, #5e8e35));
  background: -webkit-linear-gradient(top, #86c253 0%, #5e8e35 100%);
  background: -o-linear-gradient(top, #86c253 0%, #5e8e35 100%);
  background: -ms-linear-gradient(top, #86c253 0%, #5e8e35 100%);
  background: linear-gradient(to bottom, #86c253 0%, #5e8e35 100%);
 }
 input:hover[type="submit"] {
  -webkit-box-shadow: inset 0 1px 0 #86c253;
  -moz-box-shadow: inset 0 1px 0 #86c253;
  -ms-box-shadow: inset 0 1px 0 #86c253;
  box-shadow: inset 0 1px 0 #86c253;
  background: #5e8e35;
  background: -moz-linear-gradient(top, #86c253 0%, #86c253 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86c253), color-stop(100%, #86c253));
  background: -webkit-linear-gradient(top, #86c253 0%, #86c253 100%);
  background: -o-linear-gradient(top, #86c253 0%, #86c253 100%);
  background: -ms-linear-gradient(top, #86c253 0%, #86c253 100%);
  background: linear-gradient(to bottom, #86c253 0%, #86c253 100%);
 }
 input[type="text"], textarea {
width:80%;
font-size:16px;
}
input[id$="first"],input[id$="second"] {
width: 30%;
font-size:16px;
}
input[id$="etc_text"] {
width: 50%;
font-size:16px;
}