
form.cmxform {
	width:200px;
	color: #333;
	font-family:"Trebuchet MS";
	font-size:14px;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: #CC0000;
	font-size:13px;
	font-weight:normal;
}
div.error { display: none; }

.field-label
{
	color: #333;
	font-weight: normal;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	padding-top:10px;
	font-family:"Trebuchet MS";
}
#userName
{
height:20px;
width:330px;

}
#password
{
height:20px;
width:330px;
}

#title
{
height:25px;
width:580px;
}

#author
{
height:25px;
width:580px;
}

#journal
{
height:25px;
width:580px;
}

#year
{
height:25px;
width:580px;
}

#tag
{
height:25px;
width:580px;
}


