/*************************************************/
/* Common styles for forms                       */
/*************************************************/

.input_472px,
.input_312px,
.input_248px,
.input_216px,
.input_192px,
.input_128px,
.input_108px,
.input_64px,
.input_48px,
.input_32px,
.input_28px,
.input_16px,
.input_248px_64px,
.input_248px_128px,
.button_208px,
.button_208px_addedValue,
.button_208px_NS, 
.button_208px_addedValue_NS,
.button_208px_NS_bc8a,
.dropDownList_128px,
.dropDownList_160px,
.dropDownList_192px,
.dropDownList_248px,
.form_error
{
	font-family: Microsoft Sans Serif, Helvetica, sans-serif;
  letter-spacing: 1px;
}

.input_472px
{
	width: 472px;
	height: 20px;
	border: 1px #9CB2BC solid;
}

.input_312px
{
	width: 312px;
	height: 20px;
	border: 1px #9CB2BC solid;
}

.input_248px
{
	width: 248px;
	height: 20px;
	border: 1px #9CB2BC solid;
}

.input_216px
{
	width: 216px;
	height: 20px;
	border: 1px #9CB2BC solid;
}

.input_192px
{
	width: 192px;
	height: 20px;
	border: 1px #9CB2BC solid;
}

.input_128px
{
	width: 128px;
	height: 20px;
	border: 1px #9CB2BC solid;
}

.input_64px
{
	width: 64px;
	height: 20px;
	border: 1px #9CB2BC solid;
}

.input_48px
{
	width: 48px;
	height: 20px;
	border: 1px #9CB2BC solid;
}

.input_32px
{
	width: 32px;
	height: 20px;
	border: 1px #9CB2BC solid;
}

.input_28px
{
	width: 128px;
	heigth: 20px;
	border: 1px #9CB2BC solid;
}

.input_16px
{
	width: 16px;
	height: 20px;
	border: 1px #9CB2BC solid;
}

.input_248px_64px
{
	width: 248px;
	height: 64px;
	border: 1px #9CB2BC solid;
}

.input_248px_128px
{
	width: 248px;
	height: 128px;
	border: 1px #9CB2BC solid;
}

.button_208px, .button_208px_addedValue
{
	width: 208px;
	height: 14px;
	line-height: 13px;
	padding-left: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #070731;
	background-color: #BFCFD6;
  letter-spacing: 0px;
}
.button_208px_addedValue
{
	background-color: #9CB2BC;
}

a.button_208px:visited, a.button_208px_addedValue:visited
{
	color: #070731;
}

a.button_208px:hover, a.button_208px_addedValue:hover
{
	color: #FFFFFF;
}

.dropDownList_128px
{
	width: 128px;
	height: 20px;
}

.dropDownList_160px
{
	width: 160px;
	height: 20px;
}

.dropDownList_192px
{
	width: 192px;
	height: 20px;
}

.dropDownList_248px
{
	width: 248px;
	height: 20px;
}

.form_error
{
  color: #E60C49;
}