#mainContainer{
		width:660px;
		margin:0 auto;
		text-align:left;
		height:100%;
		background-color:#FFF;
		border-left:3px double #000;
		border-right:3px double #000;
	}
	#formContent{
		padding:5px;
	}
	/* END CSS ONLY NEEDED IN DEMO */
	

	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:150px;	/* Width of box */
		height:150px;	/* Height of box */
		border:1px solid #C8C8C8;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:1.0em;
		z-index:1000;
		overflow:auto;
	}


	#m_ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:350px;	/* Width of box */
		height:452px;	/* Height of box */
		background-color:#FFF;	/* White background color */
		background: url(../images/popup-frame-big.png);
		text-align:left;
		font-size:1.0em;
		z-index:1000;
	}


	/* first box with list of options */
	#ajax_listOfFirstDiv{
		width:325px;	/* Width of box */
		height:240px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:1.0em;
		z-index:1000;
		overflow-x:hidden;
  	margin-left:15px;
	}
	/* second box with list of options */
	#ajax_listOfSecondDiv{
		width:325px;	/* Width of box */
		height:150px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:1.0em;
		z-index:1000;
		overflow-x:hidden;
    margin-left:14px;
	}
	
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:1.0em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */

	}
    #ajax_listOfOptions .optionDiv-User{	/* Div for each item in list */
        background-color:#F2D3D3;
	}
    #ajax_listOfOptions .optionDiv-Company{	/* Div for each item in list */
        background-color:#DAEBCA;
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#c8c8c8;
		color:#2A2A2A;
	}
	#ajax_listOfOptions_iframe{
		background-color:#c8c8c8;
		position:absolute;
		z-index:5;
	}




	#ajax_listOfFirstDiv div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;
		padding:1px;
		cursor:pointer;
		font-size:1.0em;
	}
	#ajax_listOfFirstDiv .optionDiv{	/* Div for each item in list */

	}

	#ajax_listOfFirstDiv .optionDivSelected{ /* Selected item in the list */
		background-color:#c8c8c8;
		color:#2A2A2A;
	}
	#ajax_listOfOptions_iframe{
		background-color:#c8c8c8;
		position:absolute;
		z-index:5;
	}

.popup-topleft { background: url(../images/popup-top-350.gif) no-repeat; height: 13px; width: 350px; }
.popup-bottleft { background: url(../images/popup-bott-350.gif) no-repeat; height: 13px; width: 350px; }

.popup-close
{
  margin-left:5px;
  padding-top:15px;
  text-align:right;height: 16px; width: 310px;left:
}
