
/* -------------------- apply now panel -------------------- */

DIV.applyIntroPanel {
	background: url(../../../../images/apply_panel_background.jpg) no-repeat bottom right;
	/* for firefox */
	border-top: 1px solid white;
}

DIV.applyIntroText {
	padding: 8px 180px 10px 10px;
}

DIV.applyIntroText h1,
DIV.applyIntroText .Heading1 {
	font-size: 120%;
	margin: 8px 0 10px 0;
}

DIV.applyIntroText h2,
DIV.applyIntroText .Heading2 {
	font-size: 90%;
}

/* -------------------- dual column -------------------- */

/* overwrite table styles from newsystem.css */
TABLE.dualColumn, 
TABLE.dualColumn td {
	border: none;
	font-size: 100%;
}

DIV.dualColumnWrap {
	padding: 0 0 10px 20px;
}

TABLE.dualColumn td {
	font-size: 78%;
	text-align: center;
	background-color: #F3F7FA;
	padding: 15px 0;
}
 
TABLE.dualColumn
td.dualColumnLeft {
	width: 58%;
	border-right: 1px solid #FFFFFF;
}

td.dualColumnRight div {
}

TABLE.dualColumn a:link,
TABLE.dualColumn a:visited,
TABLE.dualColumn a:hover {
	color: #0000FF;
}

/* -------------------- apply link -------------------- */

.applyLinkButton {
	margin: 10px 0 10px 15px;
}

/* -------------------- checklist heading -------------------- */

.checklistHeading {
	color: #66bd2b ;
	font-size: 90%;
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid #BAE5D7;
	border-bottom: 1px solid #BAE5D7;
	margin-bottom: 10px;
}

/* -------------------- bullet points -------------------- */

.bulletPoint {
	font-size: 80%;
	background-image: url(/mothercare/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	margin: 0;
	padding: 0 0 10px 20px;
	font-weight: bold;
}

.bulletText {
	font-size: 80%;
	padding: 0 0 10px 20px;
}

/* -------------------- divider -------------------- */

.divider {
	border-bottom: 1px solid #BAE5D7;
	font-size: 10%;
}














