aside, header, article {
    display: block;
}
* {
  margin: 0;
  padding: 0;
}

html {
  background: #fbfbfb url("../Content/Images/bg-body.jpg") repeat-y 50% 0;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}

img {
  border: none;
}

a {
  outline: none;
  color: #4C4C4C;
}
/*a:visited {
  color: #4C4C4C;
}*/

hr {
  display: block;
  border: 0 none;
  clear: both;
  height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
}

fieldset {
  border: none;
}

input {
  outline: none;
}

.page {
  width: 942px;
  position: relative;
  margin: 0 auto;
}

/*@font-face {
  font-family: HelveticaBoldRegular;
  src: url("../Content/fonts/ufonts.com_helvetica-bold-webfont.eot");
  src: url("../fonts/ufonts.com_helvetica-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/ufonts.com_helvetica-bold-webfont.woff") format("woff"), url("../Content/fonts/ufonts.com_helvetica-bold-webfont.ttf") format("truetype"), url("../Content/fonts/ufonts.com_helvetica-bold-webfont.svg#HelveticaBoldRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd75Bold';
  src: url("../Content/fonts/helveticaneueltstd-bd-webfont.eot");
  src: url("../fonts/helveticaneueltstd-bd-webfont.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/helveticaneueltstd-bd-webfont.woff") format("woff"), url("../Content/fonts/helveticaneueltstd-bd-webfont.ttf") format("truetype"), url("../Content/fonts/helveticaneueltstd-bd-webfont.svg#HelveticaNeueLTStd75Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaRegular';
  src: url("../Content/fonts/helvetica-webfont.eot");
  src: url("../fonts/helvetica-webfont.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/helvetica-webfont.woff") format("woff"), url("../Content/fonts/helvetica-webfont.ttf") format("truetype"), url("../Content/fonts/helvetica-webfont.svg#HelveticaRegular") format("svg");
  font-weight: bold;
  font-style: normal;
}*/

.loginHeader 
{
    font-size: 1em;
    position: relative;
    margin-top: 20px;
    padding-bottom: 1px;
    font-family: sans-serif;
    font-weight: bold;
    color: #333333;
}
.loginHeader .right-part {
    float: right;
}

.loginSubHeader {
    font-size: .85em;
    position: relative;
    padding-bottom: 1px;
    font-family: sans-serif;
    color: #333333;
    font-weight: normal;
}
.loginSubHeader .right-part {
    float: right;
}

.header {
  position: relative;
  height: 113px;
  margin-top: 158px;
  margin-bottom: 25px;
}
.header .left-part {
  float: left;
  width: 281px;
  border-bottom: 1px solid #9d9d9e;
  padding-bottom: 20px;
}
.header .left-part img {
  width: 281px;
  height: 90px;
}
.header .right-part {
  float: right;
  width: 397px;
  padding-right: 163px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9d9d9e;
  margin-bottom: 20px;
}

h4
{
    font-family: HelveticaBoldRegular , sans-serif;

}

h5
{
    font-size: 0.9em;
    font-weight: normal !important;
}

h6
{

    font-weight: bold !important;
}
.header .right-part h2 {
  font-family: 'HelveticaBoldRegular', sans-serif;
  color: #333333;
  margin-bottom: 10px;
}

.icon-barlow,
.icon-tas {
  background: url("../Content/Images/sprite-icon.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.icon-barlow {
  display: block;
  width: 80px;
  height: 25px;
  background-position: 0 0;
  float: left;
  margin-right: 15px;
}

.icon-tas {
  display: block;
  width: 63px;
  height: 27px;
  background-position: -82px 0;
  float: left;
}

.content .left-part {
  float: left;
  width: 281px;
  text-align: right;
  text-transform: uppercase;
}

.content .sees {
  float: left;
  width: 281px;
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid #9d9d9e;
  margin-bottom: 25px;
}

.content .left-part h4 {
  width: 203px;
  float: right;
  font: 11px 'HelveticaBoldRegular', Arial, sans-serif;
  color: #404041;
  margin-bottom: 22px;
}
.content .right-part {
  width: 560px;
  float: right;
  font-family: 'HelveticaBRegular', Arial, sans-serif;
}
.content .right-part li {
  background: url("../Content/Images/sprite-icon.png") no-repeat -147px 4px;
  font-size: 11px;
  color: #333;
  padding-left: 20px;
  margin-bottom: 15px;
}

.button-question_comment {
  clear: both;
  display: block;
  float: right;
  width: 139px;
  height: 31px;
  padding-top: 6px;
  color: #fff;
  background: url("../Content/Images/sprite-icon.png") no-repeat 0 -30px;
  text-align: center;
  text-decoration: none;
  font: 10px 'HelveticaNeueLTStd75Bold';
  margin-bottom: 18px;
}
.button-question_comment:hover {
  background-position: 0 -68px;
}

#content article {
  /*padding-top: 20px;*/
  margin-top: -80px;
}
article ul li {
  background: url('../Content/Images/sprite.png') no-repeat -142px 3px;
  padding-left: 20px;
  margin: 5px 0 16px;
}
article p {
  margin: 15px 0;
  font-size: 12px;
  line-height: 14px;
}
article p:first-child {
  margin-top: 0;
}
article p.description {
  font-style: italic;
  font-size: 11px;
}
article .back {
  font-size: 12px;
}
article h2 {
  background: #e7e6e6;
  padding: 0 10px;
  font-weight: bold;
  font-size: 12px;
  color: #369;
  height: 26px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 23px 0 6px;
  border-style: solid;
  border-color: #9d9d9d;
  border-width: 1px 0;
}

.b-contracts li {
  background: none !important;
  position: relative !important;
  border-bottom: 1px solid #cecece !important;
  padding: 12px 100px 12px 0 !important;
  margin: 0 !important;
}
.b-contracts li h3 {
  font-size: 14px;
  line-height: 18px;
}
.b-contracts li p {
  font-style: italic;
  line-height: 14px;
  font-size: 11px;
  margin: 0 !important;
}
.b-contracts li a.go {
  position: absolute;
  font: normal 10px HelveticaNeueLTStd75Bold;
  text-transform: uppercase;
  top: 14px;
  right: 0;
}
.b-contracts + .description {
  margin-top: 35px;
}

.b-address {
  margin: 15px 0 29px;
  font-size: 14px;
}
.b-address b {
  display: block;
}
.b-address address {
  font-style: normal !important;
}

.button, .b-form .form-submit {
  background: url('../Content/Images/sprite.png') no-repeat 0 0;
  width: 137px;
  height: 30px;
  padding-top: 6px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  font: normal 10px/11px HelveticaNeueLTStd75Bold;
}
.button:hover, .b-form .form-submit:hover {
  background-position: 0 -38px;
}
.b-form {
  border-top: 1px solid #9d9d9e;
  margin-top: 25px;
  padding-top: 23px;
}
.b-form .form-item {
  margin-bottom: 18px;
}
.b-form .form-item label {
  display: block;
  color: #666;
  font-size: 12px;
  margin-bottom: 5px;
  cursor: default;
}
.b-form .form-item .form-text {
  background: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  width: 307px;
  height: 15px;
  padding: 6px;
}
.b-form .form-submit {
  background-position: 0 -78px;
  width: 115px;
  height: 35px;
  border: none;
  padding-top: 0;
  margin-top: 29px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
.b-form .form-submit:hover {
  background-position: 0 -116px;
}

.errorMessage {
    color: Red;
}
