/*.textinput {
	margin-bottom:-6px;
	border: none;
	height: 22px;
	width: 124px;
	padding: 0 11px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-image: url(../img/layout/forms/textinput/146-idle.png);
	background-color: transparent;
}*/

input[type=text].textinput, input[type=password].textinput {
	display: inline;
}

.textinput {
	border: none;
	width: 124px;
	height: 12px;
	padding: 5px 11px 5px 11px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image: url(../img/layout/forms/textinput/146-idle.png);
	background-color: transparent;
}

.textinput:focus {
    outline: none;
	background-image: url(../img/layout/forms/textinput/146-focus.png);
}

.textinput.w260 {
	width: 238px;
	background-image: url(../img/layout/forms/textinput/260.png);
	background-position: 0 0;
}

.textinput.w200 {
	width: 200px;
	background-image: url(../img/layout/forms/textinput/200.png);
	background-position: 0 0;
	
}

.textinput.w260:focus, .textinput.w200:focus {
	background-position: 0 -22px;
}

.prompt {
	font-style: italic;
	color: #999;
}

.textinput.prompt.error {
	font-style: italic;
	color: #FF0000;
}

form .error, form .requiredError {
	color: #FF0000;
}



.form p {
	font-size: 0.6em;
	position: relative;
	padding: 2px;
	min-height: 24px;
}

.form .radio {
	margin-top: 4px;
	margin-bottom: -4px;
}

.form .radioLabel {
	padding: 0 4px;
}

.hourToggler {
	text-decoration: none;
	border-bottom: dotted gray 1px;
	color: gray;
	font-size: 0.8em;
	font-style: italic;
}

.form.classic div.dateInput {
	margin-top: -26px;
}

.form.classic .formLabel {

	text-align: right;
	
	position: absolute;
	margin-top: 4px;
	left: 0;
	width: 140px;
	margin-left: -156px;
}

.form.classic .formHeading {
	font-size: 1.2em;
	color: #222;
}

.form.classic {
	margin-left: 140px;
	border-left: 1px dotted #CCC;
}

.form.classic p {
	padding: 4px;
	padding-left: 16px;
	font-style: italic;
	color: #666;
	font-size: 0.7em;
	position: relative;	
}

.form.classic img {
	display: block;
}

.form.classic textarea {
	min-height: 112px;
	max-width: 476px;
	width: 476px;
	padding: 4px 2px;
	font-size: 1em;
}

.form select {
	height: 22px;
	line-height: 14px;
	font-size: 14px;
}

.form.classic select {
	width: 480px;
}

.form.classic input.default {
	left: 0;
	width: 472px; /* on soustrait le padding horizontal */
	height: auto;
	padding: 4px 4px;
	border: 1px #BBB inset;
}

.form.classic .error input.default {
	border: 2px #CC0000 inset;
	background: #FFEEEE;
}

.form.classic .dateInput select {
	width: auto;
}

.form.classic .group {
	left: 0;
	margin: 0;
}
.form.classic .group a {
	color: #df6b0f;
}

.form.classic p.error {
	background-color: #ff6666;
}

.form.classic p .spinner {
	position: absolute;
	top:3px;
	right: 3px;
	z-index: 10;
}

.form.classic h4 {
	padding-left: 16px;
	color: #df6b0f;
	margin-top: 20px;
}

.form.comment {
	padding: 10px;
}

.form.comment h4 {
	color: #df6b0f;
	font-weight: bold;
	font-size: 1.1em;	
}

.form.comment textarea {
	width: 640px;
	max-width: 640px;
	height: 120px;
}
