/* Forms */
label {
	display: block;
	float: left;
	width: 30%;
	height: 20px;
	vertical-align:middle;
}

label[title] {
	cursor: pointer;
}
input[type="text"],
input[type="password"],
textarea {
	position: relative;
	border: 2px solid #999;
	background-color: #eee;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	width: 20%;
	height: 20px;
	/*left: 30%;*/
	display: block;
}

textarea {
	height: 100px;
	width:40%
}

textarea.autogrow {
	height:20px;
}

fieldset input[type="checkbox"],
fieldset select {
	position: relative;
	/*left: 30%;*/
}

select {
	border: 2px solid #999;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #eee;
}*/

input[type="submit"] {
	margin-left: 30%;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
	border: 2px solid black;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 2px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #fff;
}

span.forminfo {
	visibility: hidden;
	position: absolute;
	right: -250px;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background-color: #ffc;
}

fieldset {
	border: 1px dashed #999;
	width: 80%;
	margin: 0;
	margin: auto;
	padding: 2em 5%;
}

p.erreur {
	border: 1px dotted red;
	background-color: #ffcccc;
	width: 80%;
	margin: auto;
	margin-bottom: 2em;
}

div#page p.ok, p.ok {
	border: 1px dotted green;
	color: green;
	background-color: #ccffcc;
	width: 80%;
	margin: auto;
	text-align: center;
	margin-bottom: 2em;
}

legend {
	border: 1px solid #999;
	background-color: #d6ece9;
	padding: 0 15px;
}

fieldset.large label {
	width: 30%;
}

fieldset.large input[type="checkbox"],
fieldset.large select,
fieldset.large input[type="text"],
fieldset.large input[type="password"],
fieldset.livre input[type="checkbox"],
fieldset.livre select,
fieldset.livre input[type="text"],
fieldset.livre input[type="password"],
fieldset.livre textarea {
	left: 0;
}

fieldset.large select,
fieldset.large input[type="text"],
fieldset.large input[type="password"]  {
	width: 65%;
}

fieldset.livre input[type="text"] {
	width: 25%;
}

fieldset.livre textarea {
	left: 0;
	width: 45%;
	height: 80px;
}

img#captchaimg {
	height:40px;
	width:20%;
	border:1px solid #999;
}

label#chgcaptcha {
	line-height:40px;
	vertical-align:middle;
}

.ferror {
	border:1px dotted red !IMPORTANT;
	background-color:#fee !IMPORTANT;
}

#rsvErrors {
	display: none;
}
