body {
    margin: 0px;
    min-height: 356px;
    font-family: Helvetica;
    background-image: url('img/backgroundStripes.png');
    background-repeat: repeat;
}

form {
    margin: 0px 9px;
}

p {
    margin: 5px 0px !important;
}

a {
    color: #333;
}

#footer {
    position: relative;
    font-family: Helvetica;
    font-size: 10pt;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgb(76, 86, 108);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    -webkit-margin-top-collapse: separate;
    margin-top: 10px;
    width: 156px;
    margin-left: auto;
    margin-right: auto;
}

#content {
    position: relative;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    margin-left: 0px;
    margin-top: 0px;
    width: auto;
    margin-right: 0px;
    min-height: 326px;
    height: auto;
}

#button, #contactus {
    font-family: Helvetica;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    -webkit-dashboard-region: dashboard-region(control rectangle);
    position: relative;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    font-size: 16px;
    margin-left: 9px;
    margin-top: 12px;
    background: #999;
    color: white;
    border: 1px solid white !important;
    width: 90%;

}

#question {
    font-family: Helvetica;
    color: black;
    position: relative;
    display: block;
    width: 90%;
    height: 100px;
    font-size: 10pt;
    margin-left: 9px;
    margin-top: 0px;
    -webkit-border-top-right-radius: 4px 4px;
    -webkit-border-top-left-radius: 4px 4px;
    -webkit-border-bottom-left-radius: 4px 4px;
    -webkit-border-bottom-right-radius: 4px 4px;
    border-style: solid;
}

#annonceur {
    position: relative;
    margin-left: 9px;
}

#list {
    overflow: hidden;
    display: none;
    padding: 0px;
    margin-top: 17px;
    margin-bottom: 17px;
    background-color: white;
    -webkit-margin-bottom-collapse: separate;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(172, 172, 172);
    -webkit-border-top-right-radius: 8px 8px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
    position: relative;
    width: auto;
    margin-left: 9px;
    margin-right: 9px;
    -webkit-margin-top-collapse: separate;
}

.listRowTemplate_template {
    position: relative;
    list-style-type: none;
    min-height: 43px;
    padding-top: 9px;
    overflow: hidden;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(172, 172, 172);
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    width: auto;
    border-bottom-width: 0px;
    visibility: visible;
    background-color: white;
}

.webform-component-checkboxes .listRowTemplate_template {
    background: none;
    border: 0px;
    height: auto;
    position: static;
    overflow: visible;
    width: 100%;
}

.label_template {
    position: absolute;
    left: 9px;
    top: 11px;
    color: black;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    right: 206px;
    width: 118px;
    height: auto;
}

.webform-component-checkboxes .label_template, .webform-component-radios .label_template {
    position: static;
    width: auto;
    white-space: normal;
}


input.textfield_template, select.textfield_template, textarea.form-textarea, input.form-text {
    position: relative;
    width: auto;
    color: black;
    font-family: HelveticaNeue;
    font-size: 10pt;
    width: 45%;
    left: 131px;
    border: 1px solid grey !important;    
}

.webform-component-checkboxes input.form-checkbox, .webform-component-radios input.form-radio {
    position: static;
    left: 0px;
    width: auto;
}

textarea.form-textarea {
    display: block;
    position: relative;
    left: 131px;
}

input[type='submit'] {
    background-color: #3D9B21;
    color: white;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
    width: 100%;
    padding: 4px 0px;
}

#edit-actions .form-submit {
    position: static;
    margin: 10px 0;
}

.error {
    color: #AA3333 !important;
    margin: 5px 10px;
}

#text, #text2, #text3, #textr, #textv {
    color: #333333;
    font-family: Helvetica;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    margin-top: 8px;
    margin-left: 9px;
    width: auto;
    margin-right: 11px;
    min-height: 20px;
    height: auto;
}

#text {
    font-weight: bold;
}

#textv {
margin-top: -20px;
margin-left: 30px;
}

#check {
position: relative;
margin-left: 9px;
}

#thanks {
    text-align: center;
    margin: 30px 9px 0px 9px;
}

