/* Avoid browser inconsistencies */
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,select,div {margin:0; padding:0;}
a img,:link img,:visited img {border:none;} /* Remove blue linked image borders */
html {height: 100%; margin-bottom: 1px;} /*Always show vertical scrollbar */

BODY {
	font-family: Myriad Pro, Arial, verdana, sans-serif;
	font-size: 0.8em;
	color: #666;
	padding: 0; 
  	margin: 10px 0;
	background-color: #666666;
}
P {
	font-size: 1.1em;
	line-height:1.2em;
	padding: 0 0 12px 0;
	margin: 0;
}
SPAN.bold {
	font-weight: bold;
}
SPAN.italic {
	font-style: italic;
}
SPAN.error {
	color: #f00;
}
SPAN.mandatory {
	color: #f00;
	font-weight: bold;
}
UL { padding-top: 0;padding-bottom: 5px;margin-top: 0; margin-bottom: 5px; font-size:1.1em; }
H1 { color:#666; font-size: 2.6em; font-weight: normal; margin: 0; padding: 0 0 5px; }
H2 { font-size:1.87em; color:#666; font-weight: normal; padding: 0 0 5px 0; margin: 0; }
H3 { color:#000; font-size: 1.7em; line-height: 1em; margin: 0; padding: 0 0 5px; }
H4 { color:#333; font-size: 1.2em; font-weight: bold; margin: 0; padding: 0 0 5px; }
H5 { color:#000; text-transform: uppercase; font-size: 1em; font-weight: bold; margin: 0; padding: 0; }
H6 { color:#333; font-size: 0.8em; font-weight: normal; margin: 0; padding: 0 0 5px; }
A { text-decoration: underline; color:#333;}

P A:hover { text-decoration: underline;}


/* Acorn Colours */
.purpleText {
	color: #6C2A82 !important;
}
.purpleBg {
	background-color: #6C2A82 !important;
}
.lightPurpleBg {
	background-color: #e2d4e6 !important;
}


DIV#wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 20px; 
	background: #fff url(../imgs/bg_body.gif) repeat-x;
	overflow: hidden;
}
DIV#tophr {
	float: left;
	display: inline;
	width: 920px;
	background: url(../imgs/bg_top_hr.gif) no-repeat 10px 10px;
	height: 30px;
}
DIV#leftPanel {
	float: left;
	display: inline; 
	width: 100px; 
	margin-left: 5px;
}
IMG#logo {
	border-bottom: 5px solid #d9d9d9;
}
DIV#mainPanel {
	float: left;
	display: inline;
	width: 800px;
	margin-left: 15px;
}
DIV#contentPanel {
	float: left; 
	width: 740px; 
	background-color: #fff; 
	margin-top: 20px; 
	padding: 0 30px 20px;
}
DIV#contentPanel DIV.fullWidth {
	float: left;
	width: 740px;
}
DIV#contentPanel DIV.halfWidth {
	float: left;
	width: 370px;
}	
H1.pageHeading {
	background: url(../imgs/bg_heading_bar_long.gif) no-repeat left top;
	padding: 18px 0 5px;  
	display: block;
	margin: 0;
}
H1.pageHeading.shortBar {
	background: url(../imgs/bg_heading_bar_short.gif) no-repeat left top;
}

H2.quoteHeading {
	float: left;
	color: #dac7e2; 
	border-top: 10px solid #6C2A82; 
	display: block; 
	padding: 10px 0 5px; 
	margin: 0;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}


IMG.topPurpleBar {
	border-top: 8px solid #6C2A82;	
}


DIV#list3ColCont {
	float: left;
	background-color: #fff;	
}

