/*** SPINNER ***/
.ui-spinner {
	width: 116px; /* cf spinInput */
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
}
.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}
.ui-spinner-box {
	float: left;
}
.ui-spinner-up, .ui-spinner-down {
	width: 30px;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	cursor: default;
	border: 1px solid #7F9DB9;
	border-bottom: none;
	border-left: none;
	background-color : #F8FAFC;
}
.ui-spinner-down {
	bottom: 0;
	border-bottom: 1px solid #7F9DB9;
}
.ui-spinner-pressed {
	background: #FEFEFE;
}
.ui-spinner-list, .ui-spinner-listitem {
	margin: 0;
	padding: 0;
}

/*** DATE PICKER ***/
.embed + img { position: relative; left: -21px; top: 3px; }

/*** OVERLABEL  ***/
.overlabel-defaut {
	color: #666;
	cursor: text;
	margin: 4px 0 0 4px;
}

/*** CAPTCHA  ***/
table.captcha {
	padding: 0;
	margin: 0;
	width: 210px;
}
img.captcha {
	padding: 3px;
	border: 1px solid #DFDFDF;
}
.captcha_btn_refresh {
	cursor: pointer;
	text-decoration: underline;
}
.captchaInput {
	width: 210px;
}
