form {
	padding: 0px;
	margin: 0px;
}

form table {
	width: 600px;
}

form table tr td {
	padding: 2px; vertical-align: top;
}

#frmAuthor #txtTitle { width: 100px; }
#frmAuthor #txtAffiliation { width: 200px; }
#frmAuthor #txtDepartment { width: 200px; }
#frmAuthor #txtState { width: 200px; }
#frmAuthor #txtCity { width: 200px; }
#frmAuthor #txtCountry { width: 200px; }
#frmLogin #txtControlNumber { width: 25px; }

.form .input-box
{
	float: left;
	font-size: 75%;
	background: #fff;
	border: #333 solid 1px;
	color: #000;
	padding: 2px;
}

.form .link-form {
	float: left;
	font-size: 100%;
	cursor: pointer;
}

.form .submit-button
{
	clear: both;
	color: #000;
	font-size: 100%;
	background: #f1f1f1;
	border: 1px #9cf outset;
}

.form label
{
	color: #fff;
	font-weight: bold;
	float: left;
	text-align: right;
	clear: both;
}

.required {
	font-weight: bold;
	/*color: #900;*/
	padding-left:1em;
	background: url('/images/icons/redblock.gif') no-repeat scroll left center;	
}
