body
	{
		background-color:#d3e1f1;
		font-family:Arial;
		color:#DFE8F6;
	}

	.pos
	{
		position:relative;
		top:0px;
		left:0px;
		width:520px;
		/*height:175px;*/
		/*background: url("dialog6.png") 0px 0px no-repeat #ffffff;*/
		border:2px outset #d3e1f1;
		margin: 150px auto;
	}
	
    #dialogHeader
    {
        color:#36428B;
        font-weight:bold;
        background-color:#CED9E7;
        border-bottom:1px solid #36428B;
        padding:5px;
        position:relative;
    }
    
    #formContainer
    {
        padding:10px;
        color:#000000;
    }
    
    #buttonContainer
    {
        background-color:#CED9E7;
        border-top:1px solid #36428B;
        padding:1px;
        position:relative;
        height:30px;
    }
	
	#subButtonPos
	{
		background-color:#f3f3f3; 
		width:100px;
		position:absolute;
		top:4px;
		right:125px;
		font-size:12px;
	}
	
	#delButtonPos
	{
		position:absolute;
		top:4px;
		right:15px;
		background-color:#f3f3f3; 
		width:100px;
		font-size:12px;
	}
	
	#icon
	{
		position:absolute;
		top:5px;
		right:10px;
	}
	
	input
	{
	    width:300px;
	    height:25px;
	    font-size:12pt;
	    font-family:verdana;
	}
	
	select
	{
	    width:303px;
	}
	
	.errortext
	{
	    color:red;
	    margin-top: 10px;
	}
	
	#sessionContainer
	{
		margin-top: 10px; 
		border: 2pt dotted #f9aaaa;
		padding: 5px;
		padding-top: 0px;
	}
