@charset "utf-8";
/* CSS Document */
p {
	clear:both;
}
body {
	background-color: #eee;
	color: #404040;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
a {
	color: #036cb4;
}
a:visited {
 color: #3888d8;
}
div {
	box-sizing: border-box;
}
#LeftWrapper {
	float: left;
	width: 100%;
	background: #c3c3c3;
	background: -moz-linear-gradient(top, #ffffff, #c3c3c3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c3c3c3));
	background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(195, 195, 195) 100%);
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#c3c3c3');
	background-image: linear-gradient(180deg, rgb(255,255,255), rgb(195,195,195));
	border-right: 1px solid #ccc;
	position: static;
	right: 1px;
	box-sizing: border-box;
}
#LeftWrapper {
	float: left;
	width: 26%;
	background: #c3c3c3;
	background: -moz-linear-gradient(top, #ffffff, #c3c3c3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c3c3c3));

 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#c3c3c3');
	background-image: linear-gradient(180deg, rgb(255,255,255), rgb(195,195,195));
	border-right: 1px solid #ccc;
	position: static;
	right: 1px;
	display: block;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
#RightWrapper {
	float: right;
	display: inline-block;
	width: 74%;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.container-loginBox {
	background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 20px;
	margin-right: 12%;
	margin-bottom: 4%;
	margin-left: 12%;
	float: none;
	width: auto;
}
.logo {
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.logo img {
	width: 100%;
}
.NavBox {
	background-color: #036cb4;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 12px;
	padding-left: 12px;
	
}
.NavBox a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: auto;
	float: left;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	
}
.NavBox a:hover {
	background-color: #007CB9;
	
}
.NavBox a:visited {
	color:#FFF;
	
}
.title1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #036cb4;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 2px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.color-red {
	color: #900;
}
.color-green {
	color: #093;
}



.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  color:#F00;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.noteice1 {
	color: #8F8F8F;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B2B2B2;
	margin-top: 30px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-image: url(../images/warning-128.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	margin-bottom: 30px;
}
.horizLine1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036cb4;
	display: block;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.Currency1 {
	font-size: 36px;
	font-weight: bold;
	color: #999;
	text-transform: capitalize;
	margin-top: 10px;
	display: inline-block;
}
.logoBox5 {
	margin-right: 12%;
	margin-left: 12%;
}