DIV#list3ColCont UL.list3Col {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	float: left;
	background: url(../imgs/bg_list3Col.gif) repeat-y;
}
DIV#list3ColCont UL.list3Col.toprow {
	margin: 10px 0 0;
}
DIV#list3ColCont UL.list3Col.btmrow {
	margin: 0 0 10px 0;
}
DIV#list3ColCont UL.list3Col LI.listColItem {
	list-style: none;
	float: left;
	padding: 0 10px;
	margin: 0;
	width: 212px;	
}
DIV#list3ColCont UL.list3Col.toprow LI.listColItem {
	margin-bottom: 0;
}
DIV#list3ColCont UL.list3Col.btmrow LI.listColItem {
	margin-top: 0;
}  
DIV#list3ColCont UL.list3Col LI.listColItem.middle {
	border-left: 1px solid #ccc; border-right: 1px solid #ccc;
}

UL.listItemOne {
	list-style: none;
	padding: 5px 0 0;
	margin: 0 0 5px;
	border-top: 1px solid #ccc;	
}
UL.listItemOne.smlFont {
	font-size: 0.82em;
}
UL.listItemOne LI.smallCircle {
	list-style: none;
	padding: 0 0 0 8px;
	margin: 0;
	background: url(../imgs/bg_bullet_purple_circle.gif) no-repeat 0 6px;
}
UL.listItemOne LI.smallTick {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../imgs/tick-alt.gif) no-repeat 0 2px;
}


UL.listItemTwo {
	list-style: none;
	padding: 5px 0 0;
	margin: 0 0 5px;
	float: left;
}
UL.listItemTwo LI.smallSquare {
	list-style-type: square;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 14px;
	font-size: 0.82em;
	color: #000;
}


UL.listItemThree {
	list-style: none;
	padding: 5px 0 0;
	margin: 0 0 5px;
	float: left;
}
UL.listItemThree LI.bigCircle {
	list-style: none;
	padding: 0 0 0 16px;
	margin: 0;
	background: url(../imgs/bg_bullet_purple_circle_big.gif) no-repeat 0 3px;
	font-size: 1.22em;
}

UL.listItemFour {
	list-style: none;
	padding: 5px 0 0;
	margin: 0 0 5px 5px;
}
UL.listItemFour LI.bigCircle {
	list-style: none;
	padding: 0 0 0 18px;
	margin: 0;
	background: url(../imgs/bg_bullet_purple_circle_big.gif) no-repeat 0 50%;
	font-size: 1.1em;
	color: #666;
}






UL.listItemDownload {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 10px;	
}
UL.listItemDownload LI.pdf {
	list-style: none;
	padding: 2px 0 2px 22px;
	margin: 0;
	background: url(../imgs/bg_icon_pdf_small.gif) no-repeat 0 0;
}



UL.signInInfo {
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}
UL.signInInfo LI {
	list-style: none;
	padding: 0 0 5px;
	margin: 0;
	text-align: right;
}
UL.signInInfo LI.last {
	font-size: 0.8em;
}



DIV#signInExtraLinks UL {
	float: left;
	list-style: none;
}
DIV#signInExtraLinks UL LI {
	float: left;
	line-height: 2em;
	margin: 0 10px 0 0;
}
DIV#signInExtraLinks UL LI A.selected {
	color: #6C2A82;
	padding-right: 5px;
	text-decoration: none;
}


DIV.ctaLinkCont {
	float: left; 
	border-top: 5px solid #ffcf01; 
	background-color: #fff1b2;
}
DIV.ctaLinkCont DIV.buyNowCont {
	float: left; 
	width: 51px; 
	padding: 10px;
}
DIV.ctaLinkCont DIV.relLinkCont {
	float: left; 
	width: 131px; 
	padding: 10px 10px 10px 0;
}






DIV#leftnav {
	float: left;
	margin-top: 20px;
	
}
DIV#leftnav UL {
	text-transform:uppercase;
	list-style: none;
	padding: 0;
	margin: 0;	
}
DIV#leftnav UL LI {
	list-style: none;
	padding: 5px 0;
}
DIV#leftnav UL LI.last {
	border-right: none;
}
DIV#leftnav UL LI A {
	font-size: 12px;
	color: #444;
	text-decoration: none;
	display: block;
	line-height:1em;
}
DIV#leftnav UL LI.sel {
	padding-bottom: 2px;
}
DIV#leftnav UL LI.sel A {
	border-bottom: 3px solid #6c2a82;	
	color: #6c2a82;
}
DIV#leftnav UL LI A:hover {
	color: #6c2a82;
}




