table.form {
	width:50%;
	}
table.form td.fieldname {
	text-align:right;
	width:170px;
	padding-right:16px;
	}
table.form span.star {
	color:#ff0101;
	}
table.form td {
	padding:0 0 7px 0;
	vertical-align:top;
	}
table.form input.textfield, table.form textarea.textarea  {
	width:95%;
	border-top:1px solid #4c67b4;
	border-left:1px solid #4c67b4;
	border-right:1px solid #bac3e2;
	border-bottom:1px solid #bac3e2;
	padding:2px;
	color:#000000;
	}
table.form textarea.textarea {
	height:50px;
	}
div.text {
	padding:0 0 7px 0;
	}