/* Standard class */
.hidden { display: none; }

/* Table, Row and Columns */
table.editable,
table.editable tr,
table.editable tr td { font-family: arial; font-size: 11px; font-weight: normal; color: #666; background-color: transparent; }
table.editable { border-collapse: collapse; width: 500px; margin: 0; }
table.editable tr td { height: 35px; border-bottom: 1px solid #D5D5D5; }
table.editable tr td.t { width: 150px; }
table.editable{margin-top:5px;}

table.editable tr th { font-family: arial; font-size: 12px; font-weight: normal; text-transform: uppercase; color: #333; background: #fff url(/img/header_gray.jpg) repeat-x top left; height: 16px; border-bottom: 1px solid #D5D5D5;}
table.editable tr th .edit_btn { float: right; }
table.editable tr th span { text-transform: none; font-style: italic; font-size: 11px; padding-left: 30px; }

/* Input fields */
table.editable input { margin: 0; }

/* Radio button groups */
table.editable div.r { float: left; margin-right: 15px;}
table.editable div.r input { margin: 0; padding: 0; }
table.editable div.r label { font-weight: normal; margin-left: 5px; padding-top: 5px; }

/* Buttons */
.buttons { margin: 15px 0 15px 5px;}
.buttons input { margin-right: 15px; }