/* special layout items */

.gray {color: silver;}
.display_only  {display: inline; }

/* general content layout */

big {font-size: 1.12em; }
small {font-size: 0.92em; }
strong {font-weight: bold; }
em {font-style: italic; }
address {font-style: italic; line-height: 1.5em; white-space: nowrap; }code {color: #000099; font-family: Courier, monospace; } /* tags */samp {color: #666666; font-family: Courier, monospace; font-weight: bold; } /* values */
dfn {color: #aa0000; font-family: Courier, monospace; font-style: normal; } /* attributes */kbd {font-family: Courier, monospace; }var {color: #006600; font-family: Courier, monospace; font-style: normal; }
img {border: none;}acronym {font-weight: bold; }abbr {font-weight: bold; font-family: Times, serif; }del { }ins { }

/* contact form layout */

fieldset {
	width: auto;
	height: auto;
	font-size: 1em;
	min-width: 40em;
	border: 1px dotted #ccc;
}
legend.sended {
	color: #00aa00;
	font-weight: bold;
	text-decoration: blink;
}
label { 
	display: block;
	white-space: nowrap;
	vertical-align: middle;
}
label.error {
	color: #f00;
	font-weight: bold;
	text-decoration: blink;
}
span.error {
	color: #f00;
	font-size: 0.86em;
}
input.string {
	display: block;
	float: left;
	border: 2px solid #ccc;
	padding: 2px;
	background-color: #eee;
	color: #000;
	font-weight: bold;
	font-size: 0.92em;
	width: 66%;
}
input.number {
	border: 2px solid #ccc;
	padding: 2px;
	background-color: #eee;
	color: #000;
	font-weight: bold;
	font-size: 0.92em;
}
textarea {
	border: 2px solid #ccc;
	padding: 2px;
	font-family: Courier, monospace;
	font-size: 1em;
	background-color: #eee;
	color: #000;
	width: 100%;
}
input#submit {
	margin: 0.5em 2px 0 2px;
	background-color: #ccc;
	background-image: url(../images/pattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: pointer;
	font-size: 1em;
	width: 100%;
}
* html fieldset {
	width: 88%;
	font-size: 1em;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 0 1em 1.5em;
}
* html legend {margin-bottom: 1em; }
* html legend.sended {
	color: #0c0;
	font-weight: bold;
	text-decoration: blink;
}
* html input.string {
	display: block;
	float: left;
	border: 2px solid #ccc;
	padding: 2px;
	background-color: #eee;
	color: #000;
	font-weight: bold;
	font-size: 0.92em;
	width: 60%;
	margin-left: 0em;
}
* html textarea {
	border: 2px solid #ccc;
	padding: 2px;
	font-family: Courier, monospace;
	font-size: 1em;
	background-color: #eee;
	color: #000;
	width: 100%;
	margin: 0;
	margin-left: 0em;
}
* html input#submit {
	display: block;
	margin: 0.5em 2px 0 2px;
	background-color: #ccc;
	background-image: url(../images/pattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1em;
	cursor: pointer;
	width: 100%;
	margin-left: 0em;
}
