@charset "utf-8";
@import url("jquery.fancybox.css");

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/*
* Margins
*/
ul, ol, dl, table, address, pre, fieldset { margin: 0 0 1.25em 0; }
hr { margin: 1.25em 0 2.375em 0; height: .125em; }
p{ padding: 0 0 1.25em 0; W}

/*
* Images
*/
img { vertical-align: middle; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/*
* Hyperlinks
*/
a, a:active, a:visited { color: #faba03; text-decoration: none; overflow: hidden; outline: none; }
a:hover{ text-decoration: underline; color: #fff; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

/*
* Text Selection
*/
::-moz-selection { background: #1684ae; color:#fff; text-shadow: none; }
::selection { background:#1684ae; color:#fff; text-shadow: none; }

/*
* General Document Settings
*/
html { overflow-y: scroll; height:100%; }
body { font: 1em/1.25em sans-serif; }


@font-face {
    font-family: 'AldoSemiBold';
    src: url('aldo_pc-webfont.eot');
    src: url('aldo_pc-webfont.eot?#iefix') format('embedded-opentype'),
         url('aldo_pc-webfont.woff') format('woff'),
         url('aldo_pc-webfont.ttf') format('truetype'),
         url('aldo_pc-webfont.svg#AldoSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
* Headings
*/
h1, h2, h3, h4, h5, h6 {  line-height: 1em; padding: 1em 0; color:#feb811;   font-family: 'AldoSemiBold'; }
h1 { font-size:23px; line-height: 1.25em; padding: 0 0 .625em 0;  }
h2 { font-size: 17px;line-height: 1.4285em; padding: .7142em 0; color:#fff;}
h3 { font-size: 1.5em; padding: .833em 0; line-height: 1.2em; color:#fff;}
h4 { font-size: 1.25em; }
h5 { font-size: 1.125em; padding: 1.1111em 0; line-height: 1.1111em; }

/*
* Lists
*/
ul { margin-left: 2.2em; }
ul > li { list-style: disc; }
ol { margin-left: 2.2em; }
ol > li { list-style-type: decimal; }
ol > li ol > li { list-style-type: lower-alpha; }
ol > li ol > li ol > li { list-style-type: upper-roman; }
li ul, li ol { margin-top: 0; margin-bottom: 0; }

/*
* Definition List
*/
dt { font-weight: bold; }
dd { margin-bottom: 1.25em; }

/*
* Table
*/
table { border-collapse: collapse; border: 1px solid #999; width: 100%; margin-bottom: 1.2em; }
th, td { text-align: left; padding: 10px 8px 9px 8px; }
th, td { border: 1px solid #999; vertical-align: top; }
caption, th { font-weight: bold; }

/*
* Quotes
*/
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/*
* Code
*/
pre, code, kbd, samp { font-family: monospace, sans-serif; }
pre { outline: 1px solid #999; font-size: 1em; padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
code { font-size: 1em; line-height: 1.25em; }

/*
* Forms
*/
input, select, textarea, button { font-size: 99%; font-family: inherit; margin: 0; }
textarea { overflow: auto; }
button, input[type=submit], input[type=reset] { width: auto; overflow: visible; }

input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }

.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

form ol { margin: 0; }
form li { list-style: none; margin-bottom: 1.25em; }
form li label { display: block; }
form li input { margin: .225em 0; }
form .inline label { display: inline; }
form .inline input { margin-right: 1em; }

/*
* Helper Classes
*/
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.left{float:left;}
.right{float:right;}


/*----------------------subpage-------------------------------------*/

body{background:#0078ae url(../images/bg2.png) left top repeat-x ; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:15px;  color:#fff; font-size:11px; height: 100%;}
#wrap{ margin:0 auto;  height:100%;  width:963px; }
#outter-wrap { background: url("../images/footer-bg.png") repeat-x scroll left bottom transparent;  min-height: 100%;  position: relative;} 
#header{position:relative; padding-top: 50px; height:205px; }
#logo{display: block;  width: 292px;  margin-left: 2px; margin-bottom: 102px;}

#menu{background:url(../images/menu-bg.png) left bottom repeat-x; float:right; width: 584px; padding-right:10px; padding-left: 6px;  margin-left:0 !important; }
#menu li{background:url(../images/menu-separator.png) bottom right no-repeat; list-style-type:none; float:left; display:block; line-height:46px; height:46px;}               
#menu li a{display:block; color:#fff; font-size:17px; font-family: 'AldoSemiBold'; padding-left: 7px; padding-right: 7px; *padding-left: 8px; *padding-right:8px; text-shadow; text-shadow: 0px 1px 1px #000000; /*filter: shadow(Strength=1, Direction=180, Color=#000000);*/}
#menu li.active a, #menu li a:hover{color:#feb811; text-decoration:none;}

#top-menu{position:absolute;  right: 305px; top: 6px;}
#top-menu li{float:left; display:block; background:url(../images/top-menu-sep.png) right 3px no-repeat; padding-left: 8px;padding-right: 10px;}
#top-menu li a{text-transform:uppercase; color:#cecece; font-family:Tahoma, Geneva, sans-serif; } 
#top-menu li.active a, #top-menu li a:hover{color:#fff; text-decoration:none;}
#top-menu li a:hover { text-decoration:underline !important; }
#lang{position:absolute; right: 246px;    top: 7px;}
#lang li{list-style-type:none; float:left; display:block; height:15px; width:14px; line-height:15px; margin-left: 5px;} 
a.en, a.nl{text-indent:-9999px; display:block; background:url(../images/lang-bg.png) left top no-repeat;}
a.nl{background-position:right top;}
#lang li.active a.nl, a.nl:hover{background-position:right bottom;}
#lang li.active a.en, a.en:hover{background-position:left bottom;}

                
#searchform{position:absolute;  right: 0;top: 2px; background:url(../images/search-bg.png) left top no-repeat; width:207px;}
#searchform input[type="text"]{background: none repeat scroll 0 0 transparent; border: medium none; margin-left: 5px; width: 169px; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#a8a8a8;line-height: 20px; height:20px;  margin-left: 5px; }
#searchform input[type="submit"]{background: none repeat scroll 0 0 transparent; border: medium none; width: 27px;}       
#header-image{ height: 179px; position: absolute; top: 60px; width: 963px; z-index: -1;}
#header-image img{} 

#head-overlay{background:url(../images/head-overlay.png) left top no-repeat; width:1122px; height:178px; top:27px; left:-159px; position:absolute; z-index:-1; }
            
#content{ margin-bottom: 30px; clear:both; }
#left-column{float:left; width:348px; margin-top: -55px; background: url("../images/h2-left-bg.png") no-repeat scroll left 1px transparent; }
#left-column h2{  font-weight: normal; font-size: 23px; padding: 0 0 0 10px;  line-height: 38px; text-shadow; text-shadow: 0px 1px 1px #000000; /*filter: Shadow(Color=#000000, Direction=180, Strength=1) ;*/ }
#submenu{margin-left:0; width: 247px; margin-top: 12px; margin-bottom: 0;}
#submenu > li{list-style-type:none; background:url(../images/submenu-li-bg.png) left top no-repeat; line-height:28px;} 
#submenu li a{font-size:13px; display:block; color:#fff; padding-left: 11px;}                       
#submenu li a:hover, #submenu li.active a{color:#feb811; text-decoration:none;} 
#submenu li ul{background:url(../images/sub-sub-menu-bg.png) left top no-repeat; margin-left: 0; padding-bottom: 7px; padding-top: 7px;}
#submenu li ul li {list-style-type:none; line-height: 20px; *min-height:20px; }
#submenu li ul li a{padding-left: 47px; color:#fff !important; }
#submenu li ul li a:hover, #submenu li ul li.active a { color:#feb811 !important; }
                      
#left-column .latest-news{margin-top: 37px; background:url(../images/h2bg.png) left 5px repeat-x;}
#left-column .latest-news h2{ font-size:17px; font-family: 'AldoSemiBold'; font-weight: normal; margin-bottom: 15px;}
.banner { margin-top:15px; } 
.top-line{background:url(../images/top-line-bg.png) left top no-repeat; height:3px; display:none; position:absolute; top:-3px; left:0; width: 339px;}
.news-item{width:347px; position:relative;}
.news-item a{font-size:11px; font-family:Verdana, Geneva, sans-serif; font-weight:bold; display:block; line-height: 20px; padding-bottom:3px; } 
.news-item a:hover{text-decoration:none; background:url(../images/latest-news-hover-bg.png) center bottom no-repeat;}
.news-item a:hover .top-line{display:block;}
.date{color:#fff; display: block;float: left; margin-right: 5px;} 
.event{ background:url(../images/raquo-right-orange.png) 332px 5px  no-repeat; display: block; padding-right:15px; overflow: hidden;}
.news-item a:hover .event{background:url(../images/raquo-right-white.png) 259px 5px  no-repeat;}
.more-news a{font-size:12px; font-family:Tahoma, Geneva, sans-serif; font-size:12px; font-weight:bold; display: block; margin-top: 6px;}
.more-news a:hover{}
#right-column h2{ padding-bottom: 5px; font-weight: normal; padding-top: 6px;}                  
.csc-textpic-text{}
.csc-textpic-text img{border:1px solid #fff !important; padding:0 !important; float:right; margin-bottom: 20px; margin-left: 15px; margin-right: 5px; }

#left-column .rklatestnewsarticles{margin-top: 37px; background:url(../images/h2bg.png) left 5px repeat-x;}
#left-column .rklatestnewsarticles h2{ font-size:17px; font-family: 'AldoSemiBold'; font-weight: normal; margin-bottom: 15px;}
#left-column .rklatestnewsarticles .latest_item{width:347px; position:relative;}
#left-column .rklatestnewsarticles .latest_item a{font-size:11px; font-family:Verdana, Geneva, sans-serif; font-weight:bold; display:block; line-height: 20px; padding-bottom:3px; } 
#left-column .rklatestnewsarticles .latest_item a:hover{text-decoration:none; background:url(../images/latest-news-hover-bg.png) center bottom no-repeat;}
#left-column .rklatestnewsarticles .latest_item a:hover .top-line{display:block;}
#left-column .rklatestnewsarticles .more a{font-size:12px; font-family:Tahoma, Geneva, sans-serif; font-size:12px; font-weight:bold; display: block; margin-top: 6px;}
#left-column .rklatestnewsarticles .more a:hover{}

#right-column{ padding-left: 15px; padding-top: 12px; padding-right: 3px; overflow:hidden; position:relative; }
#right-column p{line-height: 15px; padding-bottom: 9px; }
.important{font-size:12px; line-height: 14px;}
#right-column h1{padding-bottom: 7px; font-weight: normal; width: 510px; }
                   
#footer {background:url(../images/footer-bg.png) left bottom repeat-x; position: relative;  margin-top: -205px; height:205px; }

#real-footer{margin:0 auto; width:963px; }
#left-footer{background:url(../images/left-footer-bg.png) left top no-repeat;  padding-left: 0px; padding-top: 7px;  float: left; width: 196px; margin-left: -8px; margin-right: 15px; }
#left-footer a{display:block; color:#fff; margin-bottom: 7px; padding-left: 14px;padding-left: 20px; padding-left: 15px; font-family:Verdana, Geneva, sans-serif;  font-size:11px;}
#left-footer a img { margin-right:8px; }
#left-footer a .img { width: 23px;  display: block; float: left;}
#left-footer a .title { width: 173px; display:block; } 
#left-footer a .title { *display:inline; } 
#left-footer a:hover{text-decoration:none; color:#FABA03; }
.phone, .newsletter, .book, .Webinars, .Linkedin, .RSS{background:url(../images/sprite.png) left top no-repeat;}
.newsletter{background-position: left -17px;}
.book{background-position: left -63px;}
.Webinars{ background-position: left -78px;}
.Linkedin{ background-position: left -48px;}
.RSS{background-position: left -33px;}
#center-footer{overflow: hidden; padding-left: 22px; padding-right: 43px;}
#center-footer h2{background:url(../images/h2bg.png) left center repeat-x; font-size: 23px; padding-top: 0; font-weight: normal; margin-bottom: 12px;  padding-bottom: 0; padding-left: 10px; margin-top: -6px;} 
#center-footer p { line-height:13px; padding-bottom: 18px !important; }

#right-footer{float:right; text-align: right; margin-top: -3px; width:230px; }
#right-footer a{color:#fff; font-weight:bold; }  
#right-footer a:hover{text-decoration:underlined; color:#fff;}       

#right-column .event { background:none; }
.event .image { float:right; margin: 0 0 10px 10px; }

/*------------------------home--------------------------------------*/

.presentation{position:relative; margin-top: 4px;}
.presentation-img{float:right; position:relative; width:170px; margin-right: -2px; margin-left: 7px;}
.presentation-img img{}   
.presentation-img a{background:url(../images/img-a-bg.png) left 7px no-repeat; font-size:22px; color:#fff; width: 90px;  padding-left: 13px; font-family: 'AldoSemiBold'; position:absolute; top:13px; left:17px; line-height: 19px; text-shadow; text-shadow: 0px 1px 1px #000000; /*filter: Shadow(Color=#000000, Direction=180, Strength=1) ;*/}
.presentation-img a:hover{color:#faba03; text-decoration:none; }

.home #content{ margin-bottom:49px; }
.home #menu{margin-bottom:0;}
.home #left-column h2{font-size:17px; font-weight: normal; text-shadow: 0px 1px 1px #000000; background:none; * background:url(../images/h2bg-home.png) left 5px repeat-x; }
.home #left-column{ margin-top: -35px;   background:url(../images/h2bg-home.png) left 5px repeat-x; }
.presentation-txt{overflow: hidden;}
.home .latest-news{ margin-top: 20px; }
.home #right-column{ padding-top: 0; }
.home #left-column .latest-news { background:url(../images/h2bg-home.png) left 5px repeat-x; }
.home #left-column .latest-news h2{margin-bottom: 2px; }
.presentation-txt p{line-height: 13px; padding-bottom: 10px;}


/*--------------------------------------articles------------------------*/
.easyclear { display: block; }
.easyclear { display: inline-block; }

#list{ margin-left:0;  }
#list li { list-style-type:none; margin-bottom: 30px; position:relative; } 
#list .image { float: left;  min-width: 88px; } 
#list .text { overflow:hidden; background: url("../images/grad-trans.png") repeat-y scroll -85px top transparent; padding-bottom: 10px; padding-top: 10px; padding-left: 10px; }
#list .more { position:absolute; right:0; bottom:-15px;; }
.easyclear h2 { padding-top:0 !important; }
.easyclear p { padding-bottom:0 !important; }

.box {margin-top:15px;}
.box .image { float:left; }
.box .text { overflow:hidden; background: url("../images/grad-trans.png") repeat-y scroll -370px top transparent; padding-top: 8px; }
.box h4{ padding-bottom: 10px; }
.box .text h5 { padding-top:0;}
.box .text p {padding-bottom:8px; }
.inner{ float:right; margin-bottom: 10px; margin-left: 10px;}

/*--------------------------contact----------------------------------*/

#contact legend { display:none; }
#contact fieldset > div { margin-bottom:10px; }
#contact label {  display: block; float: left; width: 150px; }
#contact input, #contact textarea { width:240px; }
.powermail_mandatory_js { margin-left:150px; color:#FEB811; font-weight: bold; } 
.tx-srfreecap-pi2-image { margin-top:10px; margin-left:150px !important; display: block; }
.tx-srfreecap-pi2-cant-read { margin-left:150px; }
.powermail_submit { background: none repeat scroll 0 0 #999999; width:70px !important; padding:2px 5px; margin-left:150px; border:none; color:#fff; }
.powermail_captcha {display:block; margin-left: 150px; margin-top: 10px; }




/*---------------------------------partener---------------------------------*/

#partner{}
#partner .logo{ float:left; }
#partner .image { float:right; }
#partner .text { overflow:hidden; padding-left: 10px; padding-right:10px; }

/*-----------------------------------------------pagination-----------------------------------*/

.news-single-browsebox{position:relative; text-align: center; }
.news-single-browsebox > div { display: inline; }
.news-single-prevlink{position:absolute; top:0; left:0;}
.news-single-nextlink{position:absolute; top:0; right:0;}
.news-single-pagination{margin: 0 5px;}
.share-links {  position:absolute; right:0; top: 6px; }
.share-links a  { float:left; text-indent:-9999px; width:16px; height:16px; margin-right:5px;}
.linkedin, .twitter { background:url(../images/social-icons.png) left top no-repeat; }
.linkedin { background-position: right top; }
.rss {background:url(../images/rss.png) left top none; height:16px; width:16px; }
.rss-link {  position: absolute; right: 2px; top: 18px; }


/*---------------------------------------------------sitemap-------------------------------------*/


.csc-sitemap ul{  margin-bottom: 3px;  margin-top: 1px; margin-left: 0;}
.csc-sitemap ul li {background:none; margin-bottom: 1px; list-style-type:none;  padding-left: 0;}
.csc-sitemap ul li ul{margin-left:20px;}
.csc-sitemap ul li a{background:none; background-color:#006a9a; display:block; padding-left: 10px; text-decoration:none; color:#FABA03;}
.csc-sitemap ul li a:hover{background-color:#006a9a; color:#fff; }
.csc-sitemap ul li ul li a{ background-color:#268cba; }

/*-------------------------------------------newsletter subscribe------------------------------------*/

.subscribe { postion:relative; }
.subscribe b .name, .mail { width:500px; display:inline-block;  }
.error-name { margin-left:154px; }
.errornl { margin-left:154px;  display:block; }
.subscribe input { width:240px; margin-top: 10px;  }
.subscribe input[type=submit]{ background: none repeat scroll 0 0 #999999; width:80px !important; padding:2px 5px; border:none; color:#fff; margin-left: 154px; }
.subscribe li { margin:0 !important; } 
.subscribe li label{float:left ; width: 150px; }
.subscribe li p.error{margin-left:150px; color:#F00; }


.login { border:none; }
.login td { border:none;  padding: 0;}
.login td.login input[type="submit"] {  background: none repeat scroll 0 0 #999999; padding:2px 5px; border:none; color:#fff; }
/*------------------------news-list------------------------------------------*/

.news-list-item{background: url("../images/grad-trans.png") repeat-y scroll left top transparent; margin-left: 85px; margin-bottom:30px; padding-bottom: 10px; padding-top: 10px; padding-left: 10px; position:relative;}
.news-latest-date { position:absolute; top:10px; right:0; }
.news-latest-morelink { position:absolute; right:0; bottom:-15px; } 
.news-content { }
.news-content h2 { padding-top:0 !important; }
.news-content img {  left: -85px; position: absolute; top: 0; }

.tx-ttnews-browsebox { text-align:center; }
.tx-ttnews-browsebox table { border:none; width: 50%; margin-left:170px;}
.tx-ttnews-browsebox table td { border:none; padding:0 4px;}
.tx-ttnews-browsebox table td { dispalay:inline; }
.tx-ttnews-browsebox-SCell { font-weight:bold; } 


/*-----------------------------NEWS-SINGLE--------------------------------------*/

.news-single-item{display:block;}
.news-single-item{display:inline-block; position:relative; }
.news-single-img { float:right; margin: 0 0 10px 10px; }
.news-single-date { margin-bottom:10px; }


/*------------------mailform-----------------------------------*/

.csc-mailform > div { margin-bottom:10px; }
.csc-mailform label { width:150px; display: block; float: left; }
.csc-mailform input { width: 240px; }
.csc-mailform-submit, .csc-mailform input[type="button"] { background: none repeat scroll 0 0 #999999; width:70px !important; padding:2px 5px; margin-left:150px; border:none; color:#fff; }
#mailformIk_wil, #mailformAanhef { width: 245px; }
.csc-mailform textarea { width: 240px; } 
.csc-mailform select { width: 244px !important; }
#booksnr, #booksnr2, #ordernr{margin-left:150px; }

/*-----------------------------search------------------------------*/

.browsebox { height: 15px; margin: 10px auto;  width: 450px;  }
.browsebox li { list-style-type:none; float:left; display:block;  }
.browsebox li a{ padding: 0 5px; }
#tx-indexedsearch-searchbox-button-submit{ background: none repeat scroll 0 0 #999999; border: medium none; color: #FFFFFF; padding: 2px 5px; width: 70px !important; }

/*------------------gmap------------------------------------------------*/

.gmnoprint { color:#000; }
.gmnoprint a:hover { color:#faba03; text-decoration:underline; }
#gmapDirButtonTo, #gmapDirButtonFrom { background: none repeat scroll 0 0 #999999; padding:2px 5px; border:none; color:#fff;}


/*-------------------------------------content-table---------------------------*/

.contenttable { width:600px !important; border:1px solid #fff; }
.contenttable td { padding:5px 0 5px 5px; }
.contenttable td { border-right:1px solid #fff !important; }
.xl69, .xl68 { border-bottom:1px solid #fff !important; }


@media screen and (-webkit-min-device-pixel-ratio:0) {  
  #menu { padding-left:6px; }
  #menu li a{ padding-left: 9px; padding-right:9px; }
  #tx-indexedsearch-searchbox-button-submit{  padding: 3px 5px;}

 }


/*
* Mobile Devices
*/
@media all and (orientation:portrait) {
  
}

@media all and (orientation:landscape) {
  
}
@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
* Print CSS
* Should remiain on the bottom of the file
*/
@media print {
  #menu, #lang, #print, #portal-container, #searchform, #breadcrumbs, #topdevider, #submenu, #footer, #sideright {display: none;}
  #content-text {float: none; width: auto;}
}

.form-field { margin-bottom: 5px; }
.form-field label { float:left; width: 90px; padding-right: 10px; }
.form-submit { margin-left:99px; background: none repeat scroll 0 0 #999; width: 70px !important; padding: 2px 5px; border: none; color: white; }



