input[type="text"], input.text {
	border: 1px inset #99c;
	padding: 1px 2px;
	background-color: #f0f0f0;
	color: #000;
}
input[type="password"] {
	border: 1px solid #66c;
	padding: 1px 2px;
	background-color: #f0f0f0;
	color: #00f;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
a.button-like
{
	border: 1px outset #006;
	padding: 1px 1em;
	background-color: #eee;
	color: #005;
	text-decoration: none;
	cursor: pointer;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button-like:hover
{
	border-style: inset;
}

input[type="image"]
{
	border: 1px dotted #ccc;
	padding: .5ex 1ex;
}
input[type="image"]:hover
{
	border-style: solid;
}

button {
	margin: 0;
	padding: 2px;
	border: 1px solid #fff;
	color: #060;
	background-color: #fff;
}
button:hover {
	border-color: #00c;
}

textarea {
	font-family: sans-serif;
	white-space: pre;
	border: 1px inset #99c;
	padding: 2px;
	background-color: #f0f0f0;
	color: #111;
}

fieldset { margin: 1ex 0; padding: 1ex 1em; border: 1px solid #ccc;}
fieldset legend {
	padding: 0 1ex;
	font-weight: bold;
}

fieldset div.row {margin-bottom: 1ex;}

fieldset div.row label {
	display: block;
	float: left;
	width: 29%;
	text-align: right;
	margin-right: 1em;
}

fieldset div.row.text input, fieldset div.row.textarea textarea {width: 65%;}
fieldset div.row.submit input {width: 40%; margin-left: 11%;}

div.checkbox label, div.radio label {
	display: inline;
	float: none;
	font-size: smaller;
}
div.checkbox, div.radio {padding-left: 31%;}

div.error input.text, div.error textarea {border-color: red;}

input.button {
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 1px 8px;
	background-color: #e2e2ee;
	color: #000;
	cursor: pointer;
}
input.button:hover {
	border-bottom-color: #e2e2ee;
	border-right-color: #e2e2ee;
	border-top-color: #999;
	border-left-color: #999;
	background-color: #ccc;
	color: #000;
}

fieldset.confirm-auth {border-color: #930;}
a.button-like, fieldset.confirm-auth input.button-like {padding: 2px 1em;}
fieldset.confirm-auth div.row {word-spacing: 5em; text-align: center;}

div.esti-porc fieldset {border: none;}
div.esti-porc fieldset legend {
	font-size: 1.4em;
	font-weight: normal;
	margin-left: -1em;
	padding: 0;
}

