	.field label {
		width: 160px !important;
		margin-left: 10px;
	}

	#required {
		color: #000000;
		font-weight: bold;
	}

	#warning #required {
		color: #FF0000;
		font-weight: bold;
	}

	hr {
		margin-bottom: 16px;
		width: 390px;
	}

	#submit_text {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}

	#html_text {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: justify;
		width: 390px;
	}
    dd {
        margin: 5px 10px;
    }
    dt.title{
        color: #862165;
        background: #FFF9F2;
        font-size: 1.3em;
        padding: 5px;
        margin: 1px;
        border-bottom: 1px solid silver;
        cursor: pointer;
    }
    dt.title span {
        color: #808083;
        font-weight: bold;
        font-size: 1.1em;
    } 
    dt.title-hover {
        background: #FFF0DF;
        cursor: pointer;
    }
    dt.first {
        border-top: 1px solid silver;
    }
