/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#nibm_wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	padding: 5px 0 0 0;
}
.headerleft {
	float: left;
}
.headerright {
	float: right;
	font-size: 12px;
	color: #4a4a4a;
	padding-top: 20px;
}
.clear {
	clear: both;
}
#container {
	border-bottom: 6px solid #144b84;
	padding: 10px 0px 0px 0px;
}
.maintitle {
	padding: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #144b84;
	font-weight: bold;
	font-size: 40px;color: #fff;
	text-align: center;
	margin-bottom: 3px;
}
.leftcontent {
	float: left;
	width: 350px;
}
.form-container {
	border: 2px solid #144b84;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.form-title {
	background: #144b84;
	padding: 20px 10px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.form-content {
	padding: 20px 10px;
	background: #f9fdff;	
}
.textfield {
	font-size: 14px;
	color: #000;
	padding-bottom: 4px;
}
.textfieldbox {
	padding-bottom: 18px;
}
.error-msg {
	display: block;
	font-size: 12px;
	color: #ff0000;
	text-align: right;
	padding: 2px;
}
.textfieldbtn {
	text-align: center;
}
.textbox {
	background: #ffffff;
	padding: 8px 4px;
	font-size: 13px;
	color: #333;
	border: 1px solid #abadb3;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}
.selectbox {
	background: #ffffff;
	padding: 8px 4px;
	font-size: 13px;
	color: #333;
	border: 1px solid #abadb3;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
}
.selectbox option {color: #333;}
.textarea {
	background: #ffffff;
	padding: 8px 4px;
	font-size: 13px;
	color: #333;
	border: 1px solid #abadb3;
	width: 96%;
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
}
.submit-btn {
	background: url(nibm-btn-strip1.jpg) repeat-x left top;
	color: #fff;
	padding: 6px 15px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	border: 0 none;
	border-radius: 5px;
	font-weight: bold;
	width: 100%;
	text-transform: uppercase;
}
.rightcontent {
	float: right;
	width: 630px;
}
.heading {
	padding: 5px;font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #fff;font-weight: bold;
	margin: 0;text-align: center;
}
.maintitle span
{
  display: block;
  font-size: 16px;
  padding-top: 5px;
}

.noshow { display:none; }
#footer {
	font-size: 14px;
	color: #4a4a4a;
	text-align: right;
	padding: 5px 0;
}


.success_page h2
{
	font-size: 35px;
	font-weight: bold;
	color: #34393E;
	padding-top: 20px;
	text-align: center;
}
.success_page-text1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #34393E;
	margin-bottom: 3px;
	
}
.success_page-text2 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #34393E;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.success_page-text3 {
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	color: #34393E;
	padding-top: 20px;
	padding-bottom: 20px;
}
