.content-body {
    overflow: hidden;
}

.hint {
	display: block;
}

.form .form_label{
		text-align: right;
		padding-right: 22px;
		font-size: 14px;
		color: #333;
		position: relative;
}
.form .form_label .req {
		position: absolute;
		right: 13px;
}


fieldset table {
    width: 100%;
}

.form input {
    max-width: 327px;
    width: 100%;
}
.form textarea {
	min-height: 60px;
}


