﻿html, body
{
  background: #fff url(../images/bg.gif) repeat-x;
  font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  height: 100%;
  color: #444444;
}


textarea
{
  font-size: 11px;
  overflow: auto;
}
.inputbox
{
  width: 190px;
}

.groupinputbox
{
  width: 140px;
}

strong
{
  color: #666;
}

h1, h2, h3, h4, h5
{
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
h2
{
  font-size: 13px;
}
h3
{
  padding: 0 0 7px 0;
}
h4, h5
{
  font-size: 11px;
}
a
{
  color: #3B5998;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
img
{
  border: 0px none;
  vertical-align: middle;
}

td, th
{
  vertical-align: top;
  text-align: left;
}


/* QUOTES */

blockquote
{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #666;
}
blockquote *:first-child:before
{
  content: "\201C";
}
blockquote *:first-child:after
{
  content: "\201D";
}

/* language specific quotes! */

q
{
  quotes: "\201C" "\201D" "\2018" "\2019";
}
:lang(af), :lang(nl), :lang(pl)
{
  quotes: '\201E' '\201D' '\201A' '\2019';
}
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro)
{
  quotes: '\201E' '\201C' '\201A' '\2018';
}
:lang(da), :lang(hr)
{
  quotes: '\00BB' '\00AB' '\203A' '\2039';
}
:lang(el), :lang(es), :lang(sq), :lang(tr)
{
  quotes: '\00AB' '\00BB' '\2039' '\203A';
}
:lang(en-GB)
{
  quotes: '\2018' '\2019' '\201C' '\201D';
}
:lang(fi), :lang(sv)
{
  quotes: '\201D' '\201D' '\2019' '\2019';
}
:lang(fr)
{
  quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a';
}

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before
{
  content: '\201C';
}
html[lang|='en'] q:after
{
  content: '\201D';
}
html[lang|='en'] q q:before
{
  content: '\2018';
}
html[lang|='en'] q q:after
{
  content: '\2019';
}

/* FORMS */

fieldset
{
  border: 1px solid #aaa;
  padding: 7px;
}
legend
{
}
textarea, input[type='text'], input[type='password'], select
{
  border: 1px solid #ccc;
  background: #fff;
}
input, select
{
  cursor: pointer;
  font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
  font-size: 13px;
}
input[type='text'], input[type='password']
{
  font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
  font-size: 13px;
  cursor: text;
  width: 150px;
}



#main
{
  width: 1000px;
  margin: 0px auto 0 auto;
  padding: 15px 0 0 0;
}

/* TOP LEFT LOGO */

#logo
{
  background: #fff url(../images/logo.png) no-repeat bottom right;
  clear: none;
  float: none;
  position: absolute;
  width: 180px;
  height: 55px;
  top: 44px;
}

/* TOP RIGHT HORIZONTAL MENU */

#menu
{
  float: right;
  clear: right;
  background: #fff url('../images/barul.gif') no-repeat right bottom;
  color: #808080;
  margin: 0px;
  padding: 9px 0px 0px 0px;
}
#menu div
{
  padding: 14px 20px 14px 20px;
  color: #6d7075;
  font-weight: bold;
  background: #fff url(../images/bar.gif) no-repeat bottom left;
  float: left;
  margin: 0 1px 0 0;
}
#menu div.active
{
  background: #fff url(../images/baractive.gif) no-repeat bottom left;
  color: #8D9CAF;
  font-weight: bold;
  padding: 14px 20px 14px 20px;
  margin: 0 1px 0 0;
}

#menu div a
{
  color: #808080;
  text-decoration: none;
}
#menu div a:hover
{
  color: #000;
}

/* grey subheader */
.gboxtop
{
  clear: both;
  height: 8px;
  background: #dedede url(../images/gboxtop.gif) no-repeat;
}
.gbox
{
  background: #dedede url(../images/gbox.gif) no-repeat bottom left;
  color: #444;
  padding: 10px 13px 7px 13px;
  margin: 0 0 20px 0;
}
.gbox p
{
  padding: 7px 0;
  margin: 0;
}

.thinboxtop
{
  clear: both;
  height: 10px;
  background: #dedede url(../images/thinboxtop.png) no-repeat;
}

.thinbox
{
  background: url(../images/thinbox.png) no-repeat bottom left;
  padding: 5px 5px 7px 5px;
  margin: 0 0 20px 0;
}

.thinboxtop_blue
{
  clear: both;
  height: 10px;
  background: #dedede url(../images/thinboxtop_blue.png) no-repeat;
}

.thinbox_blue
{
  background: url(../images/thinbox_blue.png) no-repeat bottom left;
  padding: 10px 13px 7px 13px;
  margin: 0 0 20px 0;
}



.thinbox p
{
  padding: 7px 0;
  margin: 0;
}

#headerline
{
  background: url(../images/headerline.png) repeat-x;
  clear: both;
  height: 3px;
  padding: 0px 0px 12px 0px;
}

/* left side */
.left
{
  float: left;
  width: 725px;
  margin: 0 0 10px 0;
}
.left_articles
{
  margin: 0 20px 15px 10px;
  padding: 10px 0 0 0;
  text-align: justify;
  border-bottom: 1px dotted #ccc;
  color: #000;
  background: #fff;
}

.calendar
{
  height: 50px;
  float: left;
  background: #fff url(../images/calendar.gif) no-repeat;
  width: 50px;
  padding: 5px 0 0 9px;
  color: #808080;
}
.calendar p
{
  padding: 0;
  margin: 0;
}
.description
{
  padding: 0 0 2px 0;
  margin: 0 10px 5px 0;
}
.thumbnail
{
  float: left;
  margin: 0 18px 8px 0;
  border: 1px solid #dedede;
}


.medboxtop
{
  height: 11px;
  background: #fff url(../images/medboxtop.gif) no-repeat;
  color: #000;
}
.medbox
{
  background: #fff url(../images/medbox.gif) no-repeat bottom left;
  color: #444;
  padding: 1px 10px 10px 10px;
}
.medbox p
{
  padding: 0;
  margin: 0;
}

.blueboxtop
{
  height: 17px;
  background: #fff url(../images/blueboxtop.png) no-repeat;
  color: #000;
}
.bluebox
{
  background: #fff url(../images/bluebox.png) no-repeat bottom left;
  color: #444;
  padding: 1px 10px 70px 10px;
}
.bluebox p
{
  padding: 0;
  margin: 0;
}

.blueboxtop560
{
  height: 17px;
  background: #fff url(../images/blueboxtop560.png) no-repeat;
  color: #000;
}
.bluebox560
{
  background: #fff url(../images/bluebox560.png) no-repeat bottom left;
  color: #444;
  padding: 1px 10px 40px 10px;
}
.bluebox560 p
{
  padding: 0;
  margin: 0;
}


.blueboxtop500
{
  height: 17px;
  background: #fff url(../images/blueboxtop500.png) no-repeat;
  color: black;
  width: 500px;
  padding: 0px;
  float: left;
  clear: left;
}
.bluebox500
{
  background: #fff url(../images/bluebox500.png) no-repeat bottom left;
  color: #444;
  padding: 1px 10px 30px 10px;
  width: 480px;
  float: left;
  clear: left;
}
.bluebox500 p
{
  padding: 0;
  margin: 0;
}


/* bottom thirds */
.thirds
{
  float: left;
  width: 203px;
  background: #eee;
  margin: 0 12px 0 0;
  color: #5d5d5d;
}
.smallboxtop
{
  height: 14px;
  background: #fff url(../images/smallboxtop.gif) no-repeat;
  color: #000;
}
.smallbox
{
  background: #fff url(../images/smallbox.gif) no-repeat bottom left;
  color: #444;
  padding: 1px 10px 10px 10px;
}
.smallbox p
{
  padding: 0;
  margin: 0;
}


/* right side */
#right
{
  float: right;
  width: 260px;
  margin: 0 0 0 0;
}
.boxtop
{
  height: 19px;
  background: #fff url(../images/boxtop.gif) no-repeat;
  color: #000;
}
.box
{
  background: #fff url(../images/box.gif) no-repeat bottom left;
  color: #5b5b5b;
  padding: 0px 10px 15px 10px;
  margin: 0 0 10px 0;
}
.box p
{
  padding: 0;
  margin: 0;
}
#rssImage
{
  float: left;
  margin: 0 7px 0px 0;
}


/* misc */
.buttons
{
  text-align: right;
  padding: 4px 3px 0 0;
}
.left_articles .buttons
{
  float: right;
  height: 20px;
}

.smallblueheader
{
  background-color: #52A9D4;
  overflow: hidden;
  width: 240px;
  height: 25px;
  vertical-align: middle;
  margin-bottom: 6px;
}

.smallblueheaderleft
{
  width: 2px;
  height: 25px;
  background-image: url(../Images/bg_trans_left_2x22.gif);
  float: left;
}

.smallblueheaderbody
{
  margin-top: 5px;
  width: 236px;
  height: 25px;
  float: left;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: White;
}

.smallblueheaderright
{
  width: 2px;
  height: 25px;
  background-image: url(../Images/bg_trans_right_2x22.gif);
  float: left;
  background-color: #52A9D4;
}

textarea
{
  font-size: 11px;
  overflow: auto;
}

img
{
  border: 0px none;
  vertical-align: middle;
}


.btnleft
{
  width: 2px;
  height: 30px;
  background-image: url(../Images/btn_left.png);
  float: left;
}

.btnmiddle
{
  background-image: url(../Images/btn_middle.png);
  background-repeat: repeat-x;
  float: left;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: White;
  width: 150px;
  text-align: center;
  padding: 6px 20px 7px 20px;
}

.btnmiddle a
{
  color: White;
}

.btnright
{
  width: 2px;
  height: 30px;
  background-image: url(../Images/btn_right.png);
  clear: right;
  float: left;
}



.smalldescription
{
  color: Gray;
  font-size: 0.8em;
  padding: 0px;
}



table#greenlist
{
  width: 270px;
  border: solid 1px #339966;
}
table#greenlist thead tr
{
  background-color: #339966;
  color: White;
}

table#greenlist tr
{
  color: #444444;
}

#cvzone
{
  float: left;
}

table#redlist
{
  width: 270px;
  border: solid 1px #d2691e;
  color: White;
}
table#redlist thead tr
{
  background-color: #d2691e;
}

#letterzone
{
  float: right;
}

ul#navbarmenu
{
  list-style-type: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-family: "Lucida Grande" , Verdana, sans-serif;
}
ul#navbarmenu li
{
  padding: 3px 0 3px 10px;
  vertical-align: middle;
}
ul#navbarmenu li:hover
{
  background: white;
}
#navbar_menuheader
{
  font-family: "Lucida Grande" , Verdana, sans-serif;
  color: #a8a8a8;
  font-weight: bold;
}

.dropdown
{
  width: 12px;
  height: 12px;
  background-image: url("../images/dropdown.png");
  margin-left: 2px;
  vertical-align: middle;
  cursor: pointer;
}

.dropdown:hover
{
  background-image: url("../images/dropdownhov.png");
}

#dropdownmenu
{
  border: solid 1px #bbbbbb;
  position: absolute;
  padding: 4px;
  display: none;
  background-color: #fefefe;
  width: 100px;
}

.dropdownmenuitem
{
  border: solid 1px #fefefe;
  font-weight: bold;
  padding: 2px;
}
.dropdownmenuitem:hover
{
  border: solid 1px #b0dcef;
  background: #f0f6fc;
  cursor: pointer;
}



.jqifade
{
  background-color: #ffffff;
}
div.jqi
{
  position: absolute;
  background-color: #c0cEa6;
  padding: 10px;
  width: 300px;
}
div.jqi .jqicontainer
{
  background-color: #e0eEc6;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
}
div.jqi .jqimessage
{
  background-color: #c0cEa6;
  padding: 10px;
}
div.jqi .jqibuttons
{
  text-align: center;
  padding: 5px 0 0 0;
}
div.jqi button
{
  padding: 3px 10px 3px 10px;
  margin: 0 10px;
}
div.jqi .jqiclose
{
  display: none;
}

.dlgfade
{
  background-color: #ffffff;
}
div.dlg
{
  position: absolute;
  background-color: #c0cEa6;
  padding: 10px;
  width: 450px;
}
div.dlg .dlgcontainer
{
  background-color: #e0eEc6;
  padding: 5px;
  color: black;
}
div.dlg .dlgmessage
{
  background-color: white;
  padding: 10px;
  height: 400px;
  overflow: auto;
}
div.dlg .dlgbuttons
{
  text-align: center;
  padding: 5px 0 0 0;
}
div.dlg button
{
  padding: 3px 10px 3px 10px;
  margin: 0 10px;
}

div.dlg .dlgclose
{
  display: none;
}


.bigdlgfade
{
  background-color: #ffffff;
}
div.bigdlg
{
  position: absolute;
  background-color: #c0cEa6;
  padding: 10px;
  width: 700px;
}
div.bigdlg .bigdlgcontainer
{
  background-color: #e0eEc6;
  padding: 5px;
  color: black;
}
div.bigdlg .bigdlgmessage
{
  background-color: white;
  padding: 10px;
  height: 400px;
  overflow: auto;
}
div.bigdlg .bigdlgbuttons
{
  text-align: center;
  padding: 5px 0 0 0;
}
div.bigdlg button
{
  padding: 3px 10px 3px 10px;
  margin: 0 10px;
}

div.bigdlg .bigdlgclose
{
  display: none;
}

.message
{
  padding: 10px;
  background-color: #ecf0df;
  color: #9cb674;
  border-top: solid 1px #ccdeac;
  border-bottom: solid 1px #ccdeac;
  font-weight: bold;
}


.notifyinfo
{
  width: 22px;
  height: 22px;
  background-image: url("../images/info.png");
  display: inline-block;
  margin-right: 4px;
}

.notifyWarning
{
  width: 22px;
  height: 22px;
  background-image: url("../images/warn.png");
  display: inline-block;
  margin-right: 4px;
}
.notifyError
{
  width: 22px;
  height: 22px;
  background-image: url("../images/error.png");
  display: inline-block;
  margin-right: 4px;
}

#generaltip
{
  float: left;
  display: block;
  visibility: hidden;
  padding-right: 15px;
  padding-bottom: 10px;
}

#generaltipleft
{
  background-image: url(../Images/tipbox_small_left.png);
  width: 4px;
  height: 102px;
  float: left;
}

#generaltipmain
{
  background-image: url(../Images/tipbox_small_middle.png);
  width: 570px;
  height: 102px;
  float: left;
}

#generaltipright
{
  background-image: url(../Images/tipbox_small_right.png);
  width: 4px;
  height: 102px;
  float: left;
}

#tipcontrol
{
  width: 240px;
  float: left;
  clear: right;
}

#fieldtip
{
  position: absolute;
  display: none;
  width: 272px;
  height: 80px;
  z-index: 1000;
  background-image: url(../Images/tipbubble.png);
  background-repeat: no-repeat;
  padding: 5px;
}

#fieldtip:hover
{
  background-image: url(../Images/tipbubblehl.png);
  cursor: pointer;
}

#generaltipnavnext
{
  cursor: pointer;
}

#generaltipnavprev
{
  cursor: pointer;
}


.editcvtable td
{
  height: 25px;
}

.editcvrow1 td
{
  vertical-align: middle;
}

.editcvrow2 td
{
  vertical-align: top;
}

.description
{
  color: #AAB5BD;
  font-size: 10px;
  font-weight: normal;
}
.formgrouptable
{
  padding: 0px;
  margin: 0px;
}
.formgroupheader
{
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: gray;
  background-color: #f7f7f7;
}


#generaltipnavnext
{
  cursor: pointer;
}

#generaltipnavprev
{
  cursor: pointer;
}

#addrowbutton
{
  width: 16px;
  height: 16px;
  background-image: url(../Images/rowdelete.png);
}


#fieldtip
{
  position: absolute;
  display: none;
  width: 272px;
  height: 80px;
  z-index: 1000;
  background-image: url(../Images/tipbubble.png);
  background-repeat: no-repeat;
  padding: 5px;
}

#fieldtip:hover
{
  background-image: url(../Images/tipbubblehl.png);
  cursor: pointer;
}

#fieldtipheader
{
  width: 216px;
  font-family: Arial;
  font-size: 16px;
  color: #3b5998;
  float: left;
}

#fieldtipbody
{
  width: 270px;
  font-family: Arial;
  font-size: 12px;
  float: none;
  clear: both;
}

#fieldtipnavigation
{
}

.invalid
{
  border: solid 2px red;
  background-color: Red;
}

.validator
{
  font-weight: bold;
  color: white;
  padding-left: 8px;
}

.listactions
{
  font-weight: bold;
  padding-bottom: 10px;
  padding: 5px;
}

.listseparator
{
  border-bottom: dotted 1px #AAB5BD;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

.searchBoxText
{
  color: #AAB5BD;
}

#letterSearchBox
{
  width: 110px;
}
.miniinfo
{
  padding: 5px;
}

#betasign
{
  background-image: url(../images/peakcvbeta.gif);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 163px;
  height: 163px;
}

#progressbar
{
  background-color: #fff1a8;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 20px;
  background-image: url(../images/processing.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  padding: 4px 0px 0px 20px;
  display: none;
}

.more
{
  background: transparent url(../images/more.gif) no-repeat scroll 0px 2px;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 10px 2px 12px;
}

.less
{
  background: transparent url(../images/less.gif) no-repeat scroll 0px 2px;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 10px 2px 12px;
  display:none;
}

.more a
{
  color: Gray;
}

#cvstats
{
}

.helptext
{
  cursor: help;
  border-bottom-color: #e8ad62;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: #e8ad62;
  font-weight: bold;
}

#features
{
  clear: right;
  float: right;
  width: 195px;
  padding: 0px 15px 0px 15px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}



#CoverLetterTemplates
{
  border: solid 1px #bbbbbb;
  padding: 8px;
  background-color: #fefefe;
  width: 170px;
  float: left;
  margin: 6px 10px 0px 0px;
}

#CoverLetterTemplates a
{
  border: solid 1px #fefefe;
  font-weight: bold;
  padding: 10px;
  display: block;
}
#CoverLetterTemplates a:hover
{
  border: solid 1px #b0dcef;
  background: #f0f6fc;
  cursor: pointer;
  display: block;
}

#CoverLetterTemplatesTop
{
  clear: both;
  margin-bottom: 6px;
}

#CoverLetterTemplateView
{
  float: right;
  width: 450px;
  height: 300px;
  margin: 0px;
  padding: 0px;
}

.dottedbox
{
  border: dotted 1px #cccccc;
  color: gray;
  padding: 15px;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 13px;
}

#CoverLetterTemplateTextArea
{
  margin-left: 2px;
  padding: 10px;
  overflow: auto;
  height: 250px;
  font-size: 0.8em;
}

.button
{
  background: white url(../images/btnbg67.png) no-repeat 0px 0px;
  border: 0px solid #4a95c9;
  color: black;
  margin: 1px 0px 0px 0px;
  vertical-align: middle;
  width: 67px;
  height: 18px;
  margin: 0px;
}

.showDragHandle
{
  width: 16px;
  background: white url(../images/move_gray.png) no-repeat center center;
  cursor: move;
}

.draghandle
{
  width: 16px;
}

.draghandle:hover
{
  width: 16px;
  background: white url(../images/move.png) no-repeat center center;
  cursor: move;
}

.dragClass
{
  background-color: #f9f9f9;
}

.formpageborder
{
  padding: 7px 2px 7px 5px;
  border: solid 1px #c0c0c0;
}

.cvpageheader
{
  font-weight: bold;
  background-color: #f4f8f9;
  padding: 2px 5px 2px 0px;
  color: #666;
}

#userinfo
{
  clear: left;
  padding: 0px 0px 7px 17px;
  margin: 0px;
  text-align: right;
  height: 12px;
}

#userinfoImg
{
}

#tipboxcontent
{
  height: 115px;
}
#tipbox
{
  background: url(../images/goldtipbg.png) no-repeat;
  width: 130px;
  height: 158px;
  padding: 10px 29px 1px 14px;
}

#tipbox strong
{
  color: #cf9a02;
  font-size: 12px;
}

#tipbox_small
{
  float: left;
  background: url(../images/goldtipbg_small.png) no-repeat;
  width: 133px;
  height: 102px;
  padding: 10px 18px 1px 14px;
}

#tipbox_small strong
{
  color: #cf9a02;
  font-size: 12px;
}

.greenbtn
{
  background: url(../images/greenbtn.png) no-repeat;
  width: 121px;
  height: 23px;
  font-weight: bold;
  padding-top: 3px;
  text-align: center;
  color: White;
}

.greenbtn:hover
{
  text-decoration: underline;
  cursor: pointer;
}

.blogheader
{
  float: left;
  clear: right;
  font-size: 12px;
  font-weight: bold;
  color: #0079b2;
}

#minWordsWarning
{
  display: none;
  margin: 0 0 0 0;
}
#maxWordsWarning
{
  display: none;
}
#wordsOk
{
  display: none;
}
#verbsOk
{
  display: none;
}

.jobItem
{
  font-size:13px;
  padding: 8px 0px 8px 0px;
  border-top: dotted 1px #e4e9ec;
  background-image: url(../images/jobitem_bg.png);
  background-repeat:repeat-x;
  background-color:#ecf3d6;
}

/*.jobItem:hover
{
  background-color: #fff5f5;
}*/

#left
{
  clear: left;
  float: left;
  width: 260px;
  padding: 0 15px 0 0;
}

#contentall
{
  float: left;
  width: 725px;
}




.greenboxleft
{
  width: 4px;
  height: 74px;
  background-image: url(../Images/greenboxleft.png);
  float: left;
}

.greenboxmiddle
{
  float: left;
  width: 677px;
  height: 74px;
  background-image: url(../Images/greenboxmiddle.png);
  background-repeat: repeat-x;
  font-size: 14px;
  font-weight: bold;
  color: #aeb290;
  text-align: center;
  padding: 6px 20px 7px 20px;
}

.greenboxright
{
  height: 74px;
  width: 4px;
  background-image: url(../Images/greenboxright.png);
  clear: right;
  float: left;
}

#searchquery
{
}

.loader
{
  position: absolute;
  height: 16px;
  width: 16px;
  background-image: url(../Images/loader.gif);
}

#searchCount
{
  color: Gray;
}

.map
{
  width: 250px;
  height: 250px;
  display: none;
}


.infoplaceholder
{
  display:none;
}

#bigloader
{
  background-image: url(../Images/bigload.gif);
  width: 64px;
  height: 64px;
  margin-top: 20px;
  margin-left: 200px;
}

#startinfo
{
  clear: both;
}

.jobtag
{
  margin: 2px 1px 0 2px;
  padding: 0px 2px 0px 2px;
  background-color:#c0dfd5;
  display:inline-block;
}

.persontag
{
  margin: 2px 1px 0 2px;
  padding: 0px 2px 0px 2px;
  background-color:#f7d4d7;
}
.tags
{
  padding:1px;
}
.jobtag a, .persontag a
{
  color:Black;
}

.inactive
{
  margin: 5px 0 5px 0;
  background-image: url(../Images/warn.png);
  background-repeat:no-repeat;
  padding: 1px 0 0 17px;
  height:16px;
  font-weight:bold;
  vertical-align:middle;
}
