﻿.EditLabel400,
.EditLabel300,
.EditLabel240,
.EditLabel180,
.EditLabel120,
.EditLabel100,
.EditLabel80,
.EditLabel60,
.EditLabel40,
.EditLabel20
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	margin-right: 5px;
	margin-bottom: 2px;
	color: #000000;
	border: solid 1px #BBBBBB; 
	background-color: #DDDDDD;
}

.Placeholder10,
.EditMulti400,
.Edit400,
.Edit300,
.Edit240,
.Edit180,
.Edit120,
.Edit100,
.Edit80,
.Edit60,
.Edit40,
.Edit20
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	background: #FFFFFF url("Images/FormEditBack.png") repeat-x;
	margin-right: 5px;
	margin-bottom: 0px;
	/*border: solid 1px #E77709;*/
	border: solid 1px #B4B4B4; 
	
	color: #000000;
}

.Button240,
.Button180,
.Button120,
.Button100
.Button80,
.Button60
.Button40,
.Button20
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	margin-right: 5px;
	margin-bottom: 2px;
	vertical-align:top;
	text-align:center;
	padding: 0px;
	background-color:#FFFFFF;
	/*border: solid 1px #E77709;*/
	border: solid 1px #B4B4B4; 
}

.DropDown400,
.DropDown300,
.DropDown240,
.DropDown180,
.DropDown120,
.DropDown100,
.DropDown80,
.DropDown60,
.DropDown40,
.DropDown20
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 2px;
	vertical-align:top;
	text-align:left;
	padding: 0px;
	/*background-color:#FDDCBB;*/
	background-color:#FFFFFF;
	/*border: solid 1px #E77709;*/
	border: solid 1px #B4B4B4; 
	
}

.EditMulti400
{
	height: 200px;
}

.EditLabel400,
.EditMulti400,
.Edit400,
.DropDown400
{
	width: 400px;
}

.EditLabel300,
.Edit300,
.DropDown300
{
	width: 300px;
}

.EditLabel240,
.Button240,
.Edit240,
.DropDown240
{
	width: 240px;
}

.EditLabel180,
.Button180,
.Edit180,
.DropDown180

{
	width: 180px;
}

.EditLabel120,
.Button120,
.Edit120,
.DropDown120

{
	width: 120px;
}

.EditLabel100,
.Button100,
.Edit100,
.DropDown100
{
	width: 100px;
}

.EditLabel80,
.Button80,
.Edit80,
.DropDown80

{
	width: 80px;
}

.EditLabel60,
.Button60,
.Edit60,
.DropDown60
{
	width: 60px;
}

.EditLabel40,
.Button40,
.Edit40,
.DropDown40

{
	width: 40px;
}

.EditLabel20,
.Button20,
.Edit20,
.DropDown20

{
	width: 20px;
}

.Placeholder10
{
	background-image:none;
	border-style: none; 
	background-color:White;
	color:White;
	width:10px;
}