﻿/* Combo Box*/
.ASPComboBox
{
	width:auto;
	height:auto;
	font-size:12px;
	color:#0070C0;
	background-color:#FAC090;
}

/* Lable */
.ASPLable
{
	font-size:12px;
}
.ASPLableError
{
	font-size:12px;
	color:red;
	font-weight:bold;
}

.ASPLableInfo
{
	font-size:12px;
	color:yellow;
}

.ASPLableTextNormal
{
	font-size:12px;
	color:;
}
.ASPLableTextBold
{
	font-size:12px;
	color:yellow;
	font-weight:bold;
}
.ASPLableContentHeading
{
color:maroon;
font-size:12px;
	
}
.ASPCalendar
{
	
}
.ASPTextBox
{
	width:auto;
	height:auto;
	font-size:12px;
	color:#0070C0;
	background-color:#FAC090;
	height:16px;
}
.ASPButton
{
    font-size: 13px;
    cursor: pointer;
    color: #000;
    text-decoration: none;

}
.ASPButtonField
{
	color: #666;
	text-decoration: none;
	font-size: 12px;
}