﻿input[type=submit], input[type=button]
{
   font-weight:bold;
   color:#000000;
   background-color:#f9a94a;
   border:solid 1px #000000;
   font-size:90%;
   margin:2px;
}

label
{
	display:block;
	float:left;
	width:10em;
	margin-top:.4em;
	margin-right:.5em;
	text-align:right;
	font-weight:bold;
}	

input[type=text], input[type=password], textarea
{
    border: 1px solid #7c9e4a;
    background-color : #e7f6cf;
    width:12em;
}

textarea
{
	height:6em;
}

.WidthWide
{
	width:24em;
}

.FormError[type=text]
{
	border: 1px solid #9e0b0f;
    background-color : #f69679;
}

.ReadOnly[type=text], .UniqueID[type=text]
{
	border: 1px solid #898989;
    background-color : #ebebeb;
}

.UniqueID[type=text]
{
	width:4em;
	text-align:center;
}

.ErrorLabel
{
	color:Red;
	font-weight:bold;
}

.CheckBoxList
{
	width:auto;
	border:none;
}

.CheckBoxList td
{
	text-align:left;
	border:none;
}

.CheckBoxList label
{
	display:inline;
	float:none;
	width:8em;
	margin-top:.4em;
	margin-right:.5em;
	text-align:left;
	font-weight:normal;
}

.SaveBackButtons
{
	position:relative;
	width:50%;
	display:block;
	margin:20px auto;
	text-align:center;
	font-size:140%;
}

.SearchBox[type=text]
{
    border: 1px solid #7c9e4a;
    background-color: #ffffff;
    width:75%;
}

.FindSupplierTitle 
{
    margin-top:15px;
}

.LabelNotes
{
	display:block;
	margin-top:4px;
	width:92%;
	padding:4%;
	margin-right:4%;
	font-weight:normal;
	font-size:90%;
	border: 1px solid #7c9e4a;
    background-color : #fffddc;
	text-align:left;
}

.FormNote
{
	color:#888888;
	font-size:90%;
}

.CharCount
{
	display:inline;
	float:left;
	width:auto;
	margin-top:0;
	margin-right:0;
	text-align:left;
	font-weight:normal;
	color:#888888;
	font-size:90%;
}