.webform-component { clear: both; }
.webform-container-inline .form-radios { margin-left: 220px; }
.node-webform fieldset { 
	border: 1px solid #ccc; 
	padding: 15px; 
	margin-top: 24px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	clear: both;
}

.node-webform legend { 
	background-color: #eee; 
	color: #222; 
	border: 1px solid #999966; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	font-style: normal;
	font-weight: bold;
	font-size: 1.25em;
	text-transform: uppercase; 
	text-shadow: 0 1px 1px #fff;
	background: #f5f5f5; 
	padding: 2px 6px; 
}

.node-webform .webform-container-inline label { 
	width: 200px; 
	text-align: right; 
	float: left; 
	line-height: 1.25em;
        margin-bottom: 1.5em; margin-right: 1em;
}
.node-webform label.option {
        float: none;
        text-align: left;
        width: 1px;
}
.node-webform fieldset textarea.form-textarea {
        display: block;
        clear: both;
}
.node-webform fieldset .webform-component {
        clear: both;
}
.node-webform input.form-submit {
        font-size: 1.5em;
}
article.node-webform footer.submitted {
        display: none;
}
#edit-actions{
text-align: center; 
}