.webforms-fields-comment{
	float:left;
	margin-top:4px; 
	line-height:1.3em; 
	color:#666;
	font-size:.9em;
}

.group-select li textarea{
	height:10em;
}

.highlight .webforms-calendar input, .webforms-calendar input{
	background-image:url(calendar.gif);
	background-position: 99% 2px;
	background-repeat: no-repeat;
}
ul.webforms-errors-list{
	margin:5px;
	padding:5px;
	list-style-type: disc;
	list-style-position: inside;
}
ul.webforms-errors-list li {
	margin-bottom:5px;
}
p.webforms-error-message {
	margin: 10px;
	text-align:center;
}
.webforms-uploaded-file{
	margin-bottom: 5px;
	padding:5px;
	border-radius:3px;
	border:1px solid #ccc;
	float:left;
}
.webforms-uploaded-file-delete{
	margin:3px 0 0 0;
	clear:both;
}

.webforms-uploaded-file-delete-label{
	margin-left:5px;
	float:none !important;
}

ul.form-list, ul.form-list ul{
	list-style-type: none;
}
.webforms- .buttons-set button.button {
	position: relative;
	float: none;
	width: 150px;
	left: 50%;
	margin-left: -62px;
	height: 60px;
	margin-bottom: 40px;
}
.webforms- .buttons-set button.button > span {
	padding: 10px 20px;
	font-size: 22px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
	-o-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
	box-shadow: 3px 3px 6px rgba(0,0,0,.15);
}
.webforms- .buttons-set .required {
	text-align: center;
	float:none;
	margin-top: -30px;
}
.webforms- .fieldset {
	padding: 10px 0 10px;
	border: 1px solid #bbb;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
	-o-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
	box-shadow: 3px 3px 6px rgba(0,0,0,.15);
	margin: 20px 103px 40px;
	background: #f3f3f3;
	position: relative;
}
.webforms- .fieldset .legend {
	font: bold 28px/32px "Open Sans Condensed", Arial, Helvetica, sans-serif;
	position: relative;
	padding-bottom: 8px;
	color: #F9A800;
	font-style: italic;
	margin-left: 20px;
	margin-top: -37px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.1);
}
@media only screen and (max-width: 959px) {
	.webforms- .fieldset {
		margin: 20px 20px 40px;
	}
}
