.ddfmwrap {
    overflow: hidden;
  	margin-bottom:20px;
	padding:10px 0 40px 40px;
}

.ddfmwrap p {
  	margin:5px 0;
}

p.fieldwrap {
	float:left;
}

.ddfmwrap label {
  	display:block;
}

.ddfmwrap label span {
  	color:#999;
  	font-size:11px;
}

.ddfmwrap input,
.ddfmwrap textarea {
  	font-family:'Lucida Grande', Arial, sans-serif;
  	font-size:12px;
  	color:#666;
  	height:18px;
  	padding:6px 4px 2px 6px;
  	border:1px solid #DDDBD3;
  	background:#f3f4ef;
}

.ddfmwrap input {
  	width:250px;
  	margin-right: 10px; 
}

#fm_subject{
  	width:524px;
}

#fm_message{
  	width:524px;
}

.ddfmwrap textarea {
  	width:320px;
  	height:100px;
}

.ddfmwrap .submit {
    float:right;
    margin-right:46px;
}

.ddfmwrap .submit input {
  	width:100px;
  	width:140px;
  	height:28px;
  	color:#fff;
  	font-size:13px;
 	padding:0;
	background:#999;
}
