/* Professor styling */

.professor_office {
float: left;
width: 176px;
height: 170px;
padding-bottom: 50px;
margin: 23px 0 0 17px;
position: relative;
border-radius: 5px;

padding: 5px;
display: none;
}

.professor_office .face {
background: transparent url(/images/professor.png);
width: 179px;
height: 77px;
position: absolute;
bottom: -28px;
left: 3px;
}

.professor_office a {
font-weight: bold;
}

.professor_office a:hover {
text-decoration: underline;
}

.professor_office .suggestion {
margin-bottom: 10px;
width: 166px;
float: left;
}

.professor_office .reject {
width: 10px;
height: 10px;
margin-top: 5px;
background: transparent url(/images/vocab/x.png) no-repeat 0 -10px;
float: left;
}

.professor_office .reject:hover, .professor_office .reject:active {
background-position: 0 0;
}

.form .choose_subject ul { margin-left: 75px; }