/* +++ GENERAL FORM ELEMENTS +++ */

.form-submit {
	height:20px;
	font-size:.8em;
	font-family:arial;
	font-weight:bold;
	}
.view-footer form{
    font-family: arial;
    font-size: 0.8em;
    font-weight: bold;
    height: 20px;
	}
form fieldset {
    border: 1px solid #ccc;
	}
#autocomplete {
	background:#fff;
	z-index:99;
	}

/* +++ BUTTONS +++ */

input[type=submit] {
	height:22px;
	font-size:.8em;
	font-family:arial;
	font-weight:bold;
	padding:2px 10px;
	background: url("../../images/button.gif") repeat-x scroll center center #FFFFFF;
	border: 1px solid #888888;
    color: #555555;
    /* ... other rules ... */
    cursor:pointer;
	}
input[type=submit]:hover {
	color:#111111;
	}
.action-buttons div, .action-buttons a, .action-buttons input, .action-buttons form{
	display:inline-block;
	text-transform:lowercase;
	float:right;
	}
.button_field {
	padding-left:1px;
	}