._inlinkzLUI {
    border: 1px solid #a5a5a5;
    /*    box-shadow: 3px 3px 3px #aaaaaa;
        -moz-box-shadow:    3px 3px 3px #aaaaaa;
        -webkit-box-shadow: 3px 3px 3px #aaaaaa;*/

    opacity: 1;

    position: relative;
    margin:5px !important;
    padding:0px;
    box-sizing: initial !important;
}

._inlinkzLUI:hover {
    /*    box-shadow: 3px 3px 6px #999999;
        -moz-box-shadow:    3px 3px 6px #999999;
        -webkit-box-shadow: 3px 3px 6px #999999;*/
    opacity: 1;
}
 
._InLinkzLUA {
    font-family: sans-serif;
    font-size: 11px;
    color: #626365;
    text-decoration: none;
    /*text-shadow: 0px 0px 1px #bbbbbb;*/
}

._InLinkzLUADiv {
    line-height: 1.1em;
    /*margin: 0 0 0 5px;*/
    margin :5px !important;
}


._InLinkzDiv {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 3px;
}

._InLinkzDiv:hover {
    background-color: #f5f5f5;
}

._ILSmall {
    font-size: 10px;
    font-family: sans-serif;
}

._ILExtraField {
    background: rgba(255, 255, 255, 0.8);
    color: #626365;
    display: none;
    font-family: sans-serif;
    font-size: 11px;
    height: auto;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
}

._ILExtraField > p {
    box-sizing: border-box;
    margin: 0;
}

._ILTapToVisit {
    position: absolute;
    left: 0px;
    z-index: 1;
    font-family: sans-serif;
    margin: 5px;
    background: rgba(255, 255, 255, 0.8);
    color: #626365;
    display: none;
    box-sizing: border-box;
    box-shadow: 0 0 0 1px #626365 inset;
    line-height: 16px;
}
/* ------------------------------ pagination -------------------------- */


ul._IL_pagination{
    margin:0px;
    padding:0px;
    /*height:100%;*/
    overflow:hidden;
    font:12px 'Tahoma';
    list-style-type:none;   
    list-style:none;   
    text-align: center;

}

ul._IL_pagination li.details{
    padding:7px 10px 7px 10px;
    font-size:14px;
}

ul._IL_pagination li.dot{padding: 3px 0;}

ul._IL_pagination li{
    float:left;
    margin:0px !important;
    padding:0px !important;
    list-style:none !important;   
    background: none !important;
    margin-left:5px !important;}

ul._IL_pagination li:first-child{
    margin-left:0px;
}

ul._IL_pagination li a img{
    border:none;
    font-family: Arial,Helvetica,sans-serif;
}

ul._IL_pagination li.details{
    color:#3390CA;
}
ul._IL_pagination li a
{
    display:block;
    padding:7px 10px 7px 10px;
    font-size:12px !important;
    font-family: 'dosis' !important;
    border:solid 1px;



    padding:6px 9px 6px 9px;
    cursor: pointer;
    color:#0A7EC5;
    border-color:#8DC5E6;
    background:#F8FCFF;
}
ul._IL_pagination li
{
    padding-bottom:1px;
    list-style:none !important;   
    list-style-type:none !important;   
}



ul._IL_pagination li a:hover
{   
    color:#FFFFFF;
    box-shadow:0px 1px #EDEDED;
    -moz-box-shadow:0px 1px #EDEDED;
    -webkit-box-shadow:0px 1px #EDEDED;
    text-shadow:0px 1px #388DBE;
    border-color:#3390CA;
    background:#78D0FF;
    cursor: pointer;
    background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#78D0FF);
    background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#78D0FF));        
}

ul._IL_pagination li a.current
{   
    font-size:12px !important;
    font-family: 'dosis' !important;    color:#FFFFFF !important;
    box-shadow:0px 1px #EDEDED;
    -moz-box-shadow:0px 1px #EDEDED;
    -webkit-box-shadow:0px 1px #EDEDED;
    text-shadow:0px 1px #388DBE;
    border-color:#3390CA;
    background:#58B0E7;
    cursor: default;
    background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#58B0E7);
    background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#58B0E7));        
}

ul._IL_pagination li a.leftButton {
    float: left;
    border-top-left-radius:20px;  
    -moz-border-top-left-radius:20px;
    -webkit-border-top-left-radius:20px;
    border-bottom-left-radius:20px;  
    -moz-border-bottom-left-radius:20px;
    -webkit-border-bottom-left-radius:20px;

}

