
.field_tl {
	background: url('images/field_tl.png') no-repeat; position: relative; top: 0; left: 0; height: 5px;
}
.field_tr {
	background: url('images/field_tr.png') no-repeat top right; height: 5px; position: relative; right: 0; width: 100%; padding-right: 5px;
}
.field_bl {
	background: url('images/field_bl.png') no-repeat; position: relative; top: 0; left: 0; height: 5px;
}
.field_br {
	background: url('images/field_br.png') no-repeat right; height: 5px; position: relative; right: 0; width: 100%; padding-right: 5px; 
}
.field_l {
	background: url('images/field_l.png') repeat-y; position: relative; height: 100%; top: 0; left:0;
}
.field_r {
	background: url('images/field_r.png') repeat-y right;
}
.field_t {
	background: url('images/field_t.png') repeat-x; position: relative; top: 0px; left: 5px; height: 5px;
}
.field_b {
	background: url('images/field_b.png') repeat-x bottom; position: relative; top: 0px; left: 5px; height: 5px;
}
.field{
	background-color: white; border: none; margin-left: 5px;
}
input.field[type="submit"]:hover {
	font-weight: bold;
}