.form-content
{
	
	border: none;
	margin-left: 0.5em;
	margin-bottom: 2.5em;
	/*width: 52.0em;*/
}

#form-title
{
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}

fieldset
{
	text-align: left;
	border: none;
}

.fields
{
	background-color: #F5F5F5;
	margin-top: 1.0em;
	text-align: center;
}

.fields .inner
{
	padding: 20px;	
}

.fields #instructions
{
	text-align:justify;
}

.fields label
{
	color: #004F9D;
	width: 12.5em;
	float: left;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: right;
	margin-right: 2.0em;
	display: block;
}

.fields #input
{
	color:#004f9d;
	background: #ffffff;
	border:1px solid #7FA7CE;
	margin-left: 0.1em;
	margin-bottom: 0.75em;
}

.fields input
{
	color:#004f9d;
	background: #ffffff;
	border:1px solid #7FA7CE;
	margin-left: 0.1em;
	margin-bottom: 0.75em;
}

.width-highest
{
	width: 21.25em;
}

.width-standard
{
	width: 12.25em;
}

.width-lowest
{
	width: 6.75em;
}

#form_producttags
{
	border:1px solid #7FA7CE;
	background: #FFFFFF;
}

#buttons
{
	text-align: center;
	padding: 10px;
}

#no-border
{
	border: 0px;
}

/*
.submit input
{
	color:#333333;
	background: #ffffff;
	width: 70px;
	border: 2px outset #ffffff;
}
*/

p.submit
{
	
	text-align: right;
	margin-left: 9.0em;
	margin-bottom: 1.0em;
}

.required
{
	color: #FF0000;
	font-size: 60%;
}

.bottom-margin
{
	margin-bottom: 2.0em;
}

