
* {
  margin: 0;
  padding: 0; }
  
body {
  width: 100%;
  height: 100%;
  color: #333;
  font: 10px verdana;
  line-height: 15px; }
  
ul {
  list-style: none; }
  
p {
  margin: 0 0 8px 0; }
  
.loginCont {
  width: 440px;
  margin: 100px auto 0 auto; }
  
.logo {
  width: 420px;
  margin: 0 0 10px 0;
  padding: 0 10px 0 10px;
  clear: both; }
  
.customerLogin {
  width: 200px;
  margin: 0 0 0 10px;
  float: left; }
  
.forgotPassword {
  width: 200px;
  margin: 0 10px 0 0;
  float: right; }
  
.messages {
  width: 426px;
  margin: 0 0 15px 0;
  padding: 5px;
  clear: both;
  border: solid 2px #ebebeb; }
  
.footer {
	margin: 0 auto;
  width: 440px;
  clear: both; }
  
.note {
  padding: 7px;
  background: #007ea8;
  color: #fff;
  font: 10px verdana;
  font-weight: bold; }
  
.error {
  padding: 7px;
  background: #ff0000;
  color: #fff;
  font: 10px verdana;
  font-weight: bold; }
  
.success {
  padding: 7px;
  background: #40b340;
  color: #fff;
  font: 10px verdana;
  font-weight: bold; }
  
.top {
  margin: 0 0 20px 0; }
  
.bottom {
  padding: 20px 0 0 0;
  border-top: solid 2px #ebebeb;
  color: #999;
  text-align: center; }

.subBlock-1 {
  padding: 5px;
  background: #ebebeb;
  line-height: 12px; }
  
.subBlock-2 {
  padding: 8px 5px 8px 5px;
  background: #fff;
  border-bottom: dashed 1px #bbb;
  line-height: 12px; }

.specialLink {
  width: 70px;
  margin: 0 0 10px 4px;
  padding: 5px 7px 5px 7px;
  background: #ebebeb;
  border-top: solid 1px #ccc;
  text-align: center; }
  
.columnLabel-1 {
  height: 20px;
  margin: 0 0 8px 0;
  border-bottom: solid 5px #ccc; }
  
.textField-2 {
  width: 142px;
  padding: 2px 3px 2px 3px;
  border: solid 1px #829db8;
  color: #333;
  font: 12px arial; }

a:link {
  color: #007ea8;
  font-weight: bold; }
  
a:visited {
  color: #007ea8;
  font-weight: bold; }
  
a:hover {
  color: #ccc;
  font-weight: bold; }
  
a:active {
  color: #007ea8;
  font-weight: bold; }

.specialLink a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none; }
  
.specialLink a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none; }
  
.specialLink a:hover {
  color: #004a62;
  font-weight: bold;
  text-decoration: none; }
  
.specialLink a:active {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.bottom a:link {
  color: #999;
  font-weight: normal; }
  
.bottom a:visited {
  color: #999;
  font-weight: normal; }
  
.bottom a:hover {
  color: #333;
  font-weight: normal; }
  
.bottom a:active {
  color: #999;
  font-weight: normal; }
  
  
  .newSharp-Container {
	overflow: auto;
	width: 580px
}
.newSharp-Container a {
	color: #007EA8;
	font-weight: bold
}
.newSharp-Container a:hover {
	color: #ccc
}
.newSharp-Container .mb10 {
	margin-bottom: 10px
}
.newSharp-Heading {
	font-family: 'myriad pro',arial,sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase
}
.newSharp-Heading .red {
	color: #F80808
}
.newSharp-Image {
	float: left;
	width: 300px
}
.newSharp-Description {
	float: left;
	font-size: 14px;
	line-height: 1.5;
	margin: 5px 20px 0 0;
	width: 260px
}