/* 
 *	general.css - main styles used through the website
 *
 *	Developed by E for Education (www.eforeducation.co.uk)
 */

/* import additional style sheets */
@import "news.css";
@import "calendar.css";
@import url(contentblock.css); 
@import url(comments.css); 
@import "main.css";
@import "eshop.css";

#login_form fieldset { height: 110px; border: 1px solid #255096; }
#login_form fieldset legend { color: #255096; font-weight: bold;  }
#login_form label { width: 65px; }