/**** GREDI PERUSPALVELU ******/

/*** KIRJAUTUMISSIVU ***/

table#loginWrapper {
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    background-color: #f7f7f7;
}
#loginTable {
    width: 600px;
}
#loginHeader {
    height: 75px;
}

table#loginTable h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 0;
}
table#loginTable div#loginText2 p.teksti {
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0;
}

#loginInformation2 {
    background-color: #ffffff;
    color: #000000;
    height: 250px;
    padding: 0 40px;
    vertical-align: top;
}
#loginInformation2 table {
    margin: 0;
    padding: 0;
}
table#loginTable #loginInformation2 td.right {
    text-align: left;
}

strong#lblUsername, strong#lblPassword {
    font-size: 14px;
    font-weight: normal;
}
#loginInformation2 input[id="login"] {
}
#loginInformation2 input[type="submit"] {
    background-color: #169fdb;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    height: 28px;
    width: 100px;
}
#loginInformation2 #login, #loginInformation2 #password {
     width: 125px;
}

td#headerCell2.center, td#headerCell2.right {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
td#headerCell2.center a, td#headerCell2.right a {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}
td#headerCell2.right a {
  padding-right: 30px;
}
td#headerCell1 a {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    padding-left: 80px;
    position: relative;
    text-decoration: none;
}

#forgottenPassword {
    height: 30px;
    vertical-align: top;
}
#forgottenPassword a {
    color: #169fdb;
    font-size: 14px;
    text-decoration: underline;
}

#langHeader > strong {
    font-size: 14px;
    font-weight: normal;
}
td#loginInformation2 select#lang {
    background-color: #ddd;
    border: 0 none;
    float: right;
    font-size: 14px;
    height: 28px;
    margin-right: 122px;
    width: 140px;
}

#loginFooter {
    background-color: #45a12b;
    height: 40px;
}

/*** Unohtuiko salasana -lomake ***/

table#loginTable td.logo {
    background: url("http://gredi.materialbank.net/NiboWEB/GreDi/getFile.do?cart=true&ticket=431293&cartUuid=6520405&uuid=6520527&type=original") no-repeat scroll left top #ffffff;
    border: 0 none;
    margin: 20px auto;
    padding: 80px 0 0;
    width: 610px;
}
table#loginTable td.logo > img {
    display: none;
}

/*** Rekisterointilomake ***/

.emailFormWrapper {
    background-color: #eee;
}
div.emailFormFrame {
    background: url("http://gredi.materialbank.net/NiboWEB/GreDi/getFile.do?cart=true&ticket=431293&cartUuid=6520405&uuid=6520527&type=original") no-repeat scroll center top #ffffff;
    border: 0 none;
    margin: 20px auto;
    padding: 80px 0 0;
    width: 610px;
}
div.emailFormFrame form {
    padding: 20px;
}
div.emailFormFrame table#fields th {
    border: medium hidden;
    font-weight: normal;
}
div.emailFormFrame table#fields td input[type="text"] {
    width: 312px;
}
div.emailFormFrame table#fields td textarea {
    height: 48px;
    width: 312px;
}
div.emailFormFrame h1#title {
    border: medium none;
    font-family: Rokkit;
    font-size: 24px;
}

/************** ETUSIVU ********************/

/*
body#frontpage {
    height: auto;
}
*/

/* START: GUI3 changes */

#search-wrapper {
    height: 37px;
    right: 40px;
    width: 335px;
}
#search-wrapper-content input {
background-color:white;
}
#frontpage #search-wrapper {
    top: 20px !important;
}
#msg_info_line { /* HIde until this is ok */
  display:none !important;
}

/*** Custom fonts
@font-face {
    font-family: Rokkit;
    src:  url(/NiboWEB/css/fonts/Rokkitt/Rokkitt-Regular.ttf);
}
@font-face {
    font-family: Rokkit;
    src:  url(/NiboWEB/css/fonts/Rokkit/Rokkitt-Bold.ttf);
    font-weight: bold;
} ***/

/* List files table */
#content table.list th.header a {
  background-color: transparent;
}
#content table.list img {
  vertical-align: middle !important;
}
#frontpage .link-text, #frontpage #main-content .box-content h2 {
    color: black;
    font-family: Arial,Helvetica,sans-serif !important;
}

/* Frontpage: Show Gredi link in bottom */
#frontpage #bottom-bar #bottom-link-2 {
display:block !important;
}

