.formLoginInput
{
	width : 150px;
	height : 20px;

	border: 1px solid #86442D;
	color: #86442D;
	font-size : 12;
	font-weight : bold;
	

	background-color : #EFE7DC;
	background-repeat: repeat-x;
	background-position: bottom;
	
	padding-left : 5px;

}

.FormInput
{
	

	border: 1px solid #86442D;
	color: #86442D;
	font-size : 12;
	font-weight : bold;
	

	background-color : #EFE7DC;
	background-repeat: repeat-x;
	background-position: bottom;
	
	padding-left : 5px;	
}

.FormButton
{
	border: 1px solid #86442D;
	color: #86442D;
	font-size : 12;
	font-weight : bold;
	
	width : 80px;
	height : 20px;
	cursor : pointer;

	background-image : url(../img/button_bg.jpg);
	background-color : #DBB79D;
	background-repeat: repeat-x;
	background-position: bottom;
}

.formCurrencySelect
{
	border: 1px solid #86442D;
	color: #86442D;
	font-size : 12;
	font-weight : bold;
	background-color : #EFE7DC;
}
