#default_webform {
    background:url("../images/default/bg.form.box.jpg") repeat-x scroll left bottom #FFFFFF;
	padding:10px;
	border:1px solid #8B8275;
	margin:8px;
}
#default_webform div.row label {
	width:175px;
	display:block;
	white-space:normal;
	font-weight:normal;
	color:#5C5C5C;
	float:left;
}
#default_webform input, #default_webform select {
}
#default_webform input.radio, #default_webform input.checkbox {
	width:auto !important;
	border:none !important;
	float:left !important;
}
#default_webform div.row label.radio, #default_webform div.row label.checkbox {
	white-space:normal !important;
	font-weight:normal;
	width:278px;
	margin-left:2px;
	margin-bottom:4px;
}
#default_webform label#how_label {
	float:left;
}
#default_webform label#emails_about_label {
	width:auto !important;
	display:block;
	margin-bottom:10px;
}
#default_webform input.submit, #default_webform #submit_button {
	width:auto;
	margin: 10px 0;
	background-color:#D52B1E;
	color:#fff;
	font-size:0.95em;
}
#default_webform div.row {
	padding-bottom:7px;
}
#default_webfrom .button65 {
    float:left;
    margin-right:10px;
    display:block;
    height:12px;
    padding:2px 0 7px 5px;
    color:#ffffff;
    border:none !important;
    font-weight:bold;
    overflow:hidden;
    text-decoration:none;
    background: #d52b1e url('../images/default/bg.button.65.jpg') no-repeat top center;
    width:60px !important;
    overflow:hidden;
}

