* html #selector 
{
}

* html .group 
{
	height:1%;
}

*:first-child+html .group 
{
	min-height:1px;
}

input[type="checkbox"] 
{
    font-family:Tahoma;
    font-size:16px;
}



div.showCtrlArea INPUT[type=button] { width:90%; }
	
.container 
{
    top:295px;
}


	
/* star hack for IE7 */
*+html FIELDSET {
    position: relative;
    margin-top: 3.8em;
}

*+html LEGEND {
    position: absolute;
    top: -14px;
    left: 0px;
}

/* star hack for IE6 */
*html FIELDSET {
    position: relative;
    margin-top: 3.8em;
}

*html LEGEND {
    position: absolute;
    top: -14px;
    left: 0px;
}

legend { color:#fff; }