/* Submit Problem */


.button, .enroll {
    background:url("/past/content/dam/files/schools/stm_sites/c21online/png/c21button.png") no-repeat scroll 0 0 transparent;
    height:27px;
    width:145px;
	text-align:center;
	font-weight:bold;
    }

*html .button, *html .enroll {
    background:url("/past/content/dam/files/schools/stm_sites/c21online/png/c21button.png") no-repeat scroll 0 0 transparent;
}    
*html .button, *html .enroll {
        display:inline;
        }
.button:hover, .enroll:hover { 
  background-position:0 -27px;
  }
.button a, .enroll a {
     color:#FFFFFF;
    font-family:arial;
    font-size:12px;
    line-height:25px;
    padding-left:10px;
    text-decoration:none;
    height:27px;
    display:block;
 }

.button a, .enroll a{
    width:130px;
   }
.button a:hover, .enroll a:hover, .bblogin a:hover,  .bblogin_s a:hover  { 
text-decoration:underline;
 
 }
 
/* Blackboard Vista login */


.bblogin {
    background:url("/past/content/dam/files/schools/stm_sites/c21online/png/c21bbvista_login.png") no-repeat scroll 0 0 transparent;
    height:32px;
    width:183px;
	text-align:center;
	font-weight:bold;
    }

*html .bblogin {
    background:url("/past/content/dam/files/schools/stm_sites/c21online/png/c21bbvista_login.png") no-repeat scroll 0 0 transparent;
}    
*html .bblogin {
        display:inline;
        }
.bblogin:hover { 
  background-position:0 -37px;
  }
.bblogin a {
     color:#FFFFFF;
    font-family:arial;
    font-size:12px;
    line-height:36px;
    text-decoration:none;
    height:32px;
    display:block;
 }

.bblogin a{
    width:168px;
   }


/* Small BB Vista login */

.bblogin_s {
    background:url("/past/content/dam/files/schools/stm_sites/c21online/png/c21bbvista_login_s.png") no-repeat scroll 0 0 transparent;
    height:32px;
    width:150px;
	text-align:center;
	font-weight:bold;
    }

*html .bblogin_s {
    background:url("/past/content/dam/files/schools/stm_sites/c21online/png/c21bbvista_login_s.png") no-repeat scroll 0 0 transparent;
}    
*html .bblogin_s {
        display:inline;
        }
.bblogin_s:hover { 
  background-position:0 -37px;
  }
.bblogin_s a {
     color:#FFFFFF;
    font-family:arial;
    font-size:12px;
    line-height:36px;
    text-decoration:none;
    height:32px;
    display:block;
 }

.bblogin_s a{
    width:140px;
   }


