.body { 
	background-color: #FFFFFF;
	margin: 0px; padding: 0px;
	background-image: none;
}
.txterror { 
	color: #ffffff;
	font-size: 14px;
	font-family: 'Times-Roman', 'Times', 'Times New Roman', serif;
}
.txtok {
	color: #ffffff;
	font-size: 14px;
	font-family: 'Times-Roman', 'Times', 'Times New Roman', serif;
}
.txtform {
	color: #ffffff;
	font-size: 16px;
	font-weight:bold;
	font-family: 'Times-Roman', 'Times', 'Times New Roman', serif;
}
.cadre-text {
	width: 400px;
	margin: 0px;
	padding: 5px 10px;
	border: white solid 1px;
	background-color: #212121;
}
#monForm
{
	width: 90%;
}

#monForm p
{
	margin: 2px 0;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #e8e8e8 1px solid;
}

#monForm fieldset:hover
{
	background-color: #212121;
}

#monForm fieldset legend
{
	padding: 0 10px;
	border-left: #e8e8e8 1px solid;
	border-right: #e8e8e8 1px solid;
	font-size: 1.2em;
	color: #999;
}

/* Label */
#monForm label
{
	background-color: #93B584;
	display: block;
	width: 35%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

#monForm label:hover
{
	font-weight: bold;
}

#monForm .form_label_nostyle
{
	background: none;
}

/* Input */
#monForm input, #monForm select
{
	margin-left: 1%;
	width: 62%;
	border: #CCC 1px solid;
}

#monForm input:hover, #monForm select:hover, #monForm textarea:hover, #monForm input:focus, #monForm select:focus, #monForm textarea:focus
{
	border: #999 1px solid;
	background-color: #D1FFA2;
}

#monForm .form_input_day_month
{
	width: 3%;
}

#monForm .form_input_year
{
	width: 6%;
}

/* button submit */
#monForm input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#monForm input[type="submit"]:hover
{
	background-color: #93B584;
	cursor: pointer;
}

#monForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#monForm input[type="reset"]:hover
{
	background-color: #B88A2C;
	cursor: pointer;
}body {
	background-color: #111111;
}
.paragraph_style_4 {
	color: #FF0000;
	font-family: 'Times-Roman', 'Times', 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
}