#sidebar fieldset {
	overflow: auto;
	padding-top: 5px;
}

#sidebar form p {
	padding: 0px;
	margin: 3px 0;
}

#sidebar label {
	display: block;
	width: 105px;
	float: left;
	text-align: right;
	margin-right: 5px;
	line-height: 1em;
	margin-top: 3px;
}

#sidebar input, #sidebar textarea {
	width: 170px;
	padding: 2px;
}

#sidebar textarea {
}

html>/**/body #sidebar textarea, x:-moz-any-link { 
	padding: 3px;
}

#sidebar button {
	float: right;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	padding: 3px 7px;
}

/* CAPTCHA */
#sidebar .captcha input {
	width: 60px;
}

#sidebar .captcha img {
	position: relative !important;
	float: right;
	margin-top: 0;
	margin-right: 10px;
}

/* CHECKBOX */
#sidebar .checkbox {
	display: inline-block;
	float:left;
	width:210px;
	_width:220px;
}

#sidebar .checkbox input {
	width: auto;
	margin-right: 3px;
	margin-left: 10px;
	float: left;
	height: 20px;
	background:none;
	border:none;
}

#sidebar .checkbox label {
	width: auto;
	float: right;
	width: 175px;
	text-align:left;
}

/* TOOLTIP */
.tooltip {
	color: #9a7b39;
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
}

#sidebar form .tooltip p {
	background: url('../images/validate/bg-tooltip-middle.png') repeat-y;
	padding: 0 10px 5px 20px;
	width: 140px;
	margin: 0px;
	line-height:1.4em
}

.tooltip_top {
	background: url('../images/validate/bg-tooltip-top.png') no-repeat;
	width: 170px;
	height: 14px;
}

.tooltip_bottom {
	background: url('../images/validate/bg-tooltip-bottom.png') no-repeat;
	width: 170px;
	height: 10px;
}

/* OK */
.ok {
	margin-top:20px;
	background-color: #e3eec4;
	border: solid 1px #d3e3a4;
	padding: 0 10px;
	margin-bottom: 10px;
	position: relative;
	display: none;
}

.ok p {
	color: #76913e;
}

.ok img {
	position: absolute;
	right: 0px;
	top: -10px;
}

/* ERROR / RESPONSE*/
.error, .response {
	margin-top:20px;
	background-color: #fde5e1;
	border: solid 1px #ffd0c4;
	padding: 0 20px;
	margin-bottom: 10px;
	position: relative;
	display: none;
}

#sidebar .error, #sidebar .response {
	padding-right: 10px;
}

.error p, .error p, .error li, .error li, .error strong, .error small, .error a {
	color: #DC3500 !important;
}

#sidebar .error ul {
	margin-left: 5px;
}

.error {
	padding-bottom: 10px;
}

.error img {
	position: absolute !important;
	left: -10px;
	top: -10px;
	_display: none;
}

/* INPUT ERROR */
.input-error {
	background-image: url('../images/validate/ico-error-input.png');
	background-repeat: no-repeat;
	background-position: right center;
	_background-image: none;
}

textarea.input-error {
	background-position: right top;
}