/* Breadcrumbs fix */
select#path_2_0 {
display:none;
}
#extBreadCrumbs {
    margin-left: 22px;
    padding-top: 3px;
}
#extBreadCrumbs a {
    color: #000000;
}


/* START: TOP BAR */
#frontpage #top-bar, #frontpage #video-area, #frontpage video {
        background-color: #45A12B !important;
}
#frontpage #video-area {
        position: relative;
        overflow:hidden;
}
#frontpage #video {
    z-index: 0;
        position:absolute;
        width:100%; /*
        height: 100%; */
        background: transparent;
}
#frontpage #logo {
        position: absolute;
        left: 30px;
        top: 30px;
        z-index: 5;
}

/* OVERRIDE: SEARCH BOX */
#search-wrapper {
    top: 10px !important;
}

/* START: CONTENT AREA */
#frontpage #main-content {
/*      margin-top: 15px; */
        display: table;
        table-layout: fixed;
}
#frontpage #main-content .box {
        display: table-cell;
        text-align: left;
}
#frontpage #main-content .box-content {
        background-color: #ddd;
        padding: 20px;
        line-height: 23px;
        margin: 10px;
        height: 185px;
        position: relative;
        overflow: hidden;
}
#frontpage #main-content .box-content h2 {
        font-size: 14px;
        font-weight: normal;
        margin: 0px;
        margin-bottom: 10px;
}
#frontpage #main-content .box-content ul {
        list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
}
#frontpage #main-content .box-content ul li {
background-image: url(../../img/gui3/bullet.png);
   background-position: 0 6px;
   background-repeat: no-repeat;
   padding-left: 14px;
}
#frontpage #main-content .box-content .bottom-link {
        position: absolute;
        bottom: 10px;
}
#frontpage #main-content .box-content .bottom-link a {
        color: #169fdb;
        text-decoration: underline !important;
}
/* Override frontpageElement stuff */
#frontpage #main-content .box-content ul.baskets  {
        list-style-image: none !important;
        margin-left: 0px !important;
}
#frontpage #main-content .box-content a {
        padding-left: 0px !important;
        background-image: none !important;
        word-wrap: normal;
}
#frontpage #main-content .box-content a img {
        display: none;
}
#frontpage #main-content .box-content .fpDate {
        display: none;
}
/* END: CONTENT AREA */

/* START: QUICK LINKS */
#frontpage #quick-links {
        position:relative;
        text-align: center;
        height:0px;
        margin-top:0px;
        margin-bottom: 15px;
      /*  margin-top: -50px; Offset on top of video */
      /*    height: 130px; Height of icons + texts area */
}
#frontpage #quick-links-wrapper {
        display: inline-block;
        margin-top:-50px;
}
#frontpage .quick-link {
        display:inline-block;
        position: relative;
        vertical-align: bottom;

        width: 110px; /* Spacing between icons */
        height: 90px; /* Must be same as icon small height */
}
#frontpage .link-text {
    font-size: 14px;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 97%;
}
/* For link icons to work in IE, make sure width,height and viewBox
attributes are set properly in the <svg> tag. Example:
<svg
   ...
   width="90"
   height="90"
   viewBox="0 0 90 90"
   ...
*/
#frontpage .link-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px; /* Icon small width */
    height: 90px; /* Icon small height */
    margin-left: -45px; /* Icon small width/2 */
    margin-top: -45px; /* Icon small height/2 */
    z-index: 5;

    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#frontpage .link-icon:hover {
    width: 130px; /* Icon large width */
    height: 130px; /* Icon large height */
    margin-left: -65px; /* Icon large width/2 */
    margin-top: -65px; /* Icon large height/2 */
}
#frontpage .icon {
    width:100%;
    height:100%;
}
/* END: QUICK LINKS */

