.loginInput
{
	width : 150px;
	height : 20px;

	border: 1px solid #666666;
	color: #666666;
	font-size : 12;
	font-weight : bold;

  font-family : Arial, Helvetica, sans-serif;
	background-color : #eeeeee;
	background-repeat: repeat-x;
	background-position: bottom;
	
	padding-left : 5px;
  margin : 2px;
}

.FormInput
{
	
  font-family : Arial, Helvetica, sans-serif;
	border: 1px solid #4A3B25;
	color: #666666;
	font-size : 12;
	font-weight : bold;
	

	background-color : #eeeeee;
	background-repeat: repeat-x;
	background-position: bottom;
	
	padding-left : 5px;
	margin : 2px;
}

.FormButton
{
	border: 1px solid #666666;
	color: #666666;
	font-size : 12;
	font-weight : bold;
	
	width : 80px;
	height : 20px;
	cursor : pointer;

	background-image : url(../img/_button_bg.gif);
	background-color : #eeeeee;
	background-repeat: repeat-y;
	background-position: bottom;
}

.formCurrencySelect
{
	border: 1px solid #666666;
	color: #666666;
	font-size : 12;
	font-weight : bold;
	background-color : #eeeeee;
	font-family : Arial, Helvetica, sans-serif;
}
