div#notes
	{
	position:relative; top:0px; left:0px; width:100%; height:auto; float:left;
	}

	div#notes div.editor
		{
		position:relative; top:0px; left:0px; width:50%; height:auto; float:left;
		}

		div#notes div.editor div.content_column
			{
			width:100% !important;
			margin:0px !important
			}

			div#notes div.content_column textarea
				{
				height:70px !important;
				}

	div#notes div.notes_list
		{
		position:relative; top:0px; left:0px; width:47%; height:auto; float:left;
		margin:0px 3% 0px 0px
		}

		div#notes div.notes_list p.info
			{
			font-size:10px; color:#888888
			}

	div#notes p
		{
		text-align: left !important
		}

	div#notes p.title
		{
		position:relative; top:0px; left:0px; width:97%; height:auto; clear:both;
		margin:0px 0px 5px 0px; padding:0px 0px 0px 4%;
		border-bottom:1px solid #bbbbbb;
		font-weight:bold; font-family:Arial, Helvetica, sans-serif;
		}

	div#notes span.action
		{
		display:inline !important;
		border:0px !important;
		font-weight:bold;
		}

		div#notes span.action p
			{
			display:inline !important;
			margin:0px !important
			}
