.webforms-fields-comment{
	float:left;
	margin-top:4px; 
	line-height:1.3em; 
	color:#666;
	font-size:.9em;
	width:100%;
}

.webforms-fields-hint{
    font-style: italic;
    opacity: 0.5;
}

.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;
}

.calendar {z-index: 1000;}

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;
}

.list-select{padding:10px !important;}

.form-list li, li.control {list-style:none; position: relative;}

.checkbox {float:left;}

.form-list li.control input.radio, .form-list li.control input.checkbox{
    margin-top:2px;
}

/* Tooltip */

.ot-content{text-align:left;}
.tooltip-icon {
    position:absolute;
    top:0;
    left:-20px;
    background-image:url('tooltip.png');
    background-size:15px 15px;
    width:15px;
    height:15px;
    cursor: pointer;
}

/* Sidebar template */

.block-form, .block-form .input-box label {font-size:11px !important;}
.block-form .input-text,.block-form textarea,.block-form .form-list .input-box,.block-form .field {width:100%;}
.block-form .input-text{padding:1px 0;}
.block-form textarea{height:70px;}
.block-form .block-content{padding:5px 9px;}
.block-form label{font-size:11px; font-weight: bold;}
.block-form .input-box label{font-weight: normal !important;}
.block-form .input-box {margin-bottom:10px;}
.block-form .required em{color: red;}
.block-form .list-select{padding-bottom:0px !important;}
.block-form p.required{float:left;}