div.mcontainter {
	position: relative;
	width: 760px;
}

div.core {
	padding-bottom: 20px;
}

div.fip { margin-bottom: 10px; }

div.msgarea {
	height: 0;
	min-height: 0;
	}
div.headcontainer {
	background: url(../images/wp-pa/msg_bg.jpg) 0 0 no-repeat #021132;
	height: 14.2em;
	position: relative;
}
div.headtitleLft, div.headtitleRgt {
	color: #fff;
	float: none;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.3;
	padding: 0;
	position: absolute;
	top: 67px;
}
div.headtitleLft {
	left: 85px;
	text-align: right;
	width: 180px;
}
div.headtitleRgt {
	left: 320px;
	width: 115px;
}

div.buttons { margin-top: 10px; }

div.wm { margin-top: 30px; }

div#inlft, div#inrgt { padding-bottom: 0; }

div.imptext a, div.imptext a:visited { background-color: transparent; }


/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
