diff --git a/style.css b/style.css index f49c6c2..da912c7 100644 --- a/style.css +++ b/style.css @@ -43,4 +43,48 @@ Version: 0.1 padding: 1em; width: 32px; } +} + +/* style contact form */ +.visual-form-builder label, label.vfb-desc { + color: #055CAD; + font-size: 16px; + padding: 0 0 13px 0; +} + +.vfb-legend { + display: none; +} + +form.visual-form-builder { + position: relative; + margin: 20px 0; + background: 0; + list-style: none; + list-style-type: none; + list-style-image: none; + text-shadow: none; + font-family: inherit; +} + +.visual-form-builder fieldset { + background-color: #ffffff; + border: 0px solid #d3d3d3; +} + +.visual-form-builder input[type="submit"] { + background: #055CAD; + outline: none; + border-bottom: 3px solid #055CAD; + + border: none; + border-bottom-width: medium; + border-bottom-style: none; + border-bottom-color: currentcolor; + border-bottom: 3px solid #055CAD; + border-radius: 2px; + color: #fff; + display: inline-block; + padding: 11px 24px 10px; + text-decoration: none; } \ No newline at end of file