#frontpage div#bodybox div#gui3frontpageContent {
    padding-top: 20px;
}
#frontpage #main-content-layout-3x1,
#frontpage #main-content-layout-2x2,
#frontpage #main-content-layout-3x2,
#frontpage #main-content-layout-3x3,
#frontpage #main-content-layout-4x4 {
/*      margin-top: 15px; */
        display: table;
        table-layout: fixed;
}
#frontpage #main-content-layout-3x1 .box-content a,
#frontpage #main-content-layout-2x2 .box-content a,
#frontpage #main-content-layout-3x2 .box-content a,
#frontpage #main-content-layout-3x3 .box-content a,
#frontpage #main-content-layout-4x4 .box-content a {
    background-image: none !important;
    padding-left: 0 !important;
    word-wrap: normal;
    color:black;
}
#frontpage .content-area {
    margin: auto;
    min-width: 900px;
    width: 900px;
}
#frontpage #main-content-layout-3x1 .box-content h2,
#frontpage #main-content-layout-2x2 .box-content h2,
#frontpage #main-content-layout-3x2 .box-content h2,
#frontpage #main-content-layout-3x3 .box-content h2,
#frontpage #main-content-layout-4x4 .box-content h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px;
}



/* START: BOTTOM */
#frontpage #bottom-bar {
        margin-top: 10px;
        height: 40px;
        background-color: #43474a;
        /* display:block; */
    display: none;
}
#frontpage #bottom-bar .bottom-link-box {
        float: right;
        padding-top: 12px;
        padding-left: 50px;
        padding-right: 10px;
}
#frontpage #bottom-bar .bottom-link-box a {
        color: #ffffff;
}
#frontpage #bottom-bar .bottom-link-box a:hover{
        text-decoration: underline;
}

#frontpage #bottom-bar #bottom-link-2 {
        display:none;
}
/* END: BOTTOM BAR */



/* END: GUI3 changes */


/* publicCart fix */

table#publicCart {
width:100%;
}


/* LINKKIV�RI VJ*/
/* a { color: #169fdb; } */
/* a { color: #002839; } */
a { color: #208fb5; }

/* VASEMMAN REUNAN "PIILOTA TY�KALUT" PALKIN TAUSTAV�RI VJ */
td#toggle  { background-color: #0064a5; }

/* VASEMMAN REUNAN NAPIN TAUSTA L�PIN�KYV�KSI VJ */
td#toggle a { background-color: transparent; }

/* VAAKANAVIGOINNIN LINKKIV�RI VJ */
#horizontalNavi a { color: #FFFFFF;
/*                            background-color: #0064a5; */
                            font-family: arial;
                            /* font-variant: small-caps; */
                            font-size: 12px; }

/* VAAKANAVIGOINNIN LINKKIV�RI VJ */
#horizontalNavi { background-color: #0064a5; }


/* VAAKANAVIN "TYHJ� TILA" */
/*
#HorizontalNavi td table tr { background-color: #0070b2; }
*/

/* SARAKEOTSIKOIDEN LINKKIV�RI */

/* VASEMMAN REUNAN TEKSTI VJ */

#navi {
  color: #0070b2; }

/* POISSA K�YT�ST� OLEVA ELEMENTTI */

