﻿.LabelForm
{
	font-size: 12px;
}

.QuestionLabelForm
{
	font-weight:bold;
	font-size:13px;	
}

.LinkButtonForm
{
	font-size:12px;
	text-decoration: none;
}

.LinkButtonFormDisabled
{
	color:Gray;
	font-size:12px;
	text-decoration: none;
}

.WeightLinkButtonForm
{
	font-size:12px;
	font-weight:bold;
}

.HyperLinkForm
{
	font-size:11px;
}

.RedHyperLinkForm
{
	font-size:11px;
	color: Red;
}

.AnswerLabelForm
{
	font-size:12px;	
}

.LegendLabelForm
{
	font-size: 11px;	
}

.MessageLabelForm
{
	font-size:11px;
	color:red;
}

.TextBoxForm
{
	font-size: 11px;
	border: 1px solid #808080;
	height: 17px;
}

.DropDownListForm
{
	font-size:11px;
	border: solid 1px #E0E0E0;
	height: 19px;
}

.ButtonForm
{
	background-color:#666666;
	color:#FFFFFF;
	font-size: 11px;
	border: solid 1px #E0E0E0;
}

.CheckBoxListForm
{
	font-size:11px;
}

.CheckBoxForm
{
	font-size:11px;
}

.ListBoxForm
{
	font-size:11px;
	border: solid 1px #E0E0E0;
}
.RadioButtonListForm
{
	font-size:11px;
}
.TDStyle2
{
	vertical-align :middle  ;
	text-align :left ;
}
.TDStyle1
{
	vertical-align :middle;
	width :140px;
	text-align :left ;
}