#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:250px;	/* Height of box */
		border:1px solid #EBEBEB;	/* 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:260px;	/* Width of box */
		height:333px;	/* Height of box */
		background-color:#FFF;	/* White background color */
		border:2px solid #075198;
		text-align:center;
		font-size:1.0em;
		z-index:1000;
		margin-top:5px;
	}
	
	#u_ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:280px;	/* Width of box */
		height:333px;	/* 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:254px;	/* Width of box */
		height:285px;	/* 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:3px;
		padding:0px;
	}
	/* second box with list of options */
	#ajax_listOfSecondDiv{
		width:244px;	/* Width of box */
		height:105px;	/* 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;CFEDF8
	}
	
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:0px;		
		padding:0px;
		cursor:pointer;
		font-size:1.0em;
		border-bottom: 1px solid #EBEBEB;		
	}
	#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:#EBEBEB;
		color:#2A2A2A;
	}
	#ajax_listOfOptions_iframe{
		background-color:#EBEBEB;
		position:absolute;
		z-index:5;
	}




	#ajax_listOfFirstDiv div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:0px;
		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:#CFEDF8;
		color:#2A2A2A;
	}
	#ajax_listOfOptions_iframe{
		background-color:#EBEBEB;
		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:6px;
  padding-top:13px;
  text-align:right;height: 16px; width: 250px;
}
