﻿#contact {
background-color: white;
height: 440px;
}

#contact form {
width: 400px;
min-height: 350px;
font-family: Arial, Sans-Serif;
}

#contact h2 {
margin-top: 35px;
margin-bottom: 25px;
font-size: 1.1em;
}

p.details {
margin: 10px 0px;
font-family: Arial;
font-size: 0.8em;
}

#contact a {
color: Black;
text-decoration: none;
border-bottom: dotted 1px black;
padding-bottom: 2px;
}

#contact a:hover {
color: #535353;
text-decoration: none;
border-bottom: dotted 1px #535353;
}

#intro {
font-size: 1.1em;
line-height: 30px;
color: #272727;
margin-bottom: 30px;
}

form {
float: right;
margin-left: 50px;
padding-top: 50px;
}

label {
display: block;
margin-bottom: 3px;
font-size: 0.8em;
}

textarea {
width: 100%;
height: 180px;
margin-bottom: 15px;
padding: 4px;
font-family: Arial, Sans-Serif;
}

input.email {
width: 200px;
margin-bottom: 15px;
padding: 4px;
font-family: Arial, Sans-Serif;
}

.error {
font-size: 0.8em;
font-style: italic;
margin-left: 20px;
}

button {
font-size: 0.8em;
padding: 2px 6px;
}
