fieldset  {

	padding: 2px;
	border-style: dotted;
        border-width: 1px;
	}
	
legend  {
	font-weight: bold;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	margin-top:0.3em;
	margin-bottom:0.3em;
	line-height: normal;
	text-align: right;
	margin-right: 0.6em;
	position: relative;
	display: block;
	float: left;
	width: 25%;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText, select.formSelect   {
        margin-top:0.3em;
	margin-bottom:0.3em;
        padding: 2px;
	border-style: solid;
        border-width: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
        width:35%;
	}

textarea.formTextarea {
	margin-top:0.3em;
	margin-bottom:0.3em;
        width:70%;
        height:5em;
}

.form_advice {
  font-size:80%;
}
	
input.formInputText:hover, select.formSelect:hover {
	background-color: #DDDDDD;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus, select.formSelect:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
	}
	

