@charset "utf-8";
/* CSS Document */


label.label {
	font-weight: bold;
	text-align: right;
}

form label.label {
	line-height: 2.5;
}

label.checkbox {
	text-align: left;
	line-height: 2;
}

input.input, textarea.textarea, select.dropdown {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	color: #999999;
}

input.input, textarea.textarea, select.dropdown {
	padding: 2px;
}

input.checkbox {
	padding: 2px;
}

input.input {
	height: 20px;
	width: 286px;
}

textarea.textarea {
	width: 286px;
	margin-left: 4px;
	min-height: 50px;
}

select.dropdown {
	height: 25px;
	width: 292px;
}

.button_delete, .button_search {
	margin: 0;
	padding: 0;
	border: none;
	background-color:transparent;
	background-repeat: no-repeat;
  	opacity: 0.8;
	cursor: hand;
}

.button_delete {
	width: 24px;
	height: 24px;
	background-image: url(../images/general/icons/24x24/trash_can.png);
}

.button_search {
	width: 32px;
	height: 32px;
	background-image: url(../images/general/icons/32x32/search.png);
}

.button_delete:hover, .button_search:hover{
  	opacity: 1;
}

