.label_field_pair {
    width:600px;
    height: 40px;
    padding-top: 3px;
}
.label_field_pair label {
    padding-top: 10px;
    display:block;
    color:#444;
    margin-bottom:10px;
    font-size: 14px;
    font-weight: 600;
}
.student_gender_value{
    width:300px;
    float:right;
    padding-top: 5px;
    padding-right: 14px;
}
.label_field_pair label.label_for_gender {
    font-weight:normal;
    display:inline;
}
.label_for_student{
    display:block;
    color:#444;
    margin-bottom:10px;
    width:200px;
    float:right;
}
select#adv_search_doj_option, select#adv_search_dob_option{
    width:80px;
    float:right;
}
select#adv_search_doj_year, select#adv_search_dob_year, select#adv_search_joining_date_year,select#adv_search_admission_date_year, select#adv_search_birth_date_year{
    width:125px;
    float: right;
}
.submit_button {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-radius:10px;
    background:#27292B none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:7px 10px;
    text-decoration:none;
}
.submit {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-radius:10px;
    background:#27292B none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    margin-right:210px;
    margin-top:30px;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:7px 10px;
    text-decoration:none;
}
.search-again{
    height:30px;
    margin-top:20px;
    margin-bottom:5px;
    float:left;
}
.search-again a {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-radius:10px;
    background:#27292B none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:7px 10px;
    text-decoration:none;
}
.span-sub-heading{
    font-weight: bold;
    padding-top:10px;
}
.sub-heading{
    background:#9E0F15;
    height: 1px;
    border: none;
    margin-bottom: 15px;
}
p{
    color:#5f5f5f;
    font-style:italic;
    width:600px;
    float: right;
}
.searched_for{
    background: #eeeeee;
    padding:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    color:#5f5f5f;
    margin-bottom: 15px;
}
.searched_for span{
    color:#a4272d;
    font-weight: bold;
    margin-right:10px;
}