/* CSS Document */

.name1 { display: none; }
.name2 { display: none; }





.form-row-input {
    margin-bottom: 12px;
    width: 100%; }

.form-row-textarea {
    margin-bottom: 0px;
    width: 100%; }

.form-row-submit {
    margin-bottom: 12px;
    width: 100%; }



/* Not Needed as No labels */
.formstyle label {
    padding: 8px 0px 8px 0px;
	margin-bottom: 0px;
    font-size: 14px;
    color: #4d4d4d; }



.form-inputstyle {
	padding: 8px;
	border-radius: 4px;
	margin-bottom: 0px;
	border: 1px solid #a8b192;
    width: 100%; }



.form-button {
    float: right;
    background-color: #a8b192;
    border: 0px solid #999;
    border-radius: 16px;
    padding: 3px 26px 3px 26px;
    margin: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    cursor: pointer;
    display: inline-block;
    box-shadow: 1px 2px 2px #888888; }

.form-button:hover {
    background-color: #929292; }




