.note_content_area{
	width: 600px;
	padding-top: 5px;
	}
.note_clear{
	clear: both;
	}
.note_options #id_note_type_ms_title{
	float: right;
	}
.note_options a{
	float: left;
	}
.note_show_details td{
	font-weight: bold;
	}
.note_show_details td label{
	font-weight: normal;
	}
.note_content_area select.id_file_category {
	width: 125px;
	}
.note_link_to_file {
	display: none;
	}
td.note_note_td_head{
	width: 62px;
	}
.note_content_area{
	width:640px;
}
.note_req{
	color: #AA0000;
}

/*image select style*/

.ui-im-select, .ui-im-select-option{
	cursor: pointer;
	}
.ui-im-select{
	float:right;
	border:1px solid #E3E3E3;
	background:white;
	margin: 4px 2px;
	color: #474646;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
}
.ui-im-select-option-box{
	display:none;
	position:absolute;
	margin:0px 2px;
	background: white;
	border: solid 1px #E3E3E3;
	color: #474646;
	font-weight: bold;
	font-size: 12px;
}
div.ui-im-select-option {
	background-color: #FFF;
}
div.ui-im-select-option:hover {
	background-color: #F2FAFE;
}