/** Form - default */

form label {
	color: white;
	font-size: 90%;
	font-weight: bolder;
	padding: 5px 20px 5px 10px;
	background: url("../../images/interface/devices/forms/img-label_background.jpg") no-repeat top right;
}

dl {
	float: left;
}

fieldset {
	padding: 20px;
	margin: 0px;
	border: 2px dotted #363636;
}

legend {
	color: white;
	font-family: "Verdana" sans-serif;
	font-size: 120%;
	font-weight: bolder;
	padding: 10px;
	background-color: black;
}

/** Form - comments */

#comments input, textarea {
	color: #666;
	font-family: "Verdana" sans-serif;
	font-size: 80%;
	line-height: 150%;
	border: none;
}

#comments textarea {
	width: 95%;
	height: 100px;
	border: none;
	background: none;
}

#comments .button {
	color: white;
	font-family: "Verdana" sans-serif;
	font-size: 80%;
	font-weight: bolder;
	margin: 5px;
	padding: 5px;
	width: 100px;
	border: 2px solid #363636;
}

/** Form - details */

#details {
	padding: 20px;
}

#details input, textarea {
	color: #666;
	font-family: "Verdana" sans-serif;
	font-size: 80%;
	line-height: 150%;
	width: 300px;
	padding: 3px;
	border: none;
}

#details select {
	color: #666;
	font-family: "Verdana" sans-serif;
	font-size: 80%;
	line-height: 150%;
	width: 300px;
	padding: 3px;
	border: none;
}

#details dd {
	padding: 10px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

#details .button {
	color: white;
	font-family: "Verdana" sans-serif;
	font-size: 80%;
	font-weight: bolder;
	margin: 5px;
	padding: 5px;
	width: 100px;
	background-color: black;
	border: 2px solid #363636;
}

/** Form - search */

#search {
	font-size: 135%;
	height: 20px;
	display: inline;
}

#search input {
	color: #666;
	font-family: "Verdana" sans-serif;
	font-size: 70%;
	line-height: 150%;
	width: 100px;
	padding: 3px;
	border: none;
	background: white url("../../images/interface/backgrounds/forms/img-tile_textarea_background.gif") repeat-x top left;
}

#search .button {
	color: white;
	font-family: "Verdana" sans-serif;
	font-size: 70%;
	font-weight: bolder;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 100px;
	background: black url("../../images/interface/devices/articles/buttons/forms/img-tile_button.gif") repeat-x bottom;
	border: 2px solid #363636;
}