﻿/*	--[ toggle ]----------------------------------------------------------------	*/
	
	dl.JS_ToggleDL {
	    margin-bottom:1.5em;
    }

    dl.JS_ToggleDL dt {
	    background:url("/_images/help/icon_question.gif") left top no-repeat;
	    padding-left:20px;
	    margin-bottom:0.5em;
	    padding-bottom:2px;
    }
    
    dl.JS_ToggleDL dt a {
        display:block;
    }

    dl.JS_ToggleDL dd {
	    display:none;
	    margin:0 0 1em 0;
	    padding:0 0 0.5em 20px;
	    border-bottom:1px solid #cccccc;
    }

    dl.JS_ToggleDL dd label {
	    width:120px;
	    display:block;
	    float:left;
    }

