#example
{overflow-x:hidden; float:right;}

#example form
{overflow:hidden;display:inline-block;margin-bottom:20px}

#example form
{display:block}

#example .select-radio
{display:inline;float:left;margin-right:10px;width:190px;padding-right:40px}

* html #example .select-radio
{overflow-x:hidden}

#example .file-checkbox
{display:inline;float:left;margin-right:0;width:190px}

* html #example .file-checkbox{overflow-x:hidden}

#example label{font-weight:bold;color:#555;display:block;margin-bottom:10px}

#example .controls{clear:both;overflow:hidden;display:inline-block;margin-bottom:40px}

#example .controls{display:block}
