html,
#top-area{
  font-family: "verdana";
  font-size: 14px;
  color: #242527;
  text-align: justify;
}

/**
* Fonts
 **********************************************/
@font-face {
  font-family: 'AmazonEmberBold';
  src:  url('../front/font/WOFF2/AmazonEmberDisplay_W_Bd.woff2') format('woff2'),
        url('../front/font/WOFF/AmazonEmberDisplay_W_Bd.woff') format('woff');
}

@font-face {
  font-family: 'AmazonEmberHeavy';
  src:  url('../front/font/WOFF2/AmazonEmberDisplay_W_He.woff2') format('woff2'),
        url('../front/font/WOFF/AmazonEmberDisplay_W_He.woff') format('woff');
}

@font-face {
  font-family: 'AmazonEmberLight';
  src:  url('../front/font/WOFF2/AmazonEmberDisplay_W_Lt.woff2') format('woff2'),
        url('../front/font/WOFF/AmazonEmberDisplay_W_Lt.woff') format('woff');
}

@font-face {
  font-family: 'AmazonEmberMedium';
  src:  url('../front/font/WOFF2/AmazonEmberDisplay_W_Md.woff2') format('woff2'),
        url('../front/font/WOFF/AmazonEmberDisplay_W_Md.woff') format('woff');
}

@font-face {
  font-family: 'AmazonEmber';
  src:  url('../front/font/WOFF2/AmazonEmberDisplay_W_Rg.woff2') format('woff2'),
        url('../front/font/WOFF/AmazonEmberDisplay_W_Rg.woff') format('woff');
}

body.amazon,
body.psycleaws
{
    font-family: 'AmazonEmber', Fallback, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

div.column{
  width: 380px;
  float: left;
  margin-right: 0px;
}

div.checklist{
  width:715px;
}

body{
  width: 100%;
  text-align: center;
}

h1 {margin:0px 0px 15px; padding:10px 0px;}

form{
  display:block;
  margin:0px auto;
}

#login-area{overflow:hidden}

#login-area form{
  width: 340px;
}

label{
  width: 140px;
  display: block;
  float: left;
  color: #999;
  text-align: left;
  font-size: 8pt;
}

#holder{
  width: 1097px;
  margin: 0px auto;
  text-align: center;
}


ul.error{
  list-style-type: none;
  margin-bottom: 20px;
}

ul.error li{
  color: red!important;
  font-weight: bold;
}

input.setwidth{
  width: 190px;
  margin-bottom: 10px;
}

select.setwidth{
  width: 195px;
  margin-bottom: 10px;
}

.fullwidth{
  width: 100%;
  margin-bottom: 10px;
}


input#submitbutton{
  float: right;
}

span.required{
  color: red;
}

.input-error{
  border-color: red;
}

.checklist label{
  width: 175px;
  margin:5px 0px 0px;
}

.checklist label input{
  margin-right:5px;
}

label.fullwidth{
  width: 100%;
}

#twitter{
  background:#e4e4e4;
  padding:6px;
  border-bottom:1px solid #d4d4d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#register-area{
  margin-bottom: 30px;
  overflow:hidden;
}

#twitter_t {
   margin:0px 0px 0px !important;
   width:536px;
}

#twitter_m {
   width: 536px;
   background:#fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#twitter_container {
  min-height:45px;
  height:auto !important;
  height:40px;
}

#twitter_update_list {
  padding: 10px;
  overflow: hidden;
  font-family: Georgia;
  font-size: 14px;
  color: #31353d;
  line-height: 16px;
  font-weight:bold;
  margin:0px;
}

#twitter_update_list li {

  list-style: none;
  margin-bottom: 10px;
}

#twitter_update_list li span {
  font-size:12px !important;
  font-weight:normal;
}
#twitter_update_list li a {
    color: #5f6d76;
    border-bottom: dotted 1px;
  text-decoration: none;
  font-size:12px !important;
  font-weight:normal;
}

#twitter_update_list li a:hover {
  color: #31353d;
  background: #d3f1f9;
}

#twitter_t {
  color:#646464;
}

#twitter_t h1 {color:#646464; font-size:18px; margin:0px; padding:14px 0px 10px; text-transform:capitalize }


#twitter_b {
   width: 100%;
   height: 38px;
  background-image:url(/images/twitter-logo.png);
  background-position:right 8px;
  background-repeat:no-repeat;

}


#twitterfeed { float:left}

#top-area {overflow:hidden;}

.note { display: block; float: left; color: #999; text-align: left; font-size: 8pt; margin-top: 35px;}
.note a {color: #999; font-size: 8pt;}
.hidden {display:none;}

#top-area h1 {color:#646464; font-size:18px; font-weight:500; font-family:Helvetica; border:none; text-transform:capitalize; margin:0px; padding:0px 0px 10px;}
body.amazon #top-area h1 {
  font-family: 'AmazonEmber';
}

#login-bar {
  background: #777;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
/*  background-image:url(/images/login-bar-background.jpg);
  background-repeat:no-repeat; */
  width:1097px;
  height:36px;
}
#login-bar #login-box {float:right; padding-top:5px; padding-right:10px;}
#login-bar #login-box input {
    float:left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:2px 7px;
    margin:0px;
}
#login-bar #login-box label {
    float:left;
    text-align:center;
    font-size:12px;
    width:100px;
    color:#fff;
    text-transform:uppercase;
    padding-top:5px;
}

#login-bar #login-box #submitbutton {
    background:none;
    background-image:url(/images/submit-arrow.png);
    background-repeat: no-repeat;
    height:28px;
    border:none;
    background-position:center center;
    padding:0px 20px;
    cursor:pointer;
}

#login-bar #login-box #submitbutton:hover{
    background-image:url(/images/submit-arrow-hover.png);
}

#forgotpassword {text-align:right; margin-right:80px;}
#forgotpassword a {color:#2b2cef; text-decoration:none; font-size:11px}

#logincontainer {
  background-image: url(/images/login-background.png);
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 360px;
}

#logincontainer #twitter-register {}
#logincontainer #twitter-register #twitterbox {
    float:left;
    width:548px;
    padding:38px 0px;}
#logincontainer #twitter-register #register {float:left; width:548px; padding:150px 0px;}

.registernow {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid white;
  margin: 0px auto;
  width: 251px;
  display: block;
  height:36px;
  text-align:center;
  border:none;
  background: #777;
/*  background-image:url(/images/register-btn.png);
  background-repeat:no-repeat;*/
  color:#ffffff;
  font-size:12px;
  line-height:36px;
  cursor:pointer;


}

.registernow:hover {
  border: 1px solid #777;
  background: white;
  color: #777;
}

.logo {
  float:right;

}

.footerbar {
  border-top:2px solid #9a9a9a;

}

.links-con {
  float:right;

}

.link {margin-left:25px; text-align:center; float:left;}

.link  a { font-size:11px; color:#9a9a9a; text-decoration:none; }

#twitterbox
{
  text-align: left;
}