h1 {
background-image: url('../images/contact_h1.png');
height: 92px;
margin-left: 60px;
}

#content { background-image: url('../images/contact_bkgnd.jpg'); }

/* form */

fieldset { 
border: none; 
width: 320px;
margin-left: 65px;
}

html>body fieldset {
*margin-left: 32px;
}

textarea {
width: 300px;
border: 2px solid #CDCCCC;
background: none;
margin-bottom: 4px;
color: #fff;
}

input {
background: none;
color: #fff;
border: 1px solid #CDCCCC;
}

html>body input {
*margin-left: 32px;
}

input:hover {
cursor: pointer;
color: #000;
}
input#send {
	float: left;
	margin-left: 310px;
	margin-top: -24px;
}

.col-1, .col-2 { width: 30%; float: left; }