/******************************/
/*********** TEXTBOX **********/
/******************************/
input
{
	font-family:Arial;
  font-size:12px;
  color:#000000;  
}

input.inputTextLeft
{
	height:16px;
	width:128px;
	border:1px solid #999999;
}

input.inputTextSearchCenter
{
	height:16px;
	width:190px;
	border:1px solid #999999;
}

input.inputTextField
{
	width:250px;
	border:0px;
	color:#333333;
	background-color:transparent;
}

textarea.textareaComments
{
	height:150px;
	width:370px;
	background-color:#000000;
	border:1px solid #999999;
	font-family:Arial;
  font-size:12px;
  color:#FFFFFF;  
}

textarea.textareaCommentsWide
{
	height:150px;
	width:500px;
	background-color:#000000;
	border:1px solid #999999;
	font-family:Arial;
  font-size:12px;
  color:#FFFFFF;  
}

/******************************/
/********** DROPDOWNS *********/
/******************************/
select
{
	font-family:Arial;
  font-size:12px;
  color:#000000;  
}

select.selectChartsGameSystem
{
	height:18px;
	width:108px;
	font-size:11px;
}

select.selectPDBase
{
	height:18px;
	width:207px;
	font-size:11px;
}