/**********************************************************/
/*                  common                                */
/**********************************************************/

p, form
{ margin: 0px;
}

.title_bg_edit
{ border: dotted #FF9900 1px;
  height: 25px;
}

/**********************************************************/
/*                  edit mode                             */
/**********************************************************/
.btn_edit_sml
{ font-size:10px;
  width:40px;
  height:18px;
}

.btn_edit_submit
{ font-size:12px;
}

.btn_edit_submit_sml
{ font-size:11px;
}

/**********************************************************/
/*                  admin styles                          */
/**********************************************************/

.color_box
{	width: 100%;
	height: 100%;
	border: 0px;
	line-height:1px;
}

.numeric_input
{ text-align:center;
}

/**********************************************************/
/*                  messages                              */
/**********************************************************/
.msg_ok
{ color: #0000FF;
}

.msg_err
{ color: #FF0000;
}


