/* CSS Document */

.error {
    color: #FF0000;
}

label {
    display: block;
    margin-bottom: 5px;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

span.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select {
    margin-bottom: 8px;
    width: 95%;
}

.wpcf7 input.wpcf7-submit[type="submit"] {
    color: #FFFFFF;
}

.wpcf7 input.wpcf7-submit[type="submit"] {
    background-color: #9C9590 !important;
    float: right;
}

.wpcf7 input.wpcf7-submit[type="submit"] {
    background-image: url("../images/button-arrow.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    border: 0 none;
    display: inline-block;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    margin-top: 10px;
    padding: 11px 38px 10px 24px;
    transition: all 0.3s ease-in-out 0s;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: none repeat scroll 0 0 #fff;
    border-color: #E4E4E4;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

.wpcf7 textarea {
    max-width: 95%;
	height:auto;
}