﻿legend {    line-height: 30px;}label {    font-weight: bold;    display: block;     margin-top: 8px;    margin-bottom: 2px;}form {    margin-bottom: 20px;}.other h2 {    margin-top: 20px;}.form-elements input[type="text"],.form-elements input[type="email"] {    width: 300px;    height: 30px;    padding-left: 10px;}.form-elements textarea {    width: 292px;    height: 100px;    padding: 10px;}.error {    color: #ff0000;    margin-bottom: 20px;}.success {    color: #004600;    margin-bottom: 20px;}.form-elements input[type="submit"] {    margin-top: 20px;    padding: 10px;    width: 100px;}