ul._IL_pagination li a.rightButton {
    float: right;
    border-top-right-radius:20px;  
    -moz-border-top-right-radius:20px;
    -webkit-border-top-right-radius:20px;
    border-bottom-right-radius:20px;  
    -moz-border-bottom-right-radius:20px;
    -webkit-border-bottom-right-radius:20px;

}

/* ------------------------------- pagination back -------------------------- */

ul.pagination{
    margin:0px;
    padding:0px;
    /*height:100%;*/
    overflow:hidden;
    font:12px 'Tahoma';
    list-style-type:none;   
    list-style:none;   
    text-align: center;

}

ul.pagination li.details{
    padding:7px 10px 7px 10px;
    font-size:14px;
}

ul.pagination li.dot{padding: 3px 0;}

ul.pagination li{
    float:left;
    margin:0px !important;
    padding:0px !important;
    list-style:none !important;   
    background: none !important;
    margin-left:5px !important;}

ul.pagination li:first-child{
    margin-left:0px;
}

ul.pagination li a img{
    border:none;
    font-family: Arial,Helvetica,sans-serif;
}

ul.pagination li.details{
    color:#3390CA;
}
ul.pagination li a
{
    display:block;
    padding:7px 10px 7px 10px;
    font-size:12px !important;
    font-family: 'dosis' !important;
    border:solid 1px;



    padding:6px 9px 6px 9px;
    cursor: pointer;
    color:#0A7EC5;
    border-color:#8DC5E6;
    background:#F8FCFF;
}
ul.pagination li
{
    padding-bottom:1px;
    list-style:none !important;   
    list-style-type:none !important;   
}



ul.pagination li a:hover
{   
    color:#FFFFFF;
    box-shadow:0px 1px #EDEDED;
    -moz-box-shadow:0px 1px #EDEDED;
    -webkit-box-shadow:0px 1px #EDEDED;
    text-shadow:0px 1px #388DBE;
    border-color:#3390CA;
    background:#78D0FF;
    cursor: pointer;
    background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#78D0FF);
    background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#78D0FF));        
}

ul.pagination li a.current
{   
    font-size:12px !important;
    font-family: 'dosis' !important;    color:#FFFFFF !important;
    box-shadow:0px 1px #EDEDED;
    -moz-box-shadow:0px 1px #EDEDED;
    -webkit-box-shadow:0px 1px #EDEDED;
    text-shadow:0px 1px #388DBE;
    border-color:#3390CA;
    background:#58B0E7;
    cursor: default;
    background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#58B0E7);
    background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#58B0E7));        
}

ul.pagination li a.leftButton {
    float: left;
    border-top-left-radius:20px;  
    -moz-border-top-left-radius:20px;
    -webkit-border-top-left-radius:20px;
    border-bottom-left-radius:20px;  
    -moz-border-bottom-left-radius:20px;
    -webkit-border-bottom-left-radius:20px;

}

ul.pagination li a.rightButton {
    float: right;
    border-top-right-radius:20px;  
    -moz-border-top-right-radius:20px;
    -webkit-border-top-right-radius:20px;
    border-bottom-right-radius:20px;  
    -moz-border-bottom-right-radius:20px;
    -webkit-border-bottom-right-radius:20px;

}

/* --------------------------------------    ----------------- */
.superLinkContainer {
    display:inline-block;
}



.arrows {
    width:25px;
    display: inline-block; 
    vertical-align: middle;
    height:100px;

}

.arrows:hover {
    background-color: #EDEDED;
}



/*-------------------- add link dialog --------------------*/

#addLinkDialog 
{
    width:510px;
    /*    height:400px;*/
}

#exposeMask {
    /* use a custom background color and image on the mask */

}

#InLinkzHelpModal {
    display:none;
    position:absolute;

    /* standard decorations */
    width:510px;
    /*    height:400px;*/
    border:10px solid #666;

    /* for modern browsers use semi-transparent color on the border. nice! */
    border:10px solid rgba(82, 82, 82, 0.6);

    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;

    padding:10px;
    overflow: visible;
    position:relative;
    resize:both;
    border:1px solid #3B5998;
    background-color:#ffffff;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -webkit-box-shadow: 3px 3px 25px #222222;
    -moz-box-shadow: 3px 3px 25px #222222;
    box-shadow: 3px 3px 25px #222222;
}

