@charset "utf-8";
/* CSS Document */

#studentform fieldset{position:relative;}

#studentform fieldset:not(:first-of-type){display:none;}
/*
	
#progressbar{margin-bottom:30px; overflow:hidden; counter-reset:step;}

#progressbar li {list-style-type:none; color:#F60; text-transform:uppercase; font-size:11px; width:33.33%; float:left; position:relative; text-align:center;}

#progressbar li:before{content:counter(step);
counter-increment: step; width:20px; line-height:20px; display:block; font-size:11px; color:#fff; background:#060; border-radius:3px; margin:0 auto 5px auto;}

 /*Progress bar connector
 #progressbar li:after{content:''; width:100%; height:2px; background:#f00; position:absolute; left:-50%; top:9px; z-index:-1;}
 
 /* connector not needed before the first step
 #progressbar li:first-child:after{content:none;}
 #progressbar li.active:before, #progressbar li.active:after{background:#060; color:#fff;}
 */
 