input {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    color: #186286;
    font-weight: bold;
    /*height: 17px;*/
}
select {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    color: #186286;
    text-transform: uppercase;
    font-weight: bold;
    height: 21px;
}
div.edit_item {
    padding: 0;
    width: 810px;
    height: 25px;
    float: left;
    margin-top: 10px;
}

div.edit_itemname {
    background: url( ../images/dive/edit_label_background.gif );
    padding: 0 6px 0 0;
    width: 250px;
    height: 25px;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
    text-align: right;
    line-height: 25px;
}

div.edit_itemvalue {
	padding-left:0;
    height: 25px;
    margin-left: 4px;
    text-transform: uppercase;
    float: left;
    line-height: 23px;
    vertical-align: top;
    width:550px;
}

div.edit_itemname div.info {
    background: transparent url( ../images/skin/information.png );
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-left: 6px;
}

div.edit_itemname div.errors {
    background: transparent url( ../images/skin/exclamation.png );
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-left: 6px;
    border:0;
    padding:0;
}