form {
	margin:0px;
	color:#222222;
}
input {
 	font-family: Lucida Sans Unicode, sans-serif;
	width:260px;
	height:16px;
	font-size:9pt;	
	color:#222222;
	vertical-align:center;
}
input.uploader {
	width:260px;
	height:20px;
	font-size:10px;	
	color:#222222;
}
input#kw {
	width:130px; color:#999999;
	height:16px;
	font-size:10px;
}
input#nlm {
		width:130px; color:#999999;
	height:16px;
	font-size:10px;
}
textarea {
 	font-family: Lucida Sans Unicode, sans-serif;
	font-size:9pt;
	color:#222222;
	width:260px;
	height:200px;
	padding:5px;
}
textarea.breve {
	width:260px;
	height:100px;
}

select {
 	font-family: Lucida Sans Unicode, sans-serif;
	height:22px;
	font-size:9pt;	
	color:#222222;
}

div.formerrorField {
	line-height:18px;
	vertical-align:middle;
	font-weight:800;
	font-size:10px;
}
input.error {
	border:1px solid #3399cc;
} 

form#addComment {
	margin:0px;
	width:700px;
}
form#addComment textarea {
	height:80px;
	width:687px;
}
form#addComment img {margin-top:2px;margin-bottom:5px; cursor:pointer;}