.present{
	border: #000 1px solid; 
	padding: 6px; 
	background: #dee; 
	margin: 0px auto; 
	width: 97%; 
	text-align:center;
}

form#config {
	border: #000 1px solid; 
	padding: 6px; 
	background: #dee; 
	margin: 0px auto; 
	width: 95%; 
	}
form#config fieldset {
	border: #fff 1px solid; 
	padding: 5px; 
	display: block; 
	margin-bottom: 0.5em; 
	width: 95%; 
	line-height: 1.5em; 
}
form#config fieldset#confnom {
	background: url(confignom.gif) no-repeat 98% 10px
}

form#config fieldset#confgene {
	background: url(config.gif) no-repeat 98% 10px
}
form#config fieldset#active {
	background: url(active.gif) no-repeat 98% 10px
}
* HTML form#config fieldset#confnom {
	background-position: 95% 20px
}
* HTML form#config fieldset#confgene {
	background-position: 95% 20px
}
* HTML form#config fieldset#active {
	background-position: 95% 20px
}
form#config fieldset#opt {
	background: #dee
}
form#config legend {
	border: #fff 3px solid; 
	padding: 3px; 
	font-weight: bold; 
	font-size: 1.1em; 
	background: url(form.gif) #fff repeat-x left center; 
	margin-bottom: 5px; 
	width: 250px; 
	font-family: georgia, sans-serif
}
form#config label {
	clear: left; 
	padding-right: 10px; 
	display: block; 
	float: left; 
	margin-bottom: 0.5em; 
	width: 55%; 
	color: #888; 
	text-align: right
}

form#config input {
	border: #fff 1px solid; 
	padding-left: 0.5em; 
	background: url(form.gif) #fff repeat-x left top; 
	margin-bottom: 0.6em;
	color:#9aa;
	}
form#config select {
	margin-left: 0.5em;
	width:170px;
	
}

form#config option {
	background: #788; color: #fff
}

form#config #button1 {
	padding-right: 0.5em; 
	margin-left: 8px; 
	width: 205px; 
	cursor: pointer; 
	color: #c00
}
form#config input:hover {
	border: #FFF 1px solid; 
	background: #b80b38; 
	color: #FFF;
}
form#config #button1:hover {
	background-position: left center; 
	color: #000
}
form#config .presentation {
	clear: left; 
	padding-right: 10px; 
	display: block; 
	float: left; 
	margin-bottom: 0.5em; 
	width: 98%; 
	color: #888; 
  font-size: 1.0em; 
}
 .presentation {
	padding: 5px; 
	margin-bottom: 0.5em; 
	width: 98%; 
	color: #888; 
  font-size: 1.0em; 
  text-align:justify;
  font-size:bold;
}