#InLinkzHelpModal .close {
    background-image:url(//www.inlinkz.com/img/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

#InLinkzModal {

    /* overlay is hidden before loading */
    display:none;
    position:absolute;

    /* standard decorations */
    width:550px;
    /*    height:400px;*/
    border:10px solid #666;

    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;

    padding:10px;
    overflow: visible;
    position:relative;
    resize:both;
    border:1px solid #3B5998;
    background-color:#ffffff;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -webkit-box-shadow: 3px 3px 25px #222222;
    -moz-box-shadow: 3px 3px 25px #222222;
    box-shadow: 3px 3px 25px #222222;
}

#InLinkzModal .close {
    background-image:url(//www.inlinkz.com/img/close.png);
    position:absolute;
    right:-15px;
    top:-18px;
    cursor:pointer;
    height:35px;
    width:35px;
}

#InLinkzModal h2 {

    border-top-right-radius:8px;  
    -moz-border-top-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    border-top-left-radius:8px;  
    -moz-border-top-left-radius:8px;
    -webkit-border-top-left-radius:8px;
    margin:-11px;
    margin-bottom:0px;
    color:#fff;
    background-color:#6D84B4;
    padding:3px 10px;

    font-size:20px;
}


/*---------------------------- tabs --------------------------------------*/


/* root element for tabs  */
ul.css-tabs {
    margin:0 !important;
    padding:0;
    height:30px;
    border-bottom:1px solid #666;

}

/* single tab */
ul.css-tabs li {
    float:left;
    padding:0;
    margin:0;
    list-style-type:none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
    float:left;
    font-size:12px;
    display:block;
    padding:5px 5px;
    text-decoration:none;
    border:1px solid #666;
    border-bottom:0px;
    height:18px;
    background-color:red;
    color:#777;
    margin-right:2px;
    position:relative;
    top:1px;
    outline:0;
    background:#D8E9F3;

}

ul.css-tabs a:hover {
    background-color:#62CEFC;
    color:#333;
}

/* selected tab */
ul.css-tabs a.current {
    background-color:#FE9F51;
    border-bottom:1px solid #ddd;
    color:#000;
    cursor:default;
}


/* tab pane */
.css-panes div {
    display:none;
    border:1px solid #666;
    border-width:0 1px 1px 1px;
    min-height:150px;
    padding:5px 5px;
    background-color:#ffffff;
}


._ILLabel {
    font-size:14px;
    width:140px;
    text-align: right;
    font-family: 'Dosis';
    color: black !important;
}


._InLinkzMenuEntry {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #677084;
    font-family: proxima-nova,sans-serif;
    font-size: 12px;
    margin: 2px;
    text-align: left;
    width: 75px;
    cursor: pointer;



}