DIV#basketSummary {
	background: url(../imgs/bg_basket_icon.png) no-repeat 0px 5px;
	float: left; 
	padding: 5px 5px 5px 30px; 
	margin: 20px 0; 
	width: 60px;
	border: 1px dashed #999;
	font-size: 0.9em;
}
DIV#basketSummary P {
	padding: 0 ;
}




/* ------------------------------------------------------------------------------------------------- TOP NAVIGATION */
/* topNav */
DIV#topNav {
	float: left;
	margin-left: 0;
	width: 800px;
	border-top: 5px solid #6c2a82;
	border-bottom: 5px solid #d9d9d9;
	background: #fff6cf url(../imgs/bg_topnav.gif) repeat-x;
}
DIV#topnav UL {
	list-style: none;
	padding: 0;
	margin: 0;	
}
DIV#topnav UL LI {
	list-style: none;
	float: left;
	padding: 10px;
	border-right: 1px solid #fff;
}
DIV#topNav UL LI A {
	font-size: 12px;
	display: block;
	font-family: Myriad Pro, Arial, Verdana, sans-serif;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding: 10px 10px 0;
	margin:0;
	border-right: 1px solid #fff;
}
DIV#topNav UL LI A.last {
	border: 0;
}
DIV#topNav UL LI A:hover {	
	color: #6c2a82;		
}
DIV#topNav UL LI A.mainLinks {
	font-size: 13px;
	line-height: 1em;
	height: 45px;
	text-transform: uppercase;
	text-align: center;
}
DIV#topNav UL LI A.mainLinks SPAN { display: block }
DIV#topNav UL LI A.mainLinks.sel {
	background-color: #6C2A82;
	color:#fff;
}
DIV#topNav UL LI#item1 { width: 80px; }
DIV#topNav UL LI#item2 { width: 120px; }
DIV#topNav UL LI#item3 { width: 120px; }
DIV#topNav UL LI#item4 { width: 132px; }
DIV#topNav UL LI#item5 { width: 80px; }
DIV#topNav UL LI#item6 { width: 136px; }
DIV#topNav UL LI#item7 { width: 132px; }
DIV#topNav UL LI A.mainLinks.singleLine { padding-top: 21px; height: 34px; }
DIV#topNav UL LI A.mainLinks.doubleLine { padding-top: 15px; height: 40px; }
DIV#topNav UL LI A.mainLinks.tripleLine { padding-top: 8px; height: 47px; }

/* Set the z-index to a big number, so it appears in front of any flash objects */
#main-nav {
	z-index: 100; 
	position:relative;
}

/* Top menu links background colour should remain highlighted 	*/
/* (as mouseover state) whilst mouseovering its sub-menu links.	*/
#main-nav li:hover, 
#main-nav li.subhover {
	background: url(../imgs/bg_topnav_over.gif) repeat-x;	
}


/* 'selected' class for highlighting link of current page */
#main-nav li a.selected {
	color: #FB8506;	
}


#main-nav, #main-nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#main-nav a {
	display: block;
}
#main-nav li { /* all list items */
	float: left;
}


#main-nav li li { /* all list items */
  width:100%;  /* width needed or else Opera goes nuts */
}
/* 'selected' class for highlighting link of current page */
#main-nav li li a.selected
{
	color: #140A5D;	
}

#main-nav li ul {
	position: absolute;
	left: -999em;
	padding: 0;
	background-image:url(../imgs/bg_dropdown_pane.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-top-style:none;
	padding: 0px 6px 11px 6px;
	width:120px;
	margin-left: -6px;
}
#main-nav li ul li:hover,
#main-nav li ul li.subhover {
	background-color: none !important;
	background-image: none !important;;
}


#main-nav li ul li a { /* second-level lists */
  text-align: left;
  padding: 12px 5px 2px 15px !important;
  display:block;
  border-right: 0 !important;
}
#main-nav li ul li a.last {
  padding-bottom: 12px !important;
}
#main-nav li ul li a:hover,
#main-nav li ul li a.sel { /* second-level lists */
  color: #6c2a82;
  text-decoration: underline;
}


