/* CSS Document */
#wbtProfilEdit {
	width: 95%;
}
#wbtProfilEdit a {
	color: #004494;
}
#wbtProfilEdit ul {
	margin: 0 0 1em 0;
}
#wbtProfilEdit fieldset {
	width: 100%;
	padding: 1em;
	margin: 0;
}

#wbtProfilEdit legend {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004494;
}

#wbtProfilEdit p {
	margin-top: 0;
}

#wbtProfilEdit input[type=text],#wbtProfilEdit input[type=password],#wbtProfilEdit textarea {
	position: relative;
	width:97%;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	color: #004494;
}
#wbtProfilEdit select {
	width: 20em;
	padding: 0.5em;
	color: #444444;
	border: 1px solid #CCCCCC;
	color: #004494;
}
#wbtProfilEdit input[type=submit] {
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	color: #004494;
}

#wbtProfilEdit input:focus,#wbtProfilEdit textarea:focus, #wbtProfilEdit select:focus {
	border: 1px solid #004494;
}
#wbtProfilEdit #center {
	text-align: center;
}
#wbtProfilEdit #error {
	text-align: center;
	width: 100%;
	padding: 1em;
	margin: 0.5em 0;
	background-color: #ffbbc0;
	color: #004494;
	border: 1px solid #ff535f;
}

#wbtProfilEdit #true {
	text-align: center;
	width: 100%;
	padding: 1em;
	margin: 0.5em 0;
	background-color: #c9fec6;
	color: #004494;
	border: 1px solid #5fd97a;
}