@charset "utf-8";
/* CSS Document */

/* Updates
	> 2009-04-22 :	change margin on
					fieldset.main-form
---------------------------------------- */


/* Definition list layout for forms
---------------------------------------- */
dl {
	font-size: 1.20em;
}

dt {
	float: left;
	width: auto;
}

.rtl dt {
	float: right;
}

dt span { padding: 0 5px 0 0;}

dt .explain { font-style: italic;}

label {
	cursor: pointer;
}

dt label {
	font-size: 1.00em;
	text-align: left;
}

dl.require dt label {
	padding-right:6px;
	background: url(../images/picto-field-require.gif) right 2px no-repeat;
}

dd label {
	font-size: 1.00em;
	white-space: nowrap;
	margin: 0 10px 0 0;
}

html>body dd label input { vertical-align: text-bottom;}	/* Tweak for Moz to align checkboxes/radio buttons nicely */

dd input {
	padding: 2px; margin: 0;
	font-size: 1.00em;
	max-width: 100%;
	color: #a0a0a0;
	border: 1px solid #a0a0a0;
}

dd label input {
	margin: 0 3px;
}

dd select {
	padding: 2px; margin: 0;
	font-size: 1.00em;
	width: auto;
	max-width: 100%;
	color: #a0a0a0;
	border: 1px solid #a0a0a0;
}

dd textarea {
	padding: 2px; margin: 0;
	font-size: 0.90em;
	width: 90%;
	color: #a0a0a0;
	border: 1px solid #a0a0a0;
}

dd span.error-msg {
	padding: 0 0 0 3px; margin: 0;
	color: #e2001a;
	font-size: 0.90em;
	line-height: 100%;
}

fieldset.main-form {
	padding: 0; margin: 10px 40px 10px 80px;
	border: 0 none #ffffff;
}
	
	fieldset.main-form.mail-to-friend {
		margin-left: 0;
	}

fieldset.main-form dl {
	margin-bottom: 10px;
	font-size: 1.20em;
}

fieldset.main-form dt {
	width: 20%;
	text-align: left;
	padding-top: 3px;
}

	fieldset.main-form.mail-to-friend dt {
		width: 30%;
	}

fieldset.main-form dd {
	padding: 0; margin: 0 0 0 20%;
	vertical-align: top;
	font-size: 1.00em;
}

	fieldset.main-form.mail-to-friend dd {
		margin-left: 30%;
	}

fieldset.main-form dt.full, fieldset.main-form dd.full {
	padding: 3px 0 0; margin: 0;
	text-align: left;
	width: 100%;
}

fieldset.main-form dd.full label input {
	margin: 0;
}

/* Hover highlights for form rows */
fieldset.main-form dl:hover dd input {
	border-color: #666666;
}

fieldset.main-form dl:hover dt label {
	color: #444444;
}

fieldset.main-form dl dd label:hover {
	color: #bf0016;
}

fieldset.main-form input[type=text]:focus,
fieldset.main-form input[type=password]:focus,
fieldset.main-form input[type=checkbox]:focus,
fieldset.main-form input[type=radio]:focus,
fieldset.main-form textarea:focus {
	border: 1px solid #bf0016;
	background-color: #E9E9E2;
	color: #bf0016;
}

/* Input field styles
---------------------------------------- */

input.radio, input.checkbox {
	width: auto !important;
	background-color: transparent;
	border: none;
	cursor: default;
}

input.full, textarea.wide { /* Updated on 2009-04-23 */
	width: 95%;
}

textarea.full, select.full { /* Added on 2009-04-23 */
	width: 62%;
}

input.medium, textarea.medium, select.medium { width: 50%;}
input.narrow { width: 25%;}
input.tiny { width: 10%;}
input.autowidth { width: auto !important;}

/* Select styles
---------------------------------------- */

optgroup {
	margin-top: 5px;
}

optgroup option {
	padding-left: 10px;
}

/* Jump menu
---------------------------------------- */

fieldset.quick {
	padding: 5px 0 0; margin: 0;
	border: none;
	background-color: transparent;
	text-align: right;
}

fieldset.quick legend {
	display: none;
}