._InLinkzMenuEntry:hover {
    background: #0399D4;
    background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#E0E0E0));
    background: -moz-linear-gradient(top,  #EBEBEB,  #E0E0E0);
    color: #444444;
    border-radius: 3px 3px 3px 3px;

}

._InLinkzMenuEntry:visited {
    color: #444444;
}

._ILTwLink {
    color:black;
}


._ILMenu {
    background: -moz-linear-gradient(#F2F2F2, #F5F6F7) repeat scroll 0 0 #E7E7E8;
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.3);
    left: 5px;
    padding: 3px;
    position: absolute;
    top: 33px;
    visibility: hidden;

}

._InLinkzLUI {
    position: relative;
    margin:3px;
}

._ILThumb {
    cursor: pointer;
    opacity: 1;
    padding:0px;
    margin:0px;
    border:none !important;
}

._ILThumb:hover {
    opacity: 1;
}

._InLinkzMenuEntries {
    position:absolute;
    top:31px;
    margin: 0px;
    padding: 0px;
    left:5px;
    background-color: #E7E7E8;
    background: -moz-linear-gradient(#F2F2F2, #F5F6F7) repeat scroll 0 0 #E7E7E8;
    background: -webkit-linear-gradient(#F2F2F2, #F5F6F7) repeat scroll 0 0 #E7E7E8;
    background: linear-gradient(#F2F2F2, #F5F6F7) repeat scroll 0 0 #E7E7E8;
    border: none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.3);
    left: 5px;
    padding: 0px;
    position: absolute;
    top: 33px;

}

._ILInput {
    font-size:14px !important;
    font-family: 'Dosis';
    background-color: #F8FCFF;
    border:solid 1px;
    border-color:#9999CA;
    color: black !important;

}

._ILexplain {
    float: left;
    font-size: 9px !important;
    color: blue;
    height:15px;
}
._ILexplain a:visited {
    color: blue;
}

._ILright {
    float: right;
}

._ILError {
    color: white;
    font-size: 14px;
    /*    font-weight: bold;*/
    background: salmon;
    padding:3px;

}
._ILRequired {
    font-family: 'Dosis';
    font-size: 12px  !important;
    color: red;
}

._ILButton {
    color:#FFFFFF;
    box-shadow:0px 1px #EDEDED;
    -moz-box-shadow:0px 1px #EDEDED;
    -webkit-box-shadow:0px 1px #EDEDED;
    text-shadow:0px 1px #388DBE;
    background:#58B0E7;
    background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#58B0E7);
    background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#58B0E7)); 
    margin:2px;
    padding:0px;
    height:100%;
    font:12px 'Tahoma';
    list-style-type:none;   
    text-align: center;
    border:solid 1px;
    border-color:#3390CA;
    padding:3px 3px 3px 3px;
    cursor: pointer;
}


._ILCard {
    margin:0px;
    padding:0px !important;
    border: none !important;
    overflow: visible !important;
}

._InLinkzModalContent {
    display:none;
    margin:0px;
    padding:0px;
    position:relative;
    overflow: visible;
    resize:both;
}

._ILAddLinkButton:hover {
    color:#FFFFFF !important;
}

._ILAddLinkButton:visited {
    color:#FFFFFF !important;
}

._ILAddLinkButton {
    color:#FFFFFF !important;
    text-shadow:0px 1px #388DBE;
    text-decoration: none;
    border: 1px solid #3390CA;
    background:#58B0E7;
    cursor: pointer;
    background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#58B0E7);
    background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#58B0E7));  
    margin:0px;
    padding:0px;
    height:25px;
    overflow:hidden;
    font:12px 'Tahoma';
    list-style-type:none;   
    text-align: center;
    padding:3px 5px 3px 5px;
    font-size:12px;
}

._add_link_button_clicked {
    background: #aaaaaa !important;
    cursor : progress !important;
}

._ILThumbnails {
    max-width:75px;
    max-height:75px;
    margin:4px;
    padding:3px;
    border: 1px solid #F1F6F9;
    cursor: pointer;
}

._ILThumbnailsContainer span {
    font-size: 9px;
    font-family: sans-serif;
    top: 3px;
    left: 0;
    position: absolute;
    top: 95px;
    width: 90px;
}

._ILThumbnailsContainer {
    display:inline-block;
    height: 110px;
    margin: 5px;
    width: 90px;
    border: 1px solid #3390CA;
    vertical-align: middle;
    text-align: center;
    position : relative;

    border-radius:5px;  
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

._ILSelectedImage {
    background:#58B0E7;
    cursor: default;
    background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#58B0E7);
    background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#58B0E7));  
}

._ILThmbContainer {
    position:absolute;
    display: block;
    visibility: visible;
    padding:0px;
}

#_ILImgContainer {
    margin:0px;
    padding:0px;
}

._ILImgHrd {
    color: white;
    background-color: #3390CA;
    font-size: 14px;
    font-family: cursive;
    height:30px;
    margin:0px;
    padding:0px;
}

._ILSettingsBut {
    cursor: pointer;
    float:right;
    opacity: .5;
}
._ILSettingsBut:hover {
    opacity: 1;
}
/*

._ILVisited {
    opacity: .9 !important;
}*/
._ILSettings {
    position:relative;
    left:0px;
    height:200px;

    border-radius: 7px; 
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px; 
    border: 1px solid #A6A6A6;
    margin-top:10px;
}



/*          ---------------------------------------------- */

/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
    font-size: 0;
    position: absolute;
    background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
    font-size: 1px;
    width: 7px !important;
    height: 7px !important;
    border: 1px #eee solid;
    background-color: #333;
    *width: 9px;
    *height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
    background: yellow;
}
.custom .jcrop-handle
{
    border-color: black;
    background-color: #C7BB00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


._ILInfoText {
    /*    color:#555555;
        text-shadow:0px 1px #FFFFFF;
        background:#EEEEEE;*/

    border: none;
    cursor: pointer;
    margin:0px;
    /*height:100%;*/
    overflow:hidden;
    font:10px sans-serif;
    text-align: left;
    padding:3px 5px 3px 5px;


    text-align: center;

}

._ILTwLink {
    text-decoration: none !important;
    color:black !important;
}

._ILTwLink:visited {
    color:black !important;
}

._ILTwLink:hover {
    color:black !important;
}

/* ------------------------------------------------------------------------ */
._InLinkzMenuButton {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: #E7E7E8;
    background-image: url("http://www.inlinkz.com/img/action-dropdown.png");
    background-image: url("http://www.inlinkz.com/img/action-dropdown.png"), -moz-linear-gradient(#FFFFFF, #E8E9EB);
    background-image: url("http://www.inlinkz.com/img/action-dropdown.png"), -webkit-linear-gradient(#FFFFFF, #E8E9EB);
    background-origin: padding-box, padding-box;
    background-position: right bottom, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 22px 24px, 100% 100%;
    border: 1px solid #B9BABC;
    border-radius: 3px 3px 3px 3px;
    height: 22px;
    left: 5px;
    opacity: 0.1;
    padding: 2px 26px 0 4px;
    position: absolute;
    top: 5px;
}


._InLinkzVote {
    background-image: url("//www.inlinkz.com/img/heart_g.png");
    cursor:pointer;
    position:absolute;
    top:0px;
    right:0px;
    width:32px;
    height:32px;
    margin: 0px !important;
    border:0;
z-index: 2;
}

._InLinkzVoted {
    background-image: url("//www.inlinkz.com/img/heart.png");
    position:absolute;
    top:0px;
    right:0px;
    width:32px;
    height:32px;
    margin: 0px !important;
    border:0;
z-index: 2;
}

._InLinkzVote:hover {
    background-image: url("//www.inlinkz.com/img/heart.png");
}

._ILVoteNum {
    /*  background:#ffffff url('http://www.inlinkz.com/img/heart_s.png') no-repeat ;*/
    /*    position:absolute;
        top:0px;
        right:0px;
        width:32px;
        height:32px;
        border:0*/
    border-top: 1px solid #e2e3e5;
    padding: 0;
    margin: 0 5px 0 5px !important;
    text-align: left;
}

._ILHRTs {
    background:#ffffff url('//www.inlinkz.com/img/heart_s.png') no-repeat ;
    width:15px;
    position:absolute;
    height:13px;
    border: 1px solid blue;
}

._ILVNTxt {
    font-size: 11px;
    text-align: left;
    padding-right: 10px;
    color: gray;
    font-family: sans-serif;

}

/* link bar test */

._ILLinkBar {
    background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.8); 
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:24px;
    /*border:1px solid lightGray;*/
    display:none;
}

._ILBarBut {
    position:absolute;
    width:16px;
    height:16px;
    border:0;
    opacity:0.8;
    top:4px;
    margin: 0px !important;
    /*cursor: pointer;*/
}

._ILPin {
    background-image: url("//www.inlinkz.com/img/glp.png");
    left:4px;

}

._ILFac {
    background-image: url("//www.inlinkz.com/img/glf.png");
    left:24px;
}

._ILTwi {
    background-image: url("//www.inlinkz.com/img/glt.png");
    left:44px;
}

._ILbin {
    background-image: url("//www.inlinkz.com/img/glb.png");
    right:4px;
}


._ILHref {
    width:16px;
    height:16px;
    position:absolute;
    border:0;
    top: 0;
    left:0;
    opacity:0.8;
}



._ILBarBut:hover {
    opacity:1;
}

._ILVisited {
    background-image: url("//www.inlinkz.com/img/vzt.png");
    background-repeat:no-repeat;
    position:absolute;
    top:0px;
    left:0px;
    width:32px;
    height:32px;
    border:0;
z-index: 2;
}

._inlinkzMessage {
    font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 14px;
    /*height:715px;*/
    width:100%;
    text-align:center;
    margin: 0px;
    padding: 10px;
    border: 2px solid lightgray;
    border-radius:5px;
    color: black;
    text-shadow: 0px 0px 1px gray;
    background-color: white;
}
