
			
.wpcf7-form p.field {
    font-weight: bold;
    line-height: 1.8em;
}

.wpcf7-form p.field input {
    -moz-border-radius: 14px 14px 14px 14px;
    background: none repeat scroll 0 0 #DECD9F;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    line-height: 1.29em;
    padding: 4px 14px;
    position: relative;
}

.wpcf7-form textarea {
    -moz-border-radius: 14px 14px 14px 14px;
    background: none repeat scroll 0 0 #DECD9F;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    height: 110px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 8px 14px;
    position: relative;
    width: 480px;
}	
	
input, select, textarea {
    font-family: "trebuchet MS",Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    vertical-align: middle;
}

.wpcf7-form .submit-wrap input {
    -moz-border-radius: 14px 14px 14px 14px;
    background: none repeat scroll 0 0 #803e1c;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    position: relative;
    text-transform: uppercase;
    width: 125px;
}	

.wpcf7-form .submit-wrap input:hover {
		background:#b5b674;
		}

