﻿.textinput
{
	border-width:1px;
	border-style:border;
	border-color:#a5acb2;
	height:20px;
	}

.redtextinput
{
	border-width:1px;
	border-style:border;
	border-color:#a5acb2;
	background-color:#ffd1d1;
	height:20px;
	}
	
.yellowtextinput
{
	border-width:1px;
	border-style:border;
	border-color:#a5acb2;
	background-color:#ffe6bb;
	height:20px;
	}
	
.bluetextinput
{
	border-width:1px;
	border-style:border;
	border-color:#a5acb2;
	background-color:#c6e1ee;
	height:20px;
	}
	
.graytextinput
{
	border-width:1px;
	border-style:border;
	border-color:#a5acb2;
	background-color:#b4b4b4;
	height:20px;
	}
	
.whitetextinput
{
	border-width:1px;
	border-style:border;
	border-color:#a5acb2;
	background-color:#ffffff;
	height:20px;
	}
	
.DropDownList
{
	border-width:1px;
	border-style:border;
	border-color:#a5acb2;
	background-color:#ebf0f4;

	}
