.form_wrapper 
{
    padding: 0px;
}

.form_error 
{
    background-color: #bfbff7;
    margin-bottom: 10px;
}

.form_description
{
    margin-bottom: 10px;
}

.form 
{
}

.form td
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.form_label {
}

.form_input {

}

.form_info {
	font-size: 10px;
}

.form_command {
}

.form_action {
	float: left;
}

.html_field {

}

.open_button, .new_button, .add_button, .edit_button, .update_button, .delete_button {
	height: 25px;

	padding: 5px 20px 0px 25px;
	margin: 0px;
	
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-color: transparent;
}

.open_button {
	background-image: url('../../../images/_system/open.png');
	background-repeat: no-repeat;
}

.new_button {
	background-image: url('../../../../BAKSEEN/images/_system/new.png');
	background-repeat: no-repeat;
}

.add_button {
	background-image: url('../../../../BAKSEEN/images/_system/add.png');
	background-repeat: no-repeat;
}

.edit_button {
	background-image: url('../../../../BAKSEEN/images/_system/edit.png');
	background-repeat: no-repeat;
}

.update_button {
	background-image: url('../../../../BAKSEEN/images/_system/update.png');
	background-repeat: no-repeat;
}

.delete_button {
	background-image: url('../../../../BAKSEEN/images/_system/delete.png');
	background-repeat: no-repeat;
}

a.open_button, a.new_button, a.add_button, a.edit_button, a.update_button, a.delete_button {
	padding: 5px 20px 0px 25px;

	display: block;
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.open_button:hover, a.new_button:hover, a.add_button:hover, a.edit_button:hover, a.update_button:hover, a.delete_button:hover {
	color: #000000;		
}
