So here’s the CSS I added:
#contact{
list-style:none;
}
#contact li .text,#contact li .ta-label{
width:487px;
background: #4b4b4b;
padding:0 10px 0;
position:absolute;
z-index:100;
border-top-right-radius: 5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-left-radius: 5px;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
}
#contact li .ta-label{
position:relative;
padding:0 10px 3px;
}
#contact li .plain{
padding:0;
position:absolute;
z-index:100;
}
#contact li .wpcf7-form-control-wrap input, #contact li .wpcf7-form-control-wrap textarea{
width: 500px;
z-index:100;
margin:0 0 1px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
}
#contact li .wpcf7-form-control-wrap textarea{
line-height:26px;
height:100px;
border-top-right-radius: 5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
}
input.wpcf7-text { width: 10px; }
#contact li .captcha{
max-width:75px;
border-radius: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
Minus the Submit button styles.
The only thing I’m trying to fix here is the checkbox, which is inheriting my input boxes 500px width, at:
GreekStoneStudios.com/contact