#loginMainBd {
	min-height: 40em;
	width: 98.1%;
	background: #ffffff;
	padding: 2em 1em 0 10px;
}
.loginContentLeft {
    border: solid 2px #fff;
    padding: 1em;
    width: 20%;
    position: relative;
    float: left;
background: rgb(191,191,191); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(84,84,84,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(100%,rgba(84,84,84,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(84,84,84,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(84,84,84,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(84,84,84,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(84,84,84,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#545454',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 4px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 4px rgba(50, 50, 50, 0.75);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left:10px;
}
.loginContentLeft .title8{
	color:#fff;
	text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}
.loginContentLeft .title8 img {
	margin-left:20px;
}
.loginContentLeft a.link1:link {
	color:#fff;
        font-weight:normal;
}
.loginContentLeft label {
    color:#242424;
}
.clientContent .contentLeft {
    width: 70%;
    border: solid 1px #cccccc;
    float: left;
    padding: 1em;
    background-color: #f2f2f2;
}

.clientContent .contentRight {
    width: 20%;
    border: solid 1px #cccccc;
    float: left;
    margin-left: 1em;
    padding-left: 1em;
    background-color: #f2f2f2;
}

.clientContent, .titlePart{
	overflow:hidden;
	clear:both;
}

.loginContentLeft hr {
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid #555555;
    margin: 1em 0;
}

.loginContentRight {
    float: left;
    padding-left: 1em;
    width: 70%
}

.loginSecurityLogo {
    position: absolute;
    top: 0.7em;
}

#loginContentInputArea {
    padding-top: 0.5em;
}

#loginContentInputArea label {
    display: block;
    padding-bottom: 0.5em;
}

#loginContentInputArea p {
    padding-bottom: 0.5em;
}

.loginIndexInputText {
    width: 16.2em;
    border:none;
}

.loginButtonArea {
    padding-top: 0.5em;
}

.loginLinkContent {
    display: block;
    margin-bottom: 0.5em;
}

div.contactUsSuccessMsg{
	width:auto;
	margin-bottom:1em;
}

.loginContinueButton{
	width:6em;
}

.titlePart h2 {
    border-bottom: 1px solid #BABABA;
    color: #464646;
    padding-bottom: 3px;
    width: 100%;
}
#contactUsClick {
float:right;
position:relative;
bottom:35px;
}
.loginContentRight .contactUsSuccessMsg .successMessage{
	margin-top:0em;
	padding:6px 0px 6px 28px;
}
#mpnLoginRightContent{
	background: #fff bottom right no-repeat;
}
