.ac{
 text-align:center;
}
#containerIframe{
  margin:20px auto;
  width:480px;
}
#expressFormHolder{
  border:1px solid #dddddd;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  margin-bottom:15px;
}
#expressFormHolder h1{
  background:#7b7eab url(../images/expressForm-h1.png) repeat-x;
  color:#000;
  font:22px/44px Verdana,Geneva,sans-serif;
  height:44px;
  text-align:center;
  margin:0;
}
#customLogoExpress{
  text-align:center;
  margin-bottom:10px;
}
#expressForm{
  border:4px solid #f3f3f3;
  border-top:0;
  padding:5px 0 0 0;
}
#expressForm p{
  margin:5px 48px;
}
#expressForm .switchExpress{
  margin:0 10px 10px 0;
  text-align:right;
}
.switchExpress a{
  color:#2e2e31;
  font:12px/18px Verdana,Geneva,sans-serif;
  padding-left:20px;
  text-decoration:none;
}
.switchExpress a:hover,
.switchExpress a:focus{
  text-decoration:underline;
}
#en_EN{
  background:url(../images/expressSprite.png) 0 -246px no-repeat;
}
#fr_FR{
  background:url(../images/expressSprite.png) 0 -215px no-repeat;
}
#expressForm label, #expressForm #expressNotficiationLanguage{
  color:#2e2e31;
  font:13px/19px Verdana,Geneva,sans-serif;
  padding-left:2px;
}
#expressForm .inputText,
#expressForm .textarea{
  border-width:7px 7px 5px 7px;
  border:1px solid #dddddd\9;
  -moz-border-image:url(../images/input-text.png) 7 7 5 7 repeat;
  -webkit-border-image:url(../images/input-text.png) 7 7 5 7 repeat;
  -o-border-image:url(../images/input-text.png) 7 7 5 7 repeat;
  border-image:url(../images/input-text.png) 7 7 5 7 repeat;
  border-radius:2px;
  color:#000;
  font:16px Arial, Helvetica, sans-serif;
  width:362px;
}
#expressForm .inputText:focus,
#expressForm input.focus,
#expressForm .textarea:focus{
  border-width:7px 7px 5px 7px;
  border:1px solid #ADABAB\9;
  -moz-border-image:url(../images/input-text-hover.png) 7 7 5 7 repeat;
  -webkit-border-image:url(../images/input-text-hover.png) 7 7 5 7 repeat;
  -o-border-image:url(../images/input-text-hover.png) 7 7 5 7 repeat;
  border-image:url(../images/input-text-hover.png) 7 7 5 7 repeat;
  outline:0;
}
.checkBox label{
  display:inline-block;
  width:147px;
}
.notification{
  font:italic 12px/19px Verdana,Geneva,sans-serif;
}
#expressForm .buttons{
  margin-top:20px;
}
#fileInputUploader{
  cursor:pointer;
  float:left;
  width:153px;
  margin-right:6px;
}
#fileInputQueue{
  width:370px;
  margin:25px auto;
}
.error{
  color:#EF0000;
}
.ok{
  color:#00CA00;
}
#submitFiles, #expressLoader{
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  font:bold 14px Verdana,Geneva,sans-serif;
  height:32px;
  line-height:31px;
  margin-left:15px;
  text-transform:uppercase;
  vertical-align:top;
  width:200px;
  background:#7b7eab url(../images/expressSprite.png) 0 -116px no-repeat;
  border:0;
  color:#fff;
  cursor:pointer;
}
#submitFiles{
  background:#EEEEEE;
  color:#9E9E9E;
  border:1px solid #C5C5C6;
  cursor:default;
}
#submitFiles.enabled{
  background:#7b7eab url(../images/expressSprite.png) 0 -116px no-repeat;
  border:0;
  color:#fff;
  cursor:pointer;
}
#submitFiles.enabled:hover,
#submitFiles.enabled:focus{
  background:#7b7eab url(../images/expressSprite.png) 0 -167px no-repeat;
}
#expressLoader{
  display:inline-block;
  padding-left:25px;
  width:175px;
  cursor:default;
}
#expressLoader img{
  vertical-align:middle;
}
