/** BUTTONS */
div.button > input[type=button],
div.button > input[type=submit] {
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	-moz-user-select: none;
	margin: 0px;
	-x-system-font: none;
	cursor: default;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding: 1px 8px 1px 8px;
	color: #fff;
	background: transparent;
	border: none;
	border-left: 1px #8FBFD6 solid;
	border-right: 1px #0C2234 solid;
	*border-right: none;
}


div.ie div.button input[type=button],
div.ie div.button input[type=submit]{
	border-right: none;
}
div.button input[type=button]:first-child,
div.button input[type=submit]:first-child {
	border-left: none;
}
div.button input[type=button]:last-child,
div.button input[type=submit]:last-child {
	border-right: none;
}
/*div.button > input[style="display: none;"] {
	border-right: none !important;
	border-left: none !important;
	background-color: #0F0 !important;
}*/
div.button input[type=button]:hover,
div.button input[type=submit]:hover {
	color: #fff;
	background-image: url(button/bt_hover.gif);
	cursor: pointer;
}


div.button input[type=button]:active,
div.button input[type=submit]:active {
	background-image: url(button/bt_active.gif);
	padding: 2px 7px 0px 9px;
}
div.button input[type=button][disabled=disabled]:active,
div.button input[type=submit][disabled=disabled]:active {
	padding: 1px 8px 1px 8px;
}











div.button input[type=button][disabled=disabled],
div.button input[type=submit][disabled=disabled],
div.button input[type=reset][disabled=disabled] {
   color: #ddd;
   background-image: url(button/bt_disabled.gif);
   font-style: normal;
   font-variant: normal;
   outline: none;
}

div.button input[type=button][disabled=disabled]:hover,
div.button input[type=submit][disabled=disabled]:hover,
div.button input[type=reset][disabled=disabled]:hover {
   color: #ddd;
   background-image: url(button/bt_disabled.gif);
}

div.button input[type=button]:focus, div.button input[type=button]:active, input[type=button]:link, div.button input[type=button]:hover, input[type=button]:visited,
div.button input[type=submit]:focus, div.button input[type=submit]:active, input[type=submit]:link, div.button input[type=submit]:hover, input[type=submit]:visited{
	outline: expression(hideFocus='true');
    outline: none;
	-moz-user-select: none;
}
div.button input[type=button] *,
div.button input[type=submit] * {
	outline: expression(hideFocus='true');
    outline: none;
	-moz-user-select: none;
}
/*
input::-moz-selection {
	color: gold;  background: red; }
input::selection { color: gold;  background: red; }*/
















div.button {
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px;
	background-image: url(button/bt.gif);
	border-right: 2px #0C2234 solid;
	border-left: 2px #ddd solid;/* C9E4EF*/
	border-top: 2px #ddd solid;
	border-bottom: 2px #000 solid;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-bottom: 3px;
}
div.button:hover {
	border-right: 2px #1C517B solid;
	border-left: 2px #C9E4EF solid;
	border-top: 2px #fff solid;
	border-bottom: 2px #1C517B solid;
}




div.delete > input[type=button]:hover,
div.delete > input[type=submit]:hover {
	background-image: url(button/bt_delete_hover.gif);}
div.delete > input[type=button]:active,
div.delete > input[type=submit]:active {
	background-image: url(button/bt_delete_active.gif);
}
div.delete {
	background-image: url(button/bt_delete.gif);
}