/* Hide the drop-down menu from the browser so the tabbing will make sense */	
#main-nav li ul { 
	display:none;
}

/* Control the positioning for the drop-down menu. 	*/
/* Lists nested under the hovered list items.				*/	
#main-nav li:hover ul, 
#main-nav li.subhover ul { 
	left: auto;
	display: block !important;
}
#main-nav LI#item1 ul,
#main-nav LI#item2 ul,
#main-nav LI#item3 ul,
#main-nav LI#item4 ul,
#main-nav LI#item7 ul {
	width: 132px !important;
}


/* TABLES */
TABLE#table_customercomments {
	padding: 0;
}
TABLE#table_customercomments TR, TD {
	vertical-align: top;
}



TABLE.table_computerbasedassesment {
	border: 1px solid #666;
	width: 700px;
}
TABLE.table_examtimetable,
TABLE.table_freedemos {
	border: 1px solid #666;
	width: 680px;
}
TABLE.table_cimasyllabus {
	border: 1px solid #666;
	width: 660px;
}
TABLE.table_examtimetable TH,
TABLE.table_examtimetable TD,
TABLE.table_freedemos TH,
TABLE.table_freedemos TD,
TABLE.table_computerbasedassesment TH,
TABLE.table_computerbasedassesment TD,
TABLE.table_cimasyllabus TH,
TABLE.table_cimasyllabus TD {
	padding: 8px 4px;
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
}
TABLE.table_examtimetable TD SPAN,
TABLE.table_freedemos TD SPAN {
	display: block;
}
TABLE.table_examtimetable TH,
TABLE.table_freedemos TH,
TABLE.table_computerbasedassesment TH,
TABLE.table_cimasyllabus TH {
	background-color: #6C2A82;
}
TABLE.table_examtimetable TD,
TABLE.table_freedemos TD,
TABLE.table_computerbasedassesment TD,
TABLE.table_cimasyllabus TD {
	background-color: #fff;
}
TABLE.table_examtimetable H3,
TABLE.table_freedemos H3,
TABLE.table_computerbasedassesment H3,
TABLE.table_cimasyllabus H3 {
	color: #fff;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0; margin: 0;
}
TABLE.table_freedemos TD.col1 {
	text-align: left;
	width: 500px;
}

TABLE.table_datesprices {
	border: 1px solid #666;
	width: 650px;
}
TABLE.table_datesprices TH,
TABLE.table_datesprices TD {
	padding: 5px;
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
}
TABLE.table_datesprices TH {
	background-color: #6c2a82;
	color: #fff;
}
TABLE.table_datesprices .sub {
	background-color: #ffcf01;
	color: #000;
}
TABLE.table_datesprices .odd {
	background-color: #fff;
}
TABLE.table_datesprices .even {
	background-color: #ededee;
}
TABLE.table_datesprices .heading {
	background-color: #E2D4E6;
	color: #333 !important;
}
TABLE.table_datesprices .separator {
	text-align: left;
	background-color: #666;
}
TABLE.table_datesprices TD SPAN.block,
TABLE.table_datesprices TH SPAN.block {
	display: block;
}
table.table_datesprices.classroom,
table.table_datesprices.homestudy {
	width:740px;
}
table.table_datesprices.classroom .left,
table.table_datesprices.homestudy .left {
	text-align:left;
}
table.table_datesprices.classroom th.coursetitle {
	width: 360px;
	font-size:1.5em;
	font-weight:normal;
	color:#000;
	background-color:#E2D4E6;
}
table.table_datesprices.homestudy th.coursetitle {
	width: 305px;
	font-size:1.5em;
	font-weight:normal;
	color:#000;
	background-color:#E2D4E6;
}
table.table_datesprices.classroom td.download,
table.table_datesprices.homestudy td.download {
	background-color:#DCDCDC;
	width:120px;
	text-align:left;
}



