 /*reset*/
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a img {
	border: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
	margin: 0;
}
/*end reset*/
	
	
/*-- BASE --*/
body {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    color: #464646;
    padding-top: 0px;
    background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.msmHelpCopy ul {
    padding-left: 2em;
    margin-bottom: 2em;
}
li {
    margin-bottom: 0.5em
}
a {
    color: #464646;
    text-decoration: none;
}
a:hover {
    color: #464646;
    text-decoration: underline;
}
h1 {
    font-size: 1.063em;
    font-weight: bold;
    color: #000000;
	margin: 8px 0 8px;
}
h2 {
    font-weight: bold;
    font-size: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
}

h2.larger {
    font-size: 120%;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal
}
h3 {
	font-size: 1em;
    font-size: 0.875rem;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
}
h4 {
    font-size: 100%;
    margin-bottom: 0px
}
p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
p.right {
    text-align: right;
}
form {
    padding: 0px;
    margin: 0px;
}
input, select, textarea {
    color: #464646;
    font-size: 100%;
    padding: 0 0.5em;
    margin: 0px;
	min-height: 25px;
    min-width: 25px;
}
table {
    font-size: 100%;
    border: 2px;
}
caption {
    font-weight: bold;
    text-align: left
}
th {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    padding-top: 5px;
    text-align: left
}
td {
    vertical-align: top;
	font-size: 0.875em
}
/* end */

.msb_pc_email2_pass {
              color: #4d8210;
            }

            .msb_pc_email2_fail {
              color: #db0011;
            }

            .text--hide {
              font: 0/0 a;
              color: transparent;
              text-shadow: none;
              background-color: transparent;
              border: 0;
              padding: 0;
              margin: 0;
              position: absolute;
            }

div.msmContainer {
    width: 750px;
    font-size: 100%;
	margin: 0 auto;
}


div.msmHeaderContainer {
    margin-left: 0px;
    background-color: #fff;
    font-size: 100%;
}
div.msmHeaderLogo {
    float: left;
    width: 45%;
	margin-bottom: 16px;
}
div.msmHeaderBorder {
    clear: both;
    background: #000;
    height: 7px;
}
a.msmLinkArrowRight:active,
a.msmLinkArrowRight:hover,
a.msmLinkArrowRight:link,
a.msmLinkArrowRight:visited {
    font-weight: bold;
    text-decoration: none;
    color: #464646;
}
div.msmHeaderInfoClose,
div.msmHelpHeaderInfoClose {
    margin: 0;
    font-size: 0.875em;
    float: right;
    padding: 0;
    text-align: right;
}
div.msmHeaderInfoClose a.msmLinkArrowRight,
div.msmHelpHeaderInfoClose a.msmLinkArrowRight {
    padding: 16px 0 16px 16px;
	display: block;
}
DIV.msmContentContainer {
   margin: 0 auto;
    width: 740px;
    padding-top: 20px;
    font-size: 100%;
}
DIV.msmCopyContainer {
    float: left;
    margin-bottom: 20px;
    padding-bottom: 0px;
    width: 740px! important;
    text-align: left;
    color: #464646;
    font-size: 100%;
}
DIV.msmCopyContainerInner {
    text-align: left;
}
div.msmFormHeading {
    clear: both;
    margin-bottom: 12px;
    padding: 6px 0px 0px 4px;
    height: 25px;
    background: #000000;
    font-size: 88%;
    font-weight: bold;
    color: #FFFFFF;
}

span.nowrap {
	white-space: nowrap;
}

.msmFormSectionHeading {
    font-size: 0.875em;
    padding: 0px 0px 0px 10px;
    border: none;
    border-bottom: 2px solid #BAB6B3;
    vertical-align: middle;
    margin-top: 6px;
    height: 25px;
    background: #eeedec;
    font-weight: bold;
    color: #464646;
    text-align: left;
}
div.msmFormTable {
    width: 100%;
    padding-top: 14px;
}
.labelCol {
    text-align: left;
    vertical-align: middle;
    border: none;
    padding: 5px 0px 5px 12px;
    font-weight: normal;
    color: #464646;
    width: 45%;
}
.fieldCol {
    text-align: left;
    vertical-align: middle;
    border: none;
    padding: 5px 0px 5px 0px;
    font-size: 0.875em;
    font-weight: normal;
    color: #464646;
    width: 55%;
}
.labelColBottom {
    text-align: left;
    vertical-align: middle;
    border: none;
    padding: 5px 0px 14px 12px;
    font-weight: normal;
    color: #464646;
    width: 45%;
}
.fieldColBottom {
    text-align: left;
    vertical-align: middle;
    border: none;
    padding: 5px 0px 14px 0px;
    font-weight: normal;
    color: #464646;
    width: 55%;
}

.labelColTop {
    text-align: left;
    vertical-align: middle;
    border: none;
    padding: 12px 0px 5px 12px;
    font-weight: normal;
    color: #464646;
    width: 45%;
}
.fieldColTop {
    text-align: left;
    vertical-align: middle;
    border: none;
    padding: 12px 0px 5px 0px;
    font-weight: normal;
    color: #464646;
    width: 55%;
}
.labelalignTop {
    vertical-align: top;
}
.fieldpaddingRight {
    padding-right: 12px;
}

div.msmButtonContainer {
    width: 100% !important;
    padding-top: 18px;
}
div.msmButtonRight {
    float: right;
}
div.msmButtonLeft {
    float: left;
    align: left;
}
.AR12 {
    font-size: 0.875em;
    color: #464646;
	font-weight: normal;
}
.AR11 {
    font-size: 0.875em;
    color: #464646;
}
.AR12B {
    font-weight: bold;
    font-size: 75%;
    color: #464646;
}
.AR11B {
    font-weight: bold;
    font-size: 100%;
    color: #464646;
}
.AR11R {
    font-size: 100%;
    color: #cc0000;
}
.AR11RB {
    font-weight: bold;
    color: #cc0000;
	font-size: 0.875em;
	display: inline-block;
	margin-bottom: 16px;
}
.AR11W {
    font-size: 70%;
    color: #ffffff;
}
.FORM1 {
    border: 1px solid #e5e5e5;
    color: #464646;
	font-size: 1em;
	min-height: 40px;
	padding: 0 5px;
}
.FORM1Err1 {
    background: #fdbdba;
	border: 1px solid #e5e5e5;
    color: #000000;
	font-size: 1em;
	min-height: 40px;
}
.FORM1:focus,
.FORM1Err1:focus {
	
}
.instructionalCopy {
    text-align: left;
    vertical-align: top;
    border: none;
    padding: 12px 10px 5px 10px;
    font-size: 0.875em;
    font-weight: normal;
    color: #464646;
}
.InstructionalCopy {
	padding: 16px 0 16px;
	text-align: center;
	font-size: 0.875em;
	font-weight: bold;
}

div.msmPageTitle {
    font-size: 107%;
    font-weight: bold;
    padding: 19px 0px 20px 0px;
    color: #000000;
}
div.msmAppCompBox {
    width: 100%;
	box-sizing: border-box;
	padding: 5px;
}
div.msmAppCompBox .msmAppCompTitle {
	font-size: 1.071em;
	font-size: 0.938rem;
	background: url("file?filename=images/greensuccesshd.gif") no-repeat top 5px left 3px;
	background-size: 30px;
	min-height: 20px;
	padding: 10px 0 10px 40px;
	line-height: 20px;
}
div.msmWarningContainer {
    width: 100%;
    TOP: 10px;
    background-color: #fff;
    margin: 10px 10px 0px 0px;
}
div.msmWarningMessageBox {
    clear: both;
    width: 100%;
    border: 2px solid #e9a115;
	box-sizing: border-box;
}
div.msmWarningMessageTitle {
    font-weight: bold;
    color: #e9a115;
}
div.msmWarningMessageCopy {
    color: #000000;
}
div.msmWarningMessageCopy .inlineErrorMsg {
	color: #000;
}
div.msmErrorMessageBox {
    clear: both;
    width: 100%;
    border: 2px solid #CC0000;
	color: #CC0000;
	box-sizing: border-box;
}
div.msmErrorMessageTitle {
	font-weight: bold;
}
div.msmErrorMessageCopy,
div.msmWarningMessageCopy,
div.msmAppCompBox {
	font-size: 0.875em;
}
.B:link {
    color: #464646;
}
.B:active {
    color: #464646;
}
.B:visited {
    color: #464646;
}
.B:hover {
    color: #464646;
}
a.B12 {
	font-weight: bold;
	font-size: 0.875em;
}
.B12:link {
    color: #464646;
}
.B12:active {
    color: #464646;
}
.B12:visited {
    color: #464646;
}
.B12:hover {
    color: #464646;
}
div.msmCopyRow {
    font-size: 100%;
}

.instructionalCopyDataPolicy {
    text-align: left;
    vertical-align: top;
    border: none;
    padding: 12px 10px 14px 10px;
    font-weight: normal;
    color: #464646;
	line-height:1.125rem;
}
.msmTable.msmAppCompTable {
	border: 2px solid #008000;
	text-align: center;
	width: 100%;
}
.msmAppCompTable td {
	padding: 16px;
}
.msmAppComTable td h2 {
	color: #008000;
}
.bottomBorder {
    text-align: right;
    vertical-align: middle;
    border: none;
    padding: 5px 2px 14px 12px;
    font-size: 70%;
    font-weight: normal;
    color: #464646;
    width: 10px;
}

div.helptext {
    text-align: left;
    vertical-align: top;
    border: none;
    padding: 12px 10px 14px 10px;
    font-size: 11px;
    font-weight: normal;
    color: #464646;
}

.middleCol {
    text-align: right;
    vertical-align: middle;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 5px 2px 5px 10px;
    font-size: 70%;
    font-weight: normal;
    color: #464646;
    width: 10px;
}

.captchaLabelwidth {
    width: 35%;
}

.labelFieldwidth {
    width: 40%;
}

.captchaRightmargin {
    width: 20%;
}

table.msmTable {
    border: 2px solid #BAB6B3;
	padding-bottom: 5px;
}

.editButton {
    text-align: right;
    vertical-align: middle;
    border: none;
    font-size: 70%;
    font-weight: normal;
    color: #464646;
    padding: 5px 10px 10px 9px;
    width: 50%;
}

.labelColCon1 {
    text-align: left;
    vertical-align: middle;
    border: none;
    font-weight: normal;
    color: #464646;
    width: 42%;
    font-size: 70%;
}

.fieldColCon1 {
    text-align: left;
    vertical-align: middle;
    border: none;
    font-weight: normal;
    color: #464646;
    font-size: 70%;
}

.labelEmptyCol {
    padding: 0px 10px 0px 12px;
    width: 45%;
}

.middleEmptyCol {
    padding: 0px 2px 0px 10px;
    width: 1%;
}

.msmStepTrackerImage {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 16px;
    vertical-align: top;
    padding-top: 0px
}
.msmHeaderContainer >h1 ~ table {
	margin: 0;
	background-image: url(file?filename=stepTrackers/multi_step_tracker/images/stepZero.gif);
	background-repeat: repeat-x;
	width: 100%
}
.msmHeaderContainer >h1 ~ table > tbody {
	float: left;
}

.percent {
    font-size: 106%;
    color: #000000;
}

.fixed {
    font-size: 17px;
    color: #000000;
    font-weight: bold;
}

DIV.msmHelpContainer {
    width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

div.msmHelpContentContainer {
    margin: 16px;
	overflow: hidden;
}

div.msmHelpTitle {
    font-size: 1em;
    color: #464646;
    font-weight: bold;
    padding: 15px 0px 12px 0px;
}

div.msmHelpCopy {
    font-size: 0.875em;
    color: #464646;
	padding-top: 16px;
}
div.msmHelpCopy p {
	margin: 0;
}

.helpLink {
    margin-left: 10px;
	display: inline-block;
}

.inlineErrorMsg {
    font-weight: bold;
    color: #cc0000;
}

.middleColTop {
    text-align: right;
    vertical-align: middle;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 12px 0px 5px 12px;
    font-weight: normal;
    color: #464646;
    width: 10px;
}

.FORM1ReadOnly {
    BORDER-RIGHT: #464646 1px solid;
    BORDER-top: #464646 1px solid;
    BORDER-left: #464646 1px solid;
    color: #000000;
    BORDER-bottom: #464646 1px solid;
    padding-left: 3px;
    color: #BAB6B3;
}

.errorSpan {
    display: inline-block;
}
.msmleftmargin {
    margin-left: -20px;
}
.msmpadding {
    padding-top: 7px;
}
table.msmTable[style*='width'] {
	width: initial !important;
}

textarea,
textarea.FORM1,
textarea.FORM1Err1 {
	min-height: 10em;
	font-size: 16px;
	font-size: 1rem;
	font-family: Arial, Helvetica, sans-serif;
}
input[type='radio'] {
	margin: 4px 4px 4px 0;
}
input[src*='audioPlayer.gif'],
input[src*='captcha_refresh.gif'] {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	height: 2rem;
	width: initial;
}
img[src*='audioPlayer.jpg'] {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	height: 1.875rem;
	width: initial;
}
@media \0screen\,screen\9 {
	input[src*='continue.gif'],
	input[src*='submit.gif'],
	input[src*='apply_blk.gif']{
		height: 34px;
		padding: 0px 16px;
	}
	input[src*='back.gif'],
	input[src*='edit_blk.gif'],
	input[src*='change.gif']{
		height: 30px;
		padding: 0px16px;
		border: 1px solid #000;
	}
	img[src*='audioPlayer.jpg'] {
		height: 28px;
	}
	div.msmErrorMessageBox {
		padding: 10px 10px 10px 34px;
		background: url("file?filename=images/redexclaim.gif") no-repeat 10px 12px;
	}
	div.msmWarningMessageBox {
		padding: 10px 10px 10px 34px;
		background: url("file?filename=images/yellexclaim.gif") no-repeat 10px 12px;
	}
	div.msmAppCompBox {
		padding: 0;
		background: url("file?filename=images/greensuccess.gif") no-repeat 10px 12px;
	}
}
input[src*='continue.gif'],
input[src*='submit.gif'],
input[src*='apply_blk.gif'] {
	background-color: #000;
	height: 2.5rem;
	padding: 0.438rem 1.5rem;
	width: initial;
}
input[src*='back.gif'],
input[src*='edit_blk.gif'],
input[src*='change.gif'] {
	background-color: #fff;
	height: 2.5rem;
    padding: 0.375rem 1.5rem;
	border: 0.063rem solid #000;
	width: initial;
}
.captchaButtons.captchaButtonsAudio .captchaButtonsLeft {
	float: left;
	margin-left: 0;
}
.captchaButtons.captchaButtonsAudio .captchaButtonsRight {
	float: left;
	margin-left: 20px;
}
.captchaButtons .captchaButtonsLeft {
	margin-bottom: 4px;
	margin-left: 20px;
}
.captchaButtons input {
	height: 2em;
	height: 2.750rem;
    padding: 0.5rem;
}

.captchaButtons .captchaButtonsRight {
	margin-left: 20px;
}

.msmReview .msmReviewSec {
    border: 2px solid #BAB6B3;
    display: block;
    float: left;
    width: 100%;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.msmReview .msmReviewSec h3 {
    padding: 5px;
    border-bottom: 2px solid #BAB6B3;
    background: #eeedec;
}
.msmReview .msmReviewSec h4 {
    width: 48%;
    text-align: right;
    padding: 1%;
    font-size: 0.875rem;
	float: left;
}
.msmReview .msmReviewSec .msmReviewAnsSec {
	clear: left;
}
.msmReview .msmReviewSec .msmReviewAns {
    padding: 1%;
    width: 48%;
	margin-left: 50%;
	min-height: 1em;
}
.msmReview .msmReviewSec .msmReviewAns p{
    font-size: 0.875rem;
    margin: 0 0 0.5em;
}
.msmReview .msmReviewSec .msmReviewAns ul {
	margin-top: 0;
}
.msmReview .msmReviewSec .msmReviewAns ul li{
	margin: 0;
	font-size: 0.875rem;
}
.msmReview .msmReviewEdit {
	float: right;
    margin: 10px;
	clear: left;
}
.msmReview p.msmReviewConf {
	text-align: left;
	line-height: 1.786em;
}
.msmReview {
	font-size: 0.875em;
	clear: both;
	color: #000;
}
.msmReview .msmReviewConf input {
    width: initial;
	float: left;
	margin-right: 5px;
	min-height: 25px;
}

input[size='16'] {
	width: 16rem;
	min-width: 16em;
}
input[maxlength='8'] {
	min-width: 8em;
}
	

@media only screen and (min-width: 760px) {    
	div.msmErrorMessageBox{
		width: initial;
		padding: 10px 10px 10px 50px;
		background: url("file?filename=images/redexclaimhd.gif") no-repeat top 10px left 10px;
		background-size: 30px;
	}
	div.msmWarningMessageBox {
		width: initial;
		padding: 10px 10px 10px 50px;
		background: url("file?filename=images/yellexclaimhd.gif") no-repeat top 10px left 10px;
		background-size: 30px;
	}
	div.msmErrorMessageTitle,
	div.msmWarningMessageTitle{
		background: none;
		padding: 0;
		margin: 0 0 8px;
	}
	div.msmErrorMessageCopy,
	div.msmWarningMessageCopy{
		padding: 0;
		margin: 0;
	}
	input[src*='continue.gif'],
	input[src*='submit.gif'],
	input[src*='apply_blk.gif']{
		background-color: #000;
		height: 2.125rem;
		padding: 0rem 1.5rem;
		width: initial;
	}
	input[src*='back.gif'],
	input[src*='edit_blk.gif'],
	input[src*='change.gif']{
		background-color: #fff;
		height: 2rem;
		padding: 0rem 1.5rem;
		border: 0.063rem solid #000;
		width: initial;
	}
	.captchaButtons input {
		height: 2em;
		height: 2rem;
		padding: 0rem;
	}
.input-1 {max-width:1em}
.input-2 {max-width:2em}
.input-3 {max-width:3em}
.input-4 {max-width:4em}
.input-5 {max-width:5em}
.input-6 {max-width:6em}
.input-7 {max-width:7em}
.input-8 {max-width:8em}
.input-9 {max-width:9em}
.input-10 {max-width:10em}
.input-11 {max-width:11em}
.input-12 {max-width:12em}
.input-13 {max-width:13em}
.input-14 {max-width:14em}
.input-15 {max-width:15em}
.input-16 {max-width:16em}
.input-17 {max-width:17em}
.input-18 {max-width:18em}
.input-19 {max-width:19em}
.input-20 {max-width:20em}
}

@viewport {
    zoom: 1.0;
    width: device-width;
}
@media only screen and (max-width: 480px) {    
	.captchaButtons .captchaButtonsLeft {
		float: left;
		margin: 0;
	}
	.captchaButtons .captchaButtonsRight {
		float: left;
		margin: 0 0 0 20px;;
	}
	div.msmAppCompBox {
		border: 2px solid #4d8211;
	}
	div.msmAppCompBox .msmAppCompCopy {
		margin: 0
    }
    div.msmAppCompBox ul.msmAppCompCopy {
        margin-left: 16px;
    }
	.msmReview .msmReviewSec {
		border: none;
		border-bottom: 1px solid #BAB6B3;
	}
	.msmReview  h2 {
		font-size: 0.938rem;
	}
	.msmReview  h3 {
		font-size: 0.813rem;
	}
	.msmReview .msmReviewSec h3 {
		border: none;
		font-size: 0.750rem;
		padding: 0 0 10px;
		background: none;
	}
	.msmReview .msmReviewSec h4 {
		font-size: 0.750rem;
		font-weight: normal;
		width: 100%;
		padding: 0 0 5px;
		text-align: left;
	}
	.msmReview .msmReviewSec .msmReviewAnsSec {
		
	}
	.msmReview .msmReviewSec .msmReviewAns {
		margin-left: 0;
		float: left;
		padding: 0;
	}
	.msmReview .msmReviewSec .msmReviewAns p{
		font-size: 0.875rem;
	}
	.msmReview .msmReviewSec .msmReviewAns ul {

	}
	.msmReview .msmReviewSec .msmReviewAns ul li{
		font-size: 0.875rem;
		line-height: 1rem;
	}
	.msmReview .msmReviewEdit {

	}
	.msmReview p.msmReviewConf {

	}
	.msmReview {
		font-size: 0.750rem
	}
	.fieldCol input[type="checkbox"],
	.fieldColTop input[type="checkbox"],
	.fieldColBottom input[type="checkbox"]{
		width: 2.750rem;
		height: 2.750rem;
		margin: 3px 0;
	}

}
@media only screen and (max-width: 760px) {    
    body {
        font-size: 1rem;
        min-width: 320px;
    }
	.msmReview ul li a{
		padding-top: 1em;
		padding-bottom: 1em;
		display: block;
	}
	.msmReview p.msmReviewConf {
		text-align: right;
	    line-height: 3.250rem;
	}
	.msmReview p.msmReviewConf input{
		float: right;
	}
	h3 {
		font-size: 0.813rem;
	}
	div.msmAppCompBox .msmAppCompCopy {
		font-size: 0.75rem;
	}
	div.msmButtonContainer {
		padding: 0;
	}
	.msmHeaderContainer >h1 ~ table {
		display: none;
	}
	.InstructionalCopy {
		text-align: left;
	}
    DIV.msmContainer {
        width: initial;
		font-size: 1em;
		padding: 0;
		margin: 16px;
    }
    DIV.msmContentContainer {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    DIV.msmCopyContainer {
        width: 100% !important;
    }
    DIV.msmCopyContainerInner {
        width: 100% !important;
        margin: 0;
    }
    DIV.msmHeaderContainer {
        width: 100%;
        padding: 0;
    }
    DIV.msmHeaderBorder {
        width: 100%;
        background-image: none;
        background-color: #000;
        height: 5px;
    }
    div.msmFormHeading {
        width: initial;
        font-size: 0.938em;
        height: auto;
        padding: 7px;
    }
    p {
        padding: 0 0 10px;
    }
	div.msmHeaderInfoClose {
		display: none;
	}
    .msmErrorContainer {
        width: initial;
    }
    DIV.msmErrorContainer {
        padding: 0;
    }
    div.msmErrorMessageBox {
        width: initial;
        padding: 5px 5px 5px 40px;
        background: url("file?filename=images/redexclaimhd.gif") no-repeat top 5px left 3px;
        background-size: 30px
    }
	div.msmWarningMessageBox {
        width: initial;
        padding: 5px 5px 5px 40px;
        background: url("file?filename=images/yellexclaimhd.gif") no-repeat top 5px left 3px;
        background-size: 30px
    }
    div.msmErrorMessageTitle,
	div.msmWarningMessageTitle{
        padding: 0;
        margin: 0 0 0px;
        font-size: 1rem;
        background: none;
    }
    div.msmErrorMessageCopy,
	div.msmWarningMessageCopy{
        padding: 0;
        margin: 0 0 5px;
        font-size: 0.750rem;
        font-weight: normal;
    }
    .AR11RB {
        margin-bottom: 8px;
        display: block;
    }
    div.msmHeaderInfo{
        display: none;
    }
    DIV.msmHeaderLogo {
        width: initial;
        padding: 0 0 10px;
		margin:0;
    }
    .msmStepTrackerImage {
        
    }
    div.msmCopyRow {
        padding: 0;
    }
    .msmHeaderContainer h1 {
        padding: 0 0 3px 0;
        font-size: 1rem;
    }
    .msmFormSectionHeading h3 {
        padding: 5px 0 10px;
    }
	.AR12 {
		font-weight: bold;
	}
    .AR12,
    .AR11,
    .msmFormSectionHeading,
    .AR11RB {
        font-size: 0.75rem;
        padding: 0 0 8px;
    }
    .FORM1,
    .FORM1Err1 {
        border: 1px solid #e5e5e5;
        font-size: 1rem;
        min-height: 40px;
        margin: 5px 0 10px;
    }
    span[type='ref'] {
        font-size: 1rem;
        margin: 5px 0 10px;
    }
    .FORM1:focus,
    .FORM1Err1:focus {}
    .helpLink {
        float: right;
        font-size: 0.813rem;
    }
	.helpLink a {
		display: block;
		height: 1rem;
		padding: 0.875rem 0;
	}
    div.msmFormTable {
        padding-top: 8px;
        border-top: 1px solid #ccc;
		margin-top: 8px;
    }
    table.msmTable {
        border: none;
    }
    table.msmTable[style*='width'] td[style*='padding'] {
        padding: 0 !important;
    }
    .msmFormSectionHeading {
        padding: 0;
        border: none;
        background: none;
        color: #000;
    }
    .instructionalCopy {
        padding: 0;
    }
    .instructionalCopyDataPolicy {
        padding: 0 0 20px 0;
        font-size: 0.813rem;
    }
    .labelCol,
    .fieldCol,
    .fieldColBottom,
    .fieldColTop,
    .labelColTop,
    .labelColBottom,
	.middleCol,
    .bottomBorder,
    .middleColTop{
        width: 100%;
        padding: 0 0 0px;
        text-align: left;
        font-size: 0.75rem;
    }
	.fieldCol,
	.fieldColTop,
	.fieldColBottom {
		padding-bottom: 16px;
	}
    .middleCol,
    .bottomBorder,
    .middleColTop {
        display: none;
    }
    td {
        float: left;
        padding: 0 0 8px;
    }
    .instructionalCopy,
    td.InstructionalCopy {
        padding: 0 0 16px ;
        font-size: 0.75rem ;
    }
    input,
    select,
    textarea {
        height: 1.5rem;
		box-sizing: border-box;
		width: 100%;
    }
	input[type='checkbox']{
		min-height: 44px;
		min-width: 44px;
		width: initial;
		margin: 4px 0;
	}
	input[type='submit'][style='visibility:hidden']{
		height: 1px;
		width: 1px;
	}
	.msmReview .msmReviewConf input {
		min-height: 44px;
	}
    input[name*='DATA_POLICY'] {
        height: 2rem;
        width: 2rem;
        float: right;
    }
    input[type='radio'] {
        width: 2rem;
        height: 2rem;
        min-height: 44px;
        min-width: 44px;
        margin: 5px 0 10px;
    }
	input[size='1'],
    input[size='1']:focus {
        width: 4rem;
        min-width: 40px;
    }
    input[size='2'],
    input[size='2']:focus {
        width: 4rem;
        min-width: 40px;
    }
    input[size='4'],
    input[size='4']:focus {
        width: 4rem;
        min-width: 40px;
    }
	input[maxlength='5'],
    input[maxlength='5']:focus {
        width: 5rem;
        min-width: 40px;
    }
    input[size='6'],
    input[size='6']:focus {
        width: 6rem;
        min-width: 40px;
    }
    input[size='8'],
    input[maxlength='8'] {
        width: 8rem;
        min-width: 40px;
    }
	.msmStepTrackerImage img {
		display: none;
	}
	select[name*='EXPIRY_YEAR'] {
		max-width: 127px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 760px) {
    td {
        float: none;
        padding: 0 5px 8px;
    }
    .labelCol,
    .fieldCol,
    .fieldColBottom,
    .fieldColTop,
    .labelColTop,
    .labelColBottom {
        width: initial;
    }
	.labelCol,
    .labelColTop,
    .labelColBottom {
        padding-top:1.125em;
		vertical-align: top;
    }
    input[size='2'],
    input[size='2']:focus {
        width: 2rem;
    }
    input[size='4'],
    input[size='4']:focus {
        width: 4rem;
    }
    input[size='6'],
    input[size='6']:focus {
        width: 6rem;
    }
    input[size='8'],
    input[size='8']:focus {
        width: 8rem;
    }
	.middleCol,
    .bottomBorder,
    .middleColTop {
        display: block;
		visibility: hidden;
    }
	td.fieldCol > span[type='ref'] {
		padding-top: 0.313em;
		display: inline-block;
	}
}


/*themes*/
.personalloan div.msmHeaderBorder,
.personalloan div.msmFormHeading,
.personalloan input[src*='continue.gif'], 
.personalloan input[src*='submit.gif'],
.personalloan input[src*='apply_blk.gif'] {
	background-color: #aa4638;
}
.personalloan input[src*='back.gif'],
.personalloan input[src*='edit_blk.gif'],
.personalloan input[src*='change.gif'] {
	border-color: #aa4638;
}

div.msmHeaderBorder,
div.msmFormHeading,
input[src*='continue.gif'], 
input[src*='submit.gif'],
input[src*='apply_blk.gif'] {
	background-color: #4d8210;
}
input[src*='back.gif'],
input[src*='edit_blk.gif'],
input[src*='change.gif'] {
	border-color: #4d8210;
}

.currentaccount div.msmHeaderBorder,
.currentaccount div.msmFormHeading,
.currentaccount input[src*='continue.gif'], 
.currentaccount input[src*='submit.gif'],
.currentaccount input[src*='apply_blk.gif'] {
	background-color: #920075;
}
.currentaccount input[src*='back.gif'],
.currentaccount input[src*='edit_blk.gif'],
.currentaccount input[src*='change.gif']{
	border-color: #920075;
}

.creditcard div.msmHeaderBorder,
.creditcard div.msmFormHeading,
.creditcard input[src*='continue.gif'], 
.creditcard input[src*='submit.gif'],
.creditcard input[src*='apply_blk.gif'] {
	background-color: #4d8210;
}
.creditcard input[src*='back.gif'],
.creditcard input[src*='edit_blk.gif'],
.creditcard input[src*='change.gif']{
	border-color: #4d8210;
}

.contactus div.msmHeaderBorder,
.contactus div.msmFormHeading,
.contactus input[src*='continue.gif'], 
.contactus input[src*='submit.gif'],
.contactus input[src*='apply_blk.gif'] {
	background-color: #920075;
}
.contactus input[src*='back.gif'],
.contactus input[src*='edit_blk.gif'],
.contactus input[src*='change.gif'] {
	border-color: #920075;
}

.productenquiry div.msmHeaderBorder,
.productenquiry div.msmFormHeading,
.productenquiry input[src*='continue.gif'], 
.productenquiry input[src*='submit.gif'],
.productenquiry input[src*='apply_blk.gif'] {
	background-color: #920075;
}
.productenquiry input[src*='back.gif'],
.productenquiry input[src*='edit_blk.gif'],
.productenquiry input[src*='change.gif'] {
	border-color: #920075;
}

.travelmoney div.msmHeaderBorder,
.travelmoney div.msmFormHeading,
.travelmoney input[src*='continue.gif'], 
.travelmoney input[src*='submit.gif'],
.travelmoney input[src*='apply_blk.gif'] {
	background-color: #0076b5;
}
.travelmoney input[src*='back.gif'],
.travelmoney input[src*='edit_blk.gif'],
.travelmoney input[src*='change.gif'] {
	border-color: #0076b5;
}

.investments div.msmHeaderBorder,
.investments div.msmFormHeading,
.investments input[src*='continue.gif'], 
.investments input[src*='submit.gif'],
.investments input[src*='apply_blk.gif'] {
	background-color: #007f60;
}
.investments input[src*='back.gif'],
.investments input[src*='edit_blk.gif'],
.investments input[src*='change.gif'] {
	border-color: #007f60;
}

.cashisa div.msmHeaderBorder,
.cashisa div.msmFormHeading,
.cashisa input[src*='continue.gif'], 
.cashisa input[src*='submit.gif'],
.cashisa input[src*='apply_blk.gif'] {
	background-color: #007f60;
}
.cashisa input[src*='back.gif'],
.cashisa input[src*='edit_blk.gif'],
.cashisa input[src*='change.gif'] {
	border-color: #007f60;
}

.fixedratesavings div.msmHeaderBorder,
.fixedratesavings div.msmFormHeading,
.fixedratesavings input[src*='continue.gif'], 
.fixedratesavings input[src*='submit.gif'],
.fixedratesavings input[src*='apply_blk.gif'] {
	background-color: #007f60;
}
.fixedratesavings input[src*='back.gif'],
.fixedratesavings input[src*='edit_blk.gif'],
.fixedratesavings input[src*='change.gif'] {
	border-color: #007f60;
}

.isa div.msmHeaderBorder,
.isa div.msmFormHeading,
.isa input[src*='continue.gif'], 
.isa input[src*='submit.gif'],
.isa input[src*='apply_blk.gif'] {
	background-color: #007f60;
}
.isa input[src*='back.gif'],
.isa input[src*='edit_blk.gif'],
.isa input[src*='change.gif'] {
	border-color: #007f60;
}

.isatop-up div.msmHeaderBorder,
.isatop-up div.msmFormHeading,
.isatop-up input[src*='continue.gif'], 
.isatop-up input[src*='submit.gif'],
.isatop-up input[src*='apply_blk.gif'] {
	background-color: #007f60;
}
.isatop-up input[src*='back.gif'],
.isatop-up input[src*='edit_blk.gif'],
.isatop-up input[src*='change.gif'] {
	border-color: #007f60;
}

.cashisatop-up div.msmHeaderBorder,
.cashisatop-up div.msmFormHeading,
.cashisatop-up input[src*='continue.gif'], 
.cashisatop-up input[src*='submit.gif'],
.cashisatop-up input[src*='apply_blk.gif'] {
	background-color: #007f60;
}
.cashisatop-up input[src*='back.gif'],
.cashisatop-up input[src*='edit_blk.gif'],
.cashisatop-up input[src*='change.gif'] {
	border-color: #007f60;
}

.mspremiumclub div.msmHeaderBorder,
.mspremiumclub div.msmFormHeading,
.mspremiumclub input[src*='continue.gif'], 
.mspremiumclub input[src*='submit.gif'],
.mspremiumclub input[src*='apply_blk.gif'] {
	background-color: #005640;
}
.msclubrewards input[src*='back.gif'],
.msclubrewards input[src*='edit_blk.gif'],
.msclubrewards input[src*='change.gif'] {
	border-color: #005640;
}

.msclubrewards div.msmHeaderBorder,
.msclubrewards div.msmFormHeading,
.msclubrewards input[src*='continue.gif'], 
.msclubrewards input[src*='submit.gif'],
.msclubrewards input[src*='apply_blk.gif'] {
	background-color: #005640;
}
.mspremiumclub input[src*='back.gif'],
.mspremiumclub input[src*='edit_blk.gif'],
.mspremiumclub input[src*='change.gif'] {
	border-color: #005640;
}


.ctaButtonSecondary {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	background-color: #fff;
    height: 2rem;
    padding: 0rem 1.5rem;
    border: 0.063rem solid #000;
    width: initial;
}
.currentaccount .ctaButtonSecondary {
	border-color: #920075;
}

/*end themes*/

