﻿.gumb {
	-moz-box-shadow:inset 0px 0px 4px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 0px 4px 0px #bbdaf7;
	box-shadow:inset 0px 0px 4px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #2187ed) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #2187ed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#2187ed');
	background-color:#79bbff;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:0px 15px;
	text-decoration:none;
	text-shadow:0px 0px 0px #0779eb;
}.gumb:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2187ed), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #2187ed 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2187ed', endColorstr='#79bbff');
	background-color:#2187ed;
}.gumb:active {
	position:relative;
	top:1px;
}

.DropDownListCssClass  
{  
    color:White;  
    background-color:#2187da;  
    font-family:Arial;  
    font-size:12px;  
    font-style:normal;  
    width:180px;
}

.MultiLineTextBox
{
    background-color:#2187da;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    color:White;
    width:500px;
    height:250px;
    min-height:200px;
    min-width:400px;
}

.TextBox
{
    background-color:#2187da;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    color:White;
    width:150px;
    border-width:1px;
    border-color:Black;
}

.invalidTextBox
{
    color:Red;
}