TABLE.table_overlay {
	border: 1px solid #666;
	width: 650px;
}
TABLE.table_overlay TH,
TABLE.table_overlay TD {
	padding: 2px 5px;
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
}
TABLE.table_overlay TH {
	background-color: #6c2a82;
	color: #fff;
}
TABLE.table_overlay .sub {
	background-color: #ffcf01;
	color: #000;
}
TABLE.table_overlay .odd {
	background-color: #fff;
}
TABLE.table_overlay .even {
	background-color: #ededee;
}
TABLE.table_overlay .heading {
	background-color: #E2D4E6;
	color: #333 !important;
}
TABLE.table_overlay .separator {
	text-align: left;
	background-color: #666;
}



TABLE.loginTable TD,
TABLE.registerTable TD {
	padding: 3px;
	vertical-align: middle;
}
TABLE.loginTable TD.label,
TABLE.registerTable TD.label {
	text-align: right;
}
TABLE.registerTable TR.newSection TD {
	padding-top: 20px;
}
TABLE.registerTable TR.hide {
	display: none;	
}





/* order */
TABLE.table_orders {
	border: 1px solid #6C2A82;
	width: 730px;
	table-layout: fixed;
}
TABLE.table_orders TR {
	cursor: pointer;
}
TABLE.table_orders TH,
TABLE.table_orders TD {
	padding: 8px 4px;
	text-align: center;
	vertical-align: middle;
}
TABLE.table_orders TH {
	background-color: #6C2A82;
}
TABLE.table_orders TD {
	background-color: #fff;
}
TABLE.table_orders H3 {
	color: #fff;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0; margin: 0;
}
TABLE.table_orders TH.col1,
TABLE.table_orders TD.col1 {
	width: 25px;
	text-align: center;
}
TABLE.table_orders TH.col2,
TABLE.table_orders TD.col2,
TABLE.table_orders TH.col3,
TABLE.table_orders TD.col3 {
	width: 200px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}
TABLE.table_orders TH.col4,
TABLE.table_orders TD.col4 {
	width: 100px;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}
TABLE.table_orders TH.col5,
TABLE.table_orders TD.col5 {
	width: 100px;
	padding-right: 20px;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}

TABLE.table_orderdetails {
	width: 680px;
	margin-bottom: 10px;
}
TABLE.table_orderdetails TH,
TABLE.table_orderdetails TD {
	border: 1px solid #fff;
	background-color: #d9d9d9;
	padding: 3px 4px;
	text-align: left;
	vertical-align: middle;
}


/* My-Basket */
TABLE.formTable {
border:0 none;
border-collapse:collapse;
width: 615px;
font-size: 1.1em;
margin-bottom: 10px;
}
TABLE.formTable td {
border-bottom: 1px solid #D3D3D3;
padding:3px 10px 6px 3px;
vertical-align:top;
}
TABLE.formTable TD.fieldData {
	width: 450px;
}
TD DIV.subheader {
color:#6C2A82 !important;
padding:30px 0 4px 0;
}
TR.greybar {
background-color: #CBCBCB;
background-image: url(../imgs/bg_greyglass.gif);
background-position:center center;
width:605px;
}



.resourceDownloadContainer {
	background:#dcdcdc url(../imgs/pdf_icon_white.gif) no-repeat 10px 10px;
	padding: 10px 10px 10px 50px;
	width:445px;
	margin-bottom:15px;
}
.resourceDownloadContainer h3 {
	font-weight: normal;
	font-size: 1.5em;
}
.resourceDownloadContainer p {
	padding-bottom:0;
}
.home .resourceDownloadContainer {
	float:left;
	width:180px;
	margin:0 0 0 10px;
	min-height:98px;
}
.home .resourceDownloadContainer.first {
	margin:0;
}


.bookOnlineContainer {
	background:#e7b6f7;
	padding: 15px 10px 15px 10px;
	width:485px;
	height:25px;
	margin-bottom:15px;
}
.bookOnlineContainer h3 {
	font-weight: normal;
	font-size: 1.5em;
	padding: 5px 20px 0 0;
	float:left;
}
.bookOnlineContainer ul {
	list-style-type:none;
	float:left;
	margin: 0;
	padding:0;
	
}

