.content-body
{
    overflow: hidden;
}
.actions
{

 		margin-top: 15px;

}
.actions input
{
        margin: 0 5px 0 0 !important;
}

.form {
		border: none;

}	
.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 .radiogroup br{
	display: none;
}

fieldset table {
    width: 100%;
}

.form input {
    max-width: 327px;
    width: 100%;
}

.form input[type="password"] {
        width: 151px;
        display: inline-block;
}