.disabled, .disabled a {
  color: #999999; }

/* VAAKAEROTIN */

hr {
  color: #E0E0E0; background-color: #E0E0E0; }

/* KORIKANSION-RIVIN TEKSTI JA LINKKI */

.basketFolder  {
  color: #FFFFFF; }

/* POPUP-TABIEN TEKSTI */

.tabs td a  {
  color: #FFFFFF; }

/* VASEMMAN REUNAN NAVIGOINNIN LINKIT */

#navi ul li a {
  color: #004b8a; }

/* VASEMMAN REUNAN HAE-PAINIKKEEN TEKSTI */

#navi form button {
  color: #FFFFFF; }

/* VIRHEILMOITUKSET */

.error {
  color: #FF0000; }

/***********************************/
/*           TAUSTAV�RIT           */
/***********************************/

/* KORIKANSIO-RIVI */

.basketFolder {
  background-color: #666666; }

/* ??? */

.tabs td.nolink {
  background-color: #666666; }

/* HAKU-PAINIKKEEN V�RI */

#navi form button {
  background-color: #767676; }

.basketFolder .arrow a:hover {
  background-color: #999999; }

/* POPUP-TABIT (EI-VALITTU) */

.tabs td {
  background-color: #999999; }

/* POPUP-TABIEN (EI-VALITTU) HOVER */

.tabs td a:hover {
  background-color: #A5A5A5; }

/* VAAKANAVIN LINKIN HOVER VJ */

#horizontalNavi a:hover { color: #FFFFFF;
                                     background-color: #3989cd; }

/* VAAKANAVIN VALITTU LINKKI JA VALITUN LINKIN HOVER */

#horizontalNavi a.selected, #horizontalNavi a.selected:hover {
  background-color: #B4B4B4 }

/* VASEMMAN REUNAN LINKKIEN JA HAKUBOXIN TAUSTAV�RI */

#navi ul li a, #navi form  {
  background-color: #d9d9d9; }

/* VASEMMAN REUNAN LINKKIEN HOVER */

#navi ul li a:hover {
  background-color: #0064a5;
        color: #FFFFFF; }

/* VASEMMAN REUNAN HALLINNOINTILINKKIEN TAUSTAV�RI */

#navi ul.hallinta a {
  background-color: #ededed;
       color: #2b4455; }

/* VASEMMAN REUNAN HALLINNOINTILINKKIEN TAUSTAV�RI HOVER */

#navi ul.hallinta a:hover {
  background-color: #ededed;
        color: #ff0000;
 }

/* PERUSLOMAKKEEN V�LIOTSIKON TAUSTAV�RI */

table.commonform tr.headerRow td, #content #contentHeader {
  background-color: #D5D5D5; }

/* VAAKANAVIN TAUSTAV�RI VJ */

/* #horizontalNavi { */
/*  background-color: #E0E0E0; } */

/* VASEMMAN REUNAN TAUSTAV�RI (Huom. T�h�n vaikuttaa my�s taustakuva!) */

#navi {
  background-color: #ededed; }


/* ETUSIVUN OTSIKKOPALKIT VJ EI SELITETT� */
table.index #element1 h2, table.index #element2 h2, table.index #element3 h2, table.index #element4 h2, table.index #element5 h2, table.index #element6 h2 {
    color: #FFFFFF;
    height: 25px;
    margin-bottom: 10px;
    padding: 10px 0 0 10px;
    font-size: 14px;
    border-radius: 8px 8px 8px 8px;
}

table.index #element1 h2, table.index #element4 h2 {
    background-color: #69BE28;
}
table.index #element2 h2, table.index #element5 h2 {
    background-color: #A90061;
}
table.index #element3 h2, table.index #element6 h2 {
    background-color: #E98300;
}
table.index #element5 p {
    margin-left: 15px;
}
#element5 div#somelogot {
    padding-left: 15px;
}

/* KANSION / KORIN KUVAUKSEN TAUSTAV�RI */

p.description {
  background-color: #F0F0F0; }

/* PERUSLOMAKKEEN OTSIKKOSARAKKEEN TAUSTAV�RI */

table.commonform th {
  background-color: #F0F0F0; }

/* LYHYEN N�KYM�N TAUSTAV�RI */

table.details,
  background-color: #F0F0F0; }

/* */

.commonformArea,
.basketItems th,
div#contentHeader a.up:hover,
.dynAineisto .entry,
#picture,
#language,
#form,
.customize td  {
    background-color: #F0F0F0; }

/* YL�ALUE VJ */

div#logoArea {
    background-color: transparent;
    text-align: left;
 }

div#logoArea img { height: auto }

/*
#frontpage div#logoArea {
    margin-bottom:100px;
 }
*/

/* MURUPOLKU VJ */

#path * {
  background-color: #FFFFFF;
        height: auto;
        color: #000000; }

/* POPUP-SIS�LT�ALUE */

#content.popup {
  background-color: #FFFFFF }

/* VALITTU TABI / POPUPIT */

.tabs td.selected {
  background-color: #FFFFFF }

/* AINEISTO-TYYPIN TAUSTAV�RI */

tr.aineisto td, td.aineisto {
  background-color: #FFF1D1; }

/* YKSITYINEN KORI */

tr.private td. td.private {
  background-color: #ECF0F9; }

/* DEMOK�YTT�J� */

tr.demo td, td.demo {
  background-color: #ECF0F9; }

/* ULKOINEN K�YTT�J� */

tr.external td, td.external {
  background-color: #E4EFE2; }

/* SUODATUKSEN TAUSTAV�RI */

.suodatus {
  background-color: #FFF6CC; }

/* KUVAKKEET-N�KYM�SS� AINEISTON YL�PALKIN TAUSTAV�RI */

.thumbNails table .entryHeader {
  background-color: #E0E0E0; }

/* KUVAKKEET-N�KYM�SS� AINEISTON YL�PALKIN TAUSTAV�RI KUN AINEISTO KORISSA */

.thumbNails .inBasket .entryHeader {
  background-color: #ffe0a0; }

/* J�RJESTELM�VIESTIN TAUSTAV�RI */

#message {
  background-color: #FFFEBF;
}

/***********************************/
/*           REUNUKSET             */
/***********************************/

#toolbar td.basket, p.instructions, div.filter, .basketSelect, table.layout td   {
  border: 1px solid #E0E0E0;
}

/* YL�PALKIN ALAVIIVA (=Toolbarin yl�viiva) */

#newheader {
  border-bottom: 1px solid #E0E0E0; }

/* P��OTSIKON ALAVIIVA */

h1 {
    border-bottom: 1px solid #E0E0E0; }

/* VASEMMAN REUNAN NAVIGOINNIN LIKKIEN V�LISS� OLEVA V�LI */

#navi ul li a {
    border-bottom: 1px solid #EdEdEd;}

/* PERUSLOMAKKEEN V�LIVIIVA */

table.commonform td {
    border-bottom: 1px solid #E0E0E0; }

table.details table td, #language {
  border-top: 1px solid #E0E0E0;
}

/*  */

.customize td {
  border: 1px solid #D5D5D5;
}

/* AINEISTO-TYYPIN TAUSTAV�RI */

tr.aineisto.row td {
  border-top: 1px solid #FFE5A1;
}

/* VAAKANAVIN ELEMENTTIEN V�LISS� OLEVA VIIVA VJ */
#horizontalNavi td td { border-left: 0px solid #C0C0C0;
                                 border-bottom: 1px solid #0064a5;
                                 border-right: 1px solid #0064a5; }

/* J�RJESTELM�VIESTIN ��RIVIIVAT */

#message {
  border: 1px solid #E9E781; }

/* MARGINAALI LYHYEN N�KYM�N AINEISTOJEN V�LISS� (=taustav�ri) */

table.details th {
  border-top: 10px solid #FFFFFF; }

/* PERUSLOMAKKEEN ALOITUSVIIVA */

table.commonform.line {
  border-top: 8px solid #CCCCCC; }

/* PERUSLOMAKKEEN V�LIOTSIKON YL�PUOLELLE J�TETT�V� TYHJ� TILA (=taustav�ri) */

table.commonform tr.headerRow td {
  border-top: 20px solid #FFFFFF; }

/* KANSION / KORIN KUVAUS */

p.description {
  border: 1px solid #D5D5D5; }

/* POPUP-TABIT (EI-VALITUT) */

.tabs td {
  border-right: 4px solid #666666;
  border-top: 10px solid #666666;  }

/* KUVAKKEET-N�KYM�N KUVAKKEIDEN ��RIVIIVAT */

.thumbNails table {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}


/***********************************/
/*            FONTIT               */
/***********************************/


html, body, textarea {
  font: 13px Arial, Helvetica, sans-serif;
}

/* Linkkiteksti */

a {
font-size:10pt;
}

h1 {
  font-weight: normal;
  font-size: 22px;
}

h4 {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 4px;
}

/**Pystynavigointi */

#navi {
  font: 12px arial, helvetica, sans-serif;
}

/* Pystynavigoinnin linkit */

#navi ul li a {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

/* Hakuboksin hae-painike */

#navi form button {
  font: bold 11px Arial, Helvetica, sans-serif;
       color: #0070b2;
}

/* Hakukentt� */

#navi form input {
  font-size: 12px;
}


/* Painikkeiden teksti */
button {
  font: 14px Arial, Helvetica, sans-serif;
  text-decoration: none;
}

table.basketItems {
  font-size: 12px;
}
.basketItems td.empty {
  font-size: 0px;
}


/******** DYNAMIC MATERIAL ********/

/* HTML TAGS */
table.dynMaterial {
  background-color: #F0F0F0;
}
table.dynMaterialTitle {
  background-color: #E0E0E0;
  border-bottom: 1px solid #999999;
  width:100%;
}
table.dynMaterialTitle * {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}
table.dynMaterial td {
  font-family: Arial;
  font-weight: normal;
  font-size: 9pt;
  color: #000000;
  vertical-align:top;
}
table.dynElemenlist * {
  font-family: Arial;
  font-weight: normal;
  font-size: 9pt;
}

/* FORM ELEMENTS */
.dynTF {
  width:80px;
  height:20px;
}

.dynDrop {
  width:100px;
}

/* MISC */
.dynOrigo * {
  font-size:9px;
  width:9px;
  height:9px;
  line-height:9px;
  margin:0px;
  padding:0px;
}

.dynWrapper {
  margin-bottom:5px;
}

.colPreview {
  display:inline;
  height:18px;
  font-size:18px;
  line-height:18px;
  border: 1px solid #000000;
}

.dynButtonOn {
  background-color:#FFFFFF;
  background-image:none;
}

.dynButtonOff {
  background-image:url(../img/button_bg.png);
}

.dynPDFPreviewBg {
  background-color: #F0F0F0;
}

.dynBtmLine {
  height:1px;
  width:100%;
  background-color: #CCCCCC;
  background-repeat:repeat-x;
  margin:0px;
  padding:0px;
  font-size:0px;
  line-height:0px;
}

.dynRowTitle {
  margin-left: 10px;
  font-weight: bold;
}

/* Korin hakemistojen indentointi */

tr.indented td.indentColumn {
  background-color: #FFFFFF;
  background-image:url('../img/indentedColumn.gif');
  background-repeat:no-repeat;
}

tr.indentedLast td.indentColumn {
  background-color: #FFFFFF;
  background-image:url('../img/indentedLast.gif');
  background-repeat:no-repeat;
}

#footerTable {
height: 30px;
}

body#frontpage table#newheader {
display: none;
}

/* GUI 2 ALAPALKIN SISÄLTÖ */

#bottomArea {
background:url("getFile.do?downloadDialog=false&uuid=2334204&type=original") no-repeat scroll right top #ffffff;
        margin-right:20px;
        margin-left: 12px;
        height: 40px;
}

table#footerTable td#headerCell1 {
width:33%;
}
table#footerTable td#headerCell2 {
width:33%;
}

p#materialID {
display:none;
}

#pageHelp {
display:none;
}

#commentApprove {
display:none;
}

#commentDisapprove {
display:none;
}

#commentDisapproveAlt {
display:block;
}

#publicCart #watermark {
display:none;
}

#langBr {
display:none;
}

#messageBarPanel {
display:none;
}
#indesignParameters{
display:none;}


