.odysen_app_views_shared_form_FieldWithLabel {
    margin: 0;
    padding: 3px 5px;
    position:relative;
}

.odysen_app_views_shared_form_FieldWithLabel .odysen_app_views_shared_form_FieldWithLabel-Label {
    display: inline-block;
    font-weight: bold;
    color: #333;
    padding-right: 10px;
    min-width: 60px;
}

.odysen_app_views_shared_form_FieldWithLabel .odysen_app_views_shared_form_FieldWithLabel-Value {
    display:inline-block;
}

/* Textarea */
.odysen_app_views_shared_form_FieldWithLabel-TextEditor .odysen_app_views_shared_form_FieldWithLabel-Value,
.odysen_app_views_shared_form_FieldWithLabel-Editor .odysen_app_views_shared_form_FieldWithLabel-Value,
.odysen_app_views_shared_form_FieldWithLabel-SimpleTextarea .odysen_app_views_shared_form_FieldWithLabel-Value,
.odysen_app_views_shared_form_FieldWithLabel-Textarea .odysen_app_views_shared_form_FieldWithLabel-Value {
    display: block;
    position:relative;
    padding-top: 5px;
}

.odysen_app_views_shared_form_FieldWithLabel-TextEditor .odysen_app_views_shared_form_FieldWithLabel-Value .dijitTextArea,
.odysen_app_views_shared_form_FieldWithLabel-SimpleTextarea .odysen_app_views_shared_form_FieldWithLabel-Value .dijitTextArea,
.odysen_app_views_shared_form_FieldWithLabel-Editor .odysen_app_views_shared_form_FieldWithLabel-Value .dijitTextArea,
.odysen_app_views_shared_form_FieldWithLabel-Textarea .odysen_app_views_shared_form_FieldWithLabel-Value .dijitTextArea {
    width: 100%;
}

/* SelectWithGrid */
.odysen_app_views_shared_form_FieldWithLabel-UsersGridSelect .odysen_app_views_shared_form_FieldWithLabel-Value,
.odysen_app_views_shared_form_FieldWithLabel-SelectWithGrid .odysen_app_views_shared_form_FieldWithLabel-Value {
    display: block;
    position:relative;
    padding-top: 5px;
}

/* Grid Select Field
	label align to the top
	value display inline
*/
.odysen_app_views_shared_form_FieldWithLabel-FormFieldGridSelect .odysen_app_views_shared_form_FieldWithLabel-Label {
    vertical-align: top;
}

.odysen_app_views_shared_form_FieldWithLabel-FormFieldGridSelect .odysen_app_views_shared_form_FieldWithLabel-Value {
    width: 40em;
}

.odysen_app_views_shared_form_FieldWithLabel-FormFieldGridSelect .odysen_app_views_shared_form_FieldWithLabel-Value .dijitTextBox {
	border-width: 0;
}

/* RadioGroup */
.odysen_app_views_shared_form_FieldWithLabel-RadioGroup .odysen_app_views_shared_form_FieldWithLabel-Value {
    display: block;
    position:relative;
    padding-top: 5px;
}
