﻿.CurrencyStyle
{
	width:65px;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif;
	font-size: 11px;
	font-style:normal;
	color: #545454;
	border:solid 1px #7E9EB7;
	vertical-align:bottom;
}

.SubmitSettingsButton
{	
	border:solid 1px black; 
	width:80px; 
	height:25px; 
	cursor:pointer;
	background-color:White;
}

.AddValueButton
{	
	border:solid 1px black; 
	width:40px; 
	height:19px; 
	cursor:pointer;
	background-color:Gray;
}

.FieldAddValueStyle
{
	width:170px;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif;
	font-size: 12px;
	font-style:normal;
	color: #000000;
	border:solid 1px #000000;
	
}

.CodeSource
{
	width:170px;
	height:160px;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif;
	font-size: 12px;
	font-style:normal;
	color: #000000;
	border:solid 1px #000000;
}

.EditContainer
{
	margin-left:10px;
	margin-top:10px;
	text-align:left;
	white-space:nowrap;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif;
	font-size: 12px;
	font-weight:bold;
}

.containerPosition
{
	position:relative;
	white-space:nowrap;
}

.SourceChoseStyle
{
	font-family: Verdana, Arial, Helvetica, MS Sans Serif;
	font-size: 13px;
	font-weight:bold;
}

.WebMethodsList
{
	width:250px;
	height:20;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif;
	font-size: 12px;
	font-style:normal;
	color: #000000;
	border:solid 1px #000000;
}
