div#notesContainer textarea {
	margin: 20px 0px 0px 0px !important;
	padding: 0px !important;
	width: 500px;
	height: 75px;
}

div#notesContainer {
	width: 500px !important;
}


.DelTaL {
	display:block;
	float: right;
}

.noteAdd {
	display: block;
	clear: both;
	padding: 3px;
	border: 1px solid #c0c0c0;
	background: #0e0e0e;
	width: 70px;
	text-align: center;
}


.noteAdd:hover {
	border: 1px solid #fff;
	background: #faa500;
	color: #000;
}

/* Form elements */
form {
	padding-bottom:30px;
}

label {
	display:block;
	color:#ffffff;
	font-weight: bold;
	padding:2px 0 2px 0;
	width:96%;
}

input, textarea, select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}

select, textarea, .fields , .disabledBox{
	width:92%;
	border: 1px solid;
	border-color:#1f1f1f;
	margin:4px 0 30px 0;
}

.disabledBox{
	background-color:#CCCCCC;
}

textarea, input {
	padding: 2px 0px 0px 4px;
}

.checkbox {
	margin:0 0 0 10px !important;
}

input.button {
	padding:0 !important;
	margin:5px 0 0 0;
}

.requiredField, div#copy form label span {
	font-weight:bold;
	color:#fbfd00;
}

div#copy form label span {
	background-image:none;
	display:inline;
}

.requiredField {
	margin:10px 0px 2px 0px;
	padding:0;
}

.fields { /* so not to mess up input buttons etc */
	height:14px;
	padding: 2px 0px 0px 4px;
	background-image:url(../../images/layout/wPix.gif);
}

div #cLeft .columnIcon {
	
	padding:0px;
	padding-top:7px;
}



div.checkrow label {
	width: auto;
}
