/* inno contact module */

.inno-contact-form {margin-bottom:20px;}
p.inno-contact-send-status {font-weight:bold; margin:0;}

 {clear:both; width:240px;}

.form-group div.captcha img {clear:both; margin-bottom:5px;}

.no-bootstrap .form-group label {font-weight:bold; display:block; clear:both;}

.no-bootstrap .form-group select,
.no-bootstrap .form-group input[type=text],
.no-bootstrap .form-group textarea {
	clear: both;
	display: block;
	width: 100%; /* 240px; */
	padding: 6px 0 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.no-bootstrap table.radioButtonField label,
.no-bootstrap table.checkBoxField label {
	float: right;
	margin-left: 5px;
	margin-right: 15px;
}

.no-bootstrap .btn {
	display: inline-block;
	background: #333;
	color: #fff;
	border-radius: 4px;
	padding: 6px 12px;
}

.no-bootstrap .btn:hover {
	background:#444;
}

.form-group {position:relative;}

span.required-field {position:absolute; top:0; right:0;}
span.required-field .label {position:absolute; top:0; right:0;}

.no-bootstrap .label-danger {
background-color: #d9534f;
}

.no-bootstrap .label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
