form {
	/*width:385px;
	_width:395px;
	overflow: auto;
	padding: 35px;
	padding-top: 10px;*/
}

fieldset {
	overflow: auto;
}

label {
	display: block;
	width:100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	line-height: 1em;
	margin-top: 3px;
}

input, textarea {
	width: 270px;
}

input, textarea, select {
	padding: 3px;
}

textarea {
	padding: 4px;
}

html>/**/body textarea, x:-moz-any-link { 
	padding: 3px;
}

button {
	float: right;
	clear: both;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	padding: 3px 7px;
}

/* CAPTCHA */
.captcha input {
	width: 155px;
}

.captcha img {
	float: right;
	margin-top: 0;
	border: none;
}

/* CHECKBOX */
.checkbox {
	display: inline-block;
	margin:0;
}

.checkbox input {
	width: auto;
	margin-right: 3px;
	margin-left:100px;
	float: left;
	height: 20px;
}

.checkbox label {
	width: auto;
	float: right;
	width: 255px;
	text-align:left;
}

/* TOOLTIP */
.tooltip {
	color: #9a7b39;
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
}

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 {
	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: -5px;
	top: -10px;
}

/* ERROR / RESPONSE*/
.error {
	background-color: #fde5e1;
	border: solid 1px #ffd0c4;
	padding: 0 20px;
	margin-bottom: 10px;
	position: relative;
	display: none;
}

.error p, .error p, .error li, .error li, .error strong, .error small, .error a {
	color: #DC3500 !important;
}

.error img {
	position: absolute;
	left: -10px;
	top: -10px;
	_display: none;
}

.error img, .ok img {
	border: 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;
}

/*UPPER*/
.upper label {
	float: none;
	text-align:left;
	width: 95%;
	margin-bottom:2px;
}

/**/
.checkbox input {
	border: none;
	background-image: none;
	background: none;
	padding:0;
}

