.loginInput
{
	width : 150px;
	height : 20px;

	border: 1px solid #4A3B25;
	color: #514028;
	font-size : 12;
	font-weight : bold;
	
  font-family : "Times New Roman", Times, serif;
	background-color : #ECE7E0;
	background-repeat: repeat-x;
	background-position: bottom;
	
	padding-left : 5px;
  margin : 2px;
}

.FormInput
{
	
  font-family : "Times New Roman", Times, serif;
	border: 1px solid #4A3B25;
	color: #514028;
	font-size : 12;
	font-weight : bold;


	background-color : #ECE7E0;
	background-repeat: repeat-x;
	background-position: bottom;
	
	padding-left : 5px;
	margin : 2px;
}

.FormButton
{
	border: 1px solid #4A3B25;
	color: #514028;
	font-size : 12;
	font-weight : bold;
	
	width : 80px;
	height : 20px;
	cursor : pointer;

	background-image : url(../img/button_bg.gif);
	background-color : #AA9A7F;
	background-repeat: repeat-y;
	background-position: bottom;
}

.formCurrencySelect
{
	border: 1px solid #4A3B25;
	color: #514028;
	font-size : 12;
	font-weight : bold;
	background-color : #ECE7E0;
	font-family : "Times New Roman", Times, serif;
}

.input
{

	border : 1px solid #999999;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #666666;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color : #ffffff;
	padding-left: 5px;
	padding-right : 5px;

}

