File: /home/drawpictures.co.uk/public_html/css.txt
#contact-form {
background: #EAEAEA;
max-width: 250px;
width: 100%;
border-radius: 10px;
padding: 20px 10px 10px;
margin-top: 10px;
margin-bottom: 10px;
}
#contact-form h3 {
font-size: 1em;
margin: 0px;
padding: 10px 0px 0px 10px;
}
#contact-form h1 {
font-size: 1.5em;
}
div.form h3 {
padding-left:10px;
}
input, textarea {
width: 100%;
max-width:200px;
padding: 9px;
border: solid 1px #E5E5E5;
margin: 9px;
background-color: #CCCCCC;
}
input:hover, textarea:hover,
input:focus, textarea:focus {
border-color: #C9C9C9;
max-width:200px;
}
.text textarea:focus {
color: #000;
}
.form label {
margin-left: 10px;
color: #999999;
}
.submit input {
width: 100%;
padding: 9px 15px;
font-size: 14px;
color: #FFFFFF;
background-color: #11A7F2;
border: 0;
border-radius: 2px;
}