

body 
{
	background: url(../images/backgroundGradientAlt.jpg) 0% 0% repeat-x;
	background-color: #ffffff;
	overflow: auto; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}

a
{
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

a:hover             
{ 
    color: #f0ff00; 
    text-decoration: none; 
}

a:active             
{ 
    color: #f0ff00; 
    text-decoration: none; 
}

a:visited             
{ 
    color: #fffff; 
    text-decoration: none; 
}

input
{
	font-family: Arial, Helvetica, sans-serif;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.textInputBox
{
	border-style: solid; 
	border-width: 1px; 
	border-collapse: collapse;
	border-color: #C0C0C0;
	background-color: #fff;
	width: 481px; 
	font-size:12px;
}

/* Big box with list of options */
#ajax_listOfOptions
{
	position:absolute;	/* Never change this one */
	width:481px;	/* Width of box */
	height:150px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:12px;
	z-index:100;
	border: 1px solid #A5ACB2;
    border-top-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

#ajax_listOfOptions div
{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv
{	/* Div for each item in list */
		
}
	
#ajax_listOfOptions .optionDivSelected
{ /* Selected item in the list */
	background-color:#3366CC;
	color:#FFF;
}
#ajax_listOfOptions_iframe
{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
	
form
{
	display:inline;
}
	