#simpleSearch {
  display: none;
}

#extTopbarSearchContent {
  display: inline-block;
}

/*** Rekisterointilomake ***/

.emailFormWrapper {
	background-color: #fff;
}
div.emailFormFrame {  /* logopalkin linkitys julkisesta korista */
	background: url("xxx") no-repeat scroll left top #ffffff;   
	border: 1px solid #005496;
	margin: 30px auto;
	padding: 120px 0 10px 0;
	width: 650px;
}
div.emailFormFrame table#fields #explain {
	text-align: left;
	margin: 0;
}
div.emailFormFrame a {
    padding-left: 2px;
    color: #005496;
}
div.emailFormFrame #lang {
    width: 140px;
    background-color: #ffffff;
    border: 0px;
    font-size: 13px;
    font-family: NeoSans, arial;
    border: 1px solid #aaa;
    padding: 0;
}
div.emailFormFrame #langSelect {
    width: 300px;
    float: right;
}
div.emailFormFrame #langSelect strong {
    font-weight: normal;
    margin-left: 60px;
}
div.emailFormFrame h1#title {
   font-family: Arial, Helvetica, sans-serif !important;
    padding-left: 2px;
    margin: 25px 0;
}
div.emailFormFrame #introtext {
    padding-left: 2px;
}
div.emailFormFrame form button.gui3 {
    background-color: #005496;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    height: 28px;
    width: 110px;
    border-radius: 0;
}
div.emailFormFrame table#fields th {
    text-align: left;
}
div.emailFormFrame table#fields td input[type="text"] {
    width: 320px;
}
.visualCaptcha-accessibility-wrapper.visualCaptcha-hide {    
	display: none;
}
.emailFormWrapper .emailFormFrame form table#fields .visualCaptcha-possibilities div.img img {
    border: 0;
}
.emailFormWrapper .emailFormFrame form table#fields .visualCaptcha-refresh-button a img {
    border: 0;
}

/* Default settings for public basket */
#cartPublicContentHeader {
width:98%;
height:104px;
position:absolute;
overflow:hidden;
}

#cartPublicContent {
overflow:auto;
position:absolute;
width:100%;
top:200px;
height:80%;
}

/* hide crop button by default */
.file-crop-button {
    display: none;
}
