﻿.feedback
{
}
.entryForm
{
	width: 330px;
	float: left;
}
.findCode
{
	float: right;
	width: 250px;
	text-align: right;
}
.findCode Img
{
	width: 270px;
}
.field
{
	padding-top: 3px;
}
.field .submit
{
	float: right;
	color: black;
	background-color: #dddddd;
}
.name
{
	width: 130px;
	float:left;
	text-align: right;
	margin-top: 5px;
}
.entry
{
	width: 185px;
	float: right;
	text-align: left;
	padding-left: 10px;
}
.entry .dropDownList
{
	width: 176px;
}
.entry .textBox
{
	width: 170px;
}
.entry .checkBox
{
	width: 180px;
	margin-left: -4px;	
}
.entry .checkBoxList
{
	width: 180px;
	margin-left: -5px;	
}
.entry .radioButtonList
{
	width: 180px;
	margin-left: -5px;	
}
.entry .toolTip
{
	cursor: help;
	font-weight: bolder;
}
.entry .captcha
{
	width: 180px;
}
.entry .alternativeTitle
{
	font-style: italic;
	font-size:xx-small;
}
.tAndCLink
{
	text-decoration: underline;
	cursor: pointer;
}