.lightboxLinks {
	padding: 15px; 
	margin:20px 15px 15px 0;
	float:left;
}
.lightboxLinks.purple {
	border:1px solid #6C2A82; background-color:#E7B6F7;
}
.lightboxLinks.yellow {
	border:1px solid #6C2A82; background-color:#FFF1B2;
}
.lightboxLinks.last {
	margin-left:50px;
}


#quickCourseFinder {
	background:#e7b6f7;
	padding:10px;
	border-top:5px solid #6C2A82;
	position:absolute;
	top:10px;
	right:0;
	z-index:1
}
#quickCourseFinder select {
	width: 190px;
}
#quickCourseFinder h3 {
	font-weight: normal;
	font-size: 1.5em;
}


/* FORMS */
INPUT, SELECT {
	font-size: 1em;
}
TEXTAREA {
	font-size: 1.1em;
}

INPUT.text {
	margin-bottom: 5px;
	padding: 3px;
	background-color: #d9d9d9; 
	border: 1px solid #9f9f9f;
	width: 210px;
}
LABEL {
	color: #6C2A82;text-transform: uppercase; font-size: 1em; font-weight: bold; margin: 0; padding: 0;
}
TEXTAREA {
	font-family: Myriad Pro,Arial,verdana,sans-serif;
	background-color: #d9d9d9; border: 1px solid #9f9f9f; width:495px; height: 80px; margin-bottom: 5px;
	padding: 3px;
}


/* Sign in Form - New Registration Form */
INPUT.textSignIn,
INPUT.textKaptcha {
	margin-bottom: 5px;
	padding: 3px;
	background-color: #efefef; 
	border: 1px solid #9f9f9f;
	width: 317px;
}
INPUT.error {
	border: 2px solid #f00;
}
INPUT.textKaptcha {
	width: 80px;
}

SELECT.selectSignIn {
	padding: 3px;
	background-color: #efefef; 
	border: 1px solid #9f9f9f;
}
SELECT.error {
	border: 2px solid #f00;
}

SPAN.btn {
	background: url(../imgs/bg_btn_right.png) no-repeat right;
	padding: 0;
	float: left;
	height: 30px;
	width: auto;
}
BUTTON.btnWhiteBg,
BUTTON.btnPurpleBg,
INPUT.btnWhiteBg,
INPUT.btnPurpleBg {
	padding: 4px 30px 8px 15px; 
	height: 30px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	display: inline;
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	background: url(../imgs/bg_btn_left_bg_ffffff.png) no-repeat 0;
	border: 0;
	text-transform: uppercase;
}
BUTTON.btnPurpleBg,
INPUT.btnPurpleBg {
	background-image: url(../imgs/bg_btn_left_bg_e2d4e6.png);
}



/* TABS */
.pane  {	
	display:none;
}


.showhideLink {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.showhideLink {
	background: url(../imgs/arrow_purple_right.gif) no-repeat 0 50%;
	padding-left: 20px;
}
.showhideLink.boxed {
	background-position: 0 6px;
}
.showhideLink.boxed2 {
	background-position: 0 10px;
}
.showhideLink.expanded {
	background-image: url(../imgs/arrow_purple_down.gif) !important;
}

.showhideBox {
	margin: 0 0 15px 5px; 
	padding: 5px; 
	background-color: #e9e9e9;
}



DIV.toggleArrow {
	width: 16px;
	height: 16px;
	background: url(../imgs/arrow_purple_right.gif) no-repeat;
}
DIV.toggleArrow.expanded {
	background-image: url(../imgs/arrow_purple_down.gif) !important;
}





DIV.error {
	background-color: #fcc;
	color: #333;
	border: 1px solid #d77;
	padding: 10px;
	margin: 10px 0;
}
DIV.success {
	background-color: #eee;
	color: #333;
	border: 1px solid #444;
	padding: 10px;
	margin: 10px 0;
}
DIV.error SPAN,
DIV.success SPAN {
	font-size: 1.4em;
}



