
#user_create_form {
    height:30px;
    margin-bottom:20px;
    margin-top:20px;
    padding:0;
    background:#fff url(../../../images/create_users/underline_image.jpg) bottom right no-repeat;
}
#user_create_form img {
    width:22px;
    height:27px;
    float:right;
    margin:0;
    border:0;
    padding:0px 0 0 0;
}
#user_create_form h4 {
    margin:0;
    padding:0px 40px 0 0;
    color:#b00;
}
#create_user_form {
    padding-right:50px;
}
#create_user_form_vertical_block_left {
    width:290px;
    float:right;
    margin-top:20px;
}
.label_field {
    width:285px;
    float:right;
}
.label_field label {
    font-weight:bold;
    display:block;
    color:#444;
    margin-bottom:10px;
}
#create_user_form_vertical_block_right {
    border-right: 2px solid #BBBBBB;
    width:290px;
    margin-top:20px;
    padding-right:50px;
    float:right;
}
.label_field {
    width:285px;
    float:right;
}
.label_field label {
    font-weight:bold;
    display:block;
    color:#444;
    margin-bottom:10px;
}
.text_field_bg {
    width:230px;
    height:28px;
    background:#fff url(../../../images/fedena_user/create_user/text_input.png) no-repeat;
    margin-bottom:20px;
}
.select_input_bg {
    width:230px;
    height:28px;
    background:#fff url(../../../images/master_student/admission1/text_input.png) no-repeat;
    margin-bottom:20px;
}
.label_field input {
    width:215px;
    height:28px;
    background:transparent;
    border:none;
    padding-right:10px;
    padding-top:5px;
}
.label_field select {
    width:230px;
    height:28px;
}
.user_submit_button {
    margin-right:-630px;
    margin-top:190px;
}
.necessary-field {
    color : #f00;
    font-size : 1.1em;
}
#necessary-field-notification {
    font-weight : bold;
    padding : 10px 0 10px 0;
}

.label-category-pair  {
    height:40px;
    padding-top:3px;

}
.label-category-pair label {
    color:#444444;
    display:block;
    float:right;
    font-size:14px;
    font-weight:600;
    margin:0 0 11px;
    width:200px;
}

.submit_button {
    margin-top:20px;
    margin-right:210px;
    padding: 7px 10px;
    color: #fff;
    background: #27292B;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-weight: bold;
    font-size: 14px;
    border:none;
    font-family: arial;
    cursor:pointer;
}
.submit_button:hover{
    background:  #373B3F;
}

.box{
    width:750px;
    margin:0px auto;
}

