*
{
    margin: 0; padding: 0;
    border: 0;
    outline: none;
}

table
{
    display: none;
}

body
{
    width: 100%;
    background: #FFFFFF url("back.jpg") top left repeat-x fixed;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #202020;
    cursor: default;
}

a
{
    text-decoration: none;
    color: #001166;
}

small
{
    font-size: 11px;
}

.clear
{
    clear: both;
}

/* header */
#header
{
    position: relative;
    width: 100%; height: 130px;
}

#header .inside
{
    width: 980px;
    margin: 0 auto;
}

#header h1
{
    float: left;
    display: block;
    width: 265px; height: 125px;
    background: transparent url("logo.gif") left top no-repeat;
}

#header h1 span
{
    display: none;
}

#header .clear
{
    clear: right;
    height: 8px;
}

/* search */
#search
{
    float: right;
    width: 300px;
    margin-right: 40px; padding: 10px 0;
    line-height: 30px;
    text-align: center;
}

#search input
{
    width: 240px;
    padding: 6px; padding-left: 20px;
    background: #FEFEFE url("search-back.jpg") left top repeat-x;
}

/* member box */
#member
{
    float: right;
    width: 300px; height: 80px;
    padding: 5px 0;
    line-height: 24px;
}

#member .sideone
{
    float: right;
    width: 200px;
    text-align: right;
}

#member .sidetwo
{
    float: right;
    width: 100px;
    text-align: right;
}

#member .sidefull
{
    width: 300px;
    text-align: right;
}

/* menu */
#menu
{
    float: right;
    height: 30px;
    list-style-type: none;
}

#menu li
{
    float: left;
    display: block;
    margin-left: 5px;
    padding: 4px 0px;
    line-height: 19px;
}

#menu li.active
{
    background-image: url("menu-back-active.jpg");
}

#menu li a
{
    padding: 5px;
    font-size: 13px;
    background: #667494 url("buton.jpg") top left repeat-x;
    border: 1px outset #4F5159;
    color: #FFFFFF;
    text-align: center;
}

#menu li.active a
{
    background-image: url("buton-light.jpg");
}

#menu li a:hover
{
    background: transparent url("buton-light.jpg") left top repeat-x;
    color: #182558;
}

/* dinamic */
#dinamic
{
    z-index: 999;
    position: absolute;
    visibility: hidden;
}

#dinamic .cekmece
{
    width: 150px;
    border: 1px outset #464F76;
    list-style-type: none;
}

#dinamic .cekmece li
{
    display: block;
}

#dinamic .cekmece li a
{
    display: block;
    height: 16px;
    padding: 4px;
    background: #E5E5E5;
    font-size: 11px;
    text-align: right;
    line-height: 16px;
    color: #1C2B63;
}

#dinamic .cekmece li a:hover
{
    background: #464F76;
    color: #FFFFFF;
}

#dinamic .divloading
{
    background: #EEEEEE;
    text-align: center;
}

#dinamic .divsmall
{
    width: 150px;
    padding: 20px;
    background: #EEEEEE;
    border: 2px solid #727996;
    text-align: center;
}

#dinamic .divbig
{
    width: 260px;
    padding: 10px;
    background: #EEEEEE;
    border: 2px solid #727996;
    text-align: center;
}

#dinamic .divverybig
{
    width: 310px;
    padding: 10px;
    background: #EEEEEE;
    border: 2px solid #727996;
    text-align: center;
}

#dinamic .divfree
{
    padding: 10px;
    background: #EEEEEE;
    border: 11px solid #858585;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

#dinamic .divfree input
{
    font-size: 11px;
}

/* main */
#main
{
    width: 980px;
    margin: 0 auto;
}

/* left panel */
#leftpanel
{
    float: left;
    overflow: hidden;
    width: 196px;
    padding: 10px 0;
}

#leftpanel h3
{
    height: 20px;
    padding: 2px 4px 2px 8px;
    background: transparent url("buton.jpg") left top repeat-x;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
}

#leftpanel h3 a
{
    color: #FFFFFF;
}

#leftpanel p
{
    padding: 2px 4px 2px 8px;
    line-height: 18px;
    font-size: 12px;
}

#leftpanel p a:hover
{
    background-color: #D6D6D6;
}

#leftpanel .avatar
{
    margin: 4px 4px 2px 0;
    text-align: center;
}

#leftpanel .avatar img
{
    border: 2px solid #CCC;
}

#leftpanel .status
{
    margin: 4px 4px 2px 0;
    text-align: center;
    font-size: 12px;
    padding-right: 5px;
}

#leftpanel .statusmessage
{
    margin: 15px 4px 2px 0;
    text-align: justify;
}

#leftpanel .whoisinfo
{
    margin: 15px 4px 10px 0;
    clear: both;
}

#leftpanel .whoisinput
{
    overflow: hidden;
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #DDDDDD;
    clear: both;
}

#leftpanel .whoisinput .leftside
{
    float: left;
}

#leftpanel .whoisinput .rightside
{
    float: right;
}

#leftpanel .whoisbackend
{
    margin: 15px 4px 5px 0;
    clear: both;
}

#leftpanel .whoisbackendinput
{
    overflow: hidden;
    padding: 2px 0 2px 0;
    clear: both;
}

#leftpanel .whoisbackendinput .leftside
{
    float: left;
}

#leftpanel .whoisbackendinput .rightside
{
    float: right;
}

#leftpanel-secmece a
{
    margin-right: 2px;
    padding: 2px 3px;
    border: 1px solid #FCFCFC;
    color: #FFFFFF;
}

#leftpanel-secmece a.active
{
    background-color: #FCFCFC;
    background: transparent url("buton-light.jpg") top left repeat-x;
    color: #182558;
}

#leftpanel-secmece-pages, #leftpanel-secmece-pages select
{
    width: 50px;
    font-size: 11px;
}

#leftpanel .sitemap
{
    padding: 4px;
    background-color: #EEEEEE;
    color: #1C2B63;
    line-height: 24px;
}

#leftpanel .sitemap:hover
{
    background-color: #DDD;
    color: #333;
}

/* content */
#content
{
    float: left;
    overflow: hidden;
    width: 600px;
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
}

#content h2
{
    overflow: hidden;
    width: 580px;
    padding-bottom: 5px;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #1C2B63;
}

#content h2 a
{
    color: #1C2B63;
}

#content h2 a:hover
{
    background-color: #D6D6D6;
}

#content h3
{
    padding-bottom: 5px;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #1C2B63;
}

#content h3 a
{
    color: #1C2B63;
}

#content .num
{
    font-family: "Georgia", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#content .mods
{
    float: right;
    padding: 5px;
    text-align: right;
}

#content .padding
{
    padding: 5px;
    text-align: left;
}

#content .paddingcenter
{
    padding: 5px;
    text-align: center;
}

#content .paddingbordered
{
    padding: 5px;
    clear: both;
}

#content .paddinglabeled
{
    padding: 5px;
}

#content .paddinglabeled .label
{
    display: block;
    position: absolute;
    width: 140px;
    margin-left: 10px;
}

#content .paddinglabeled .value
{
    display: block;
    margin-left: 160px;
}

#content .paddinglinked
{
    padding: 5px;
}

#content .paddinglinked a
{
    color: #FF7700;
}

#content .paddinglinked a:hover
{
    background-color: #F0F0F0;
}

#content .numberlist
{
    margin: 5px 0 0 35px;
    list-style: lower-roman;
}

#content .entry
{
    margin-top: 3px; padding: 5px 0 5px 0;
    clear: both;
}

#content .entry .num
{
    display: block;
    position: absolute;
    width: 24px;
    padding: 14px 2px 0 0;
    background: transparent url("s-comment.gif") right top no-repeat;
    font-size: 10px; text-align: right;
}

#content .entry .numsearch
{
    display: block;
    position: absolute;
    width: 24px;
    padding: 16px 2px 0 0;
    background: transparent url("s-zoom.gif") right top no-repeat;
    font-size: 10px; text-align: right;
}

#content .entry .numblog
{
    display: block;
    position: absolute;
    width: 24px;
    padding: 14px 2px 0 0;
    background: transparent url("s-blog.gif") right top no-repeat;
    font-size: 10px; text-align: right;
}

#content .entry .numlink
{
    display: block;
    position: absolute;
    width: 24px;
    padding: 14px 2px 0 0;
    background: transparent url("s-monitorlink.gif") right top no-repeat;
    font-size: 10px; text-align: right;
}

#content .entry .numprogram
{
    display: block;
    position: absolute;
    width: 24px;
    padding: 14px 2px 0 0;
    background: transparent url("s-application.gif") right top no-repeat;
    font-size: 10px; text-align: right;
}

#content .entry .numavatar
{
    display: block;
    position: absolute;
    width: 24px;
    padding: 0 2px 0 3px;
    font-size: 10px; text-align: right;
}

#content .entry p
{
    overflow: hidden;
    width: 542px;
    margin-left: 30px; padding: 0 4px 4px 4px;
}

#content .entry p.nolinkcolor a
{
    color: #1C2B63;
}

#content .entry p a:hover
{
    background-color: #D6D6D6;
}

#content .entry .details
{
    display: block;
    padding: 10px 20px;
    font-size: 11px;
    text-align: right;
}

#content .related
{
    margin-left: 5px;
    padding: 3px 0 0 20px;
    text-align: left;
    list-style: lower-roman;
}

#content .event
{
    margin-top: 0px; padding: 5px 0 5px 0;
    border-top: 1px solid #D8DFEA;
    clear: both;
}

#content .event p
{
    overflow: hidden;
    width: 542px;
    margin-left: 10px; padding: 2px 2px 2px 2px;
}

#content .event p a
{
    color: #1C2B63;
}

#content .event p a:hover
{
    background-color: #D6D6D6;
}

#content .event span.time
{
    font-size: 10px;
    color: #888888;
}

#content .event span.content
{
    display: block;
    padding: 10px 0 5px 15px;
}

#content .pages
{
    padding: 4px;
    line-height: 32px;
    text-align: center;
}

#content .pages a.page:active
{
    background: transparent url("buton.jpg") repeat-x;
    color: #FFFFFF;
}

#content .butonlink
{
    padding: 2px 4px;
    background: transparent url("buton.jpg") repeat-x;
    border: 1px outset #464F76;
    line-height: 16px;
    color: #FFFFFF;
}

#content .butonlink:hover
{
    background-image: url("buton-light.jpg");
    border: 1px outset #464F76;
    color: #182558;
}

#content .butonlinkactive
{
    padding: 2px 4px;
    background: transparent url("buton-light.jpg") repeat-x;
    border: 1px outset #464F76;
    line-height: 16px;
    color: #182558;
}

#content .textareaform
{
    padding-top: 10px;
}

#content .textareaform disabled
{
    background: #CCC;
}

#content .theme
{
    display: block;
    float: left;
    width: 178px;
    margin: 0 5px 5px 0; padding: 5px;
    border: 1px solid #F0F0F0;
    text-align: center;
    line-height: 24px;
}

#content .loginpage
{
    margin: 20px 0 0 30px;
}

#content .loginpage .label
{
    display: block;
    position: absolute;
    width: 75px;
    margin-left: 10px;
    padding-top: 3px;
    text-align: right;
}

#content .loginpage .value
{
    display: block;
    margin-left: 95px;
}

#content .allmembers
{
    margin: 20px 0 0 10px;
    list-style: none;
}

#content .allmembers li
{
    margin-bottom: 4px;
    clear: both;
}

#content .avatarbordered
{
    border: 1px solid #CCC;
    padding: 1px;
}

#content .avatarbordered:hover
{
    border: 1px solid #AAA;
}

#content .quota
{
    float: right;
    width: 100px;
    height: 10px;
    margin: 7px 3px 7px 0;
    text-align: left;
    border: 1px solid #475077;
}

#content .quota .bar
{
    display: block;
    width: 26px;
    background: url("bar.gif") repeat-x;
}

#content .changetheme
{
    float: left;
    overflow: hidden;
    width: 178px;
    margin: 10px 5px;
    padding: 5px;
    border: 1px solid #AAA;
    text-align: center;
    white-space: nowrap;
}

#content .changetheme img
{
    width: 170px;
    height: 110px;
    margin-top: 4px;
    padding: 1px;
    border: 1px solid #CCC;
}

#content .changetheme img:hover
{
    border: 1px solid #AAA;
}

#content .guvenlikkodu
{
    vertical-align: top;
}

/* tabs */
#tabmenu
{
    list-style-type: none;
    padding: 0 10px 25px 10px;
    border-bottom: 1px solid #AAAAAA;
}

#tabmenu li
{
    float: left;
    height: 18px;
    margin: 0 4px; padding: 3px 5px;
    background: transparent url("buton-light.jpg") left bottom repeat-x;
    border: 1px solid #BBBBBB;
    border-bottom: 1px solid #AAAAAA;
}

#tabmenu li a
{
    color: #182558;
}

#tabmenu li.active
{
    background: #454E75 url("buton.jpg") top left repeat-x;
    border: 1px solid #25293F;
    color: #FFFFFF;
}

#tabmenu li.active a
{
    color: #FFFFFF;
}

#tabs div
{
    clear: both;
    display: none;
    padding-top: 10px;
    text-align: center;
}

/* right panel */
#rightpanel
{
    float: left;
    overflow: hidden;
    width: 160px;
    padding: 10px 0;
}

#rightpanel h3
{
    height: 16px;
    padding: 4px 4px 4px 8px;
    background: transparent url("buton.jpg") left top repeat-x;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    color: #FFFFFF;
}

#rightpanel h3 a
{
    color: #FFFFFF;
}

#rightpanel p
{
    padding: 4px 4px 4px 8px;
    line-height: 18px;
}

/* footer */
#footer
{
    overflow: hidden;
    width: 980px;
    margin: 5px auto;
    margin-bottom: 0;
    padding: 20px 0 15px 0;
}

.footerlogo
{
    float: left;
    margin-left: 30px;
    width: 49px;
    height: 44px;
    background: transparent url("footer-logo.gif") no-repeat;
    text-align: center;
}

.footercopy
{
    float: left;
    margin-left: 15px;
    color: #000;
}

.footercopy a
{
    color: #000;
}

.footerlinks
{
    float: right;
    margin-right: 15px;
    text-align: right;
}

#footerwarning
{
    float: left;
    width: 90%;
    margin: 3px 0 0 15px;
    text-align: justify;
}

.footerextra
{
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.footerextra p
{
    padding-top: 15px;
    margin-bottom: -5px;
}

/* texts with image */
.admin
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-admin.gif") left top no-repeat;
}

.arrow-bottom
{
    padding: 1px 0 2px 16px;
    background: transparent url("s-arrow-bottom.gif") left top no-repeat;
}

.arrow-left
{
    padding: 1px 0 2px 16px;
    background: transparent url("s-arrow-left.gif") left top no-repeat;
}

.arrow-leftd
{
    padding: 1px 0 2px 16px;
    background: transparent url("s-arrow-leftd.gif") left top no-repeat;
}

.arrow-right
{
    padding: 1px 16px 2px 0;
    background: transparent url("s-arrow-right.gif") right top no-repeat;
}

.arrow-rightd
{
    padding: 1px 16px 2px 0;
    background: transparent url("s-arrow-rightd.gif") right top no-repeat;
}

.arrow-rightl
{
    padding: 1px 0 2px 16px;
    background: transparent url("s-arrow-right.gif") left top no-repeat;
}

.arrow-rightld
{
    padding: 1px 0 2px 16px;
    background: transparent url("s-arrow-rightd.gif") left top no-repeat;
}

.bad
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-bad.gif") left top no-repeat;
}

.blog
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-blog.gif") left top no-repeat;
}

.blogadd
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-blogadd.gif") left top no-repeat;
}

.chartpie
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-chartpie.gif") left top no-repeat;
}

.comment
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-comment.gif") left top no-repeat;
}

.comments
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-comments.gif") left top no-repeat;
}

.complete
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-complete.gif") left top no-repeat;
}

.date
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-date.gif") left top no-repeat;
}

.delete
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-delete.gif") left top no-repeat;
}

.edit
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-edit.gif") left top no-repeat;
}

.forward
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-forward.gif") left top no-repeat;
}

.alert
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-alert.gif") left top no-repeat;
}

.error
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-error.gif") left top no-repeat;
}

.bell
{
    padding: 0px 0 2px 18px;
    background: transparent url("s-warn.gif") left top no-repeat;
}

.feed
{
    padding: 2px 0 2px 18px;
    background: transparent url("s-feed.gif") left top no-repeat;
}

.good
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-good.gif") left top no-repeat;
}

.keyboard
{
    padding: 1px 0 2px 20px;
    background: transparent url("s-keyboard.gif") left top no-repeat;
}

.light
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-light.gif") left top no-repeat;
}

.link
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-link.gif") left top no-repeat;
}

.linkadd
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-linkadd.gif") left top no-repeat;
}

.mail
{
    padding: 1px 0 2px 20px;
    background: transparent url("s-mail.gif") left top no-repeat;
}

.mailactive
{
    padding: 1px 0 2px 20px;
    background: transparent url("s-mailactive.gif") left top no-repeat;
}

.page
{
    margin-left: 3px;
    padding: 3px 6px;
    background: transparent url("buton-light.jpg") repeat-x;
    border: 1px outset #464F76;
    line-height: 16px;
    color: #182558;
}

.pageadd
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-pageadd.gif") left top no-repeat;
}

.pagered
{
    margin-left: 3px;
    padding: 3px 6px;
    background: transparent url("buton.jpg") repeat-x;
    border: 1px outset #464F76;
    line-height: 16px;
    color: #FFFFFF;
}

.pageedit
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-pageedit.gif") left top no-repeat;
}

.pagedelete
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-pagedelete.gif") left top no-repeat;
}

.pageadd
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-pageadd.gif") left top no-repeat;
}

.pagego
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-pagego.gif") left top no-repeat;
}

.configure
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-configure.gif") left top no-repeat;
}

.group
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-group.gif") left top no-repeat;
}

.groupadd
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-groupadd.gif") left top no-repeat;
}

.groupdelete
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-groupdelete.gif") left top no-repeat;
}

.vcardadd
{
    padding: 3px 0 2px 20px;
    background: transparent url("s-vcard-add.gif") left top no-repeat;
}

.vcarddelete
{
    padding: 3px 0 2px 20px;
    background: transparent url("s-vcard-delete.gif") left top no-repeat;
}

.rss
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-rss.gif") left top no-repeat;
}

.search
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-search.gif") left top no-repeat;
}

.searchadv
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-searchadv.gif") left top no-repeat;
}

.stats
{
    padding: 1px 0 2px 20px;
    background: transparent url("s-stats.gif") left top no-repeat;
}

.tag
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-tag.gif") left top no-repeat;
}

.favourite
{
    padding: 1px 0 2px 19px;
    background: transparent url("s-favourite.gif") left top no-repeat;
}

.folder
{
    padding: 2px 0 2px 18px;
    background: transparent url("s-folder.gif") left top no-repeat;
}

.user
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-user.gif") left top no-repeat;
}

.userdetail
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-userdetail.gif") left top no-repeat;
}

.login
{
    padding: 1px 0 2px 20px;
    background: transparent url("s-login.gif") left top no-repeat;
}

.register
{
    padding: 1px 0 2px 20px;
    background: transparent url("s-vcard-add.gif") left top no-repeat;
}

.logout
{
    padding: 1px 16px 2px 0;
    background: transparent url("s-arrow-right.gif") right top no-repeat;
}

.online
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-online.gif") left top no-repeat;
}

.offline
{
    padding: 1px 0 2px 18px;
    background: transparent url("s-offline.gif") left top no-repeat;
}

.application
{
    padding: 1px 0 2px 19px;
    background: transparent url("s-application.gif") left top no-repeat;
}

.applicationadd
{
    padding: 1px 0 2px 19px;
    background: transparent url("s-application-add.gif") left top no-repeat;
}

.disk
{
    padding: 1px 0 2px 19px;
    background: transparent url("s-disk.gif") left top no-repeat;
}

/* forms */
input
{
    padding: 3px 0 3px 2px;
    background: #FEFEFE url("input-back.jpg") left top repeat-x;
    border: 1px solid #C0C0C0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #222222;
}

input.verybig
{
    width: 450px;
}

input.big
{
    width: 240px;
}

input.small
{
    width: 80px;
}

input.checkbox
{
    width: 20px !important;
    border: none;
}

.labeledinput
{
    padding: 2px 0;
    line-height: 24px;
}

.labeledinput label
{
    display: block;
    position: absolute;
    width: 110px;
    margin-left: 10px;
}

.labeledinput input, .labeledinput select
{
    margin-left: 120px;
}

select
{
    background-color: #FEFEFE;
    border: 1px solid #C0C0C0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #222222;
}

optgroup
{
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-indent: 4px;
}

option
{
    padding: 1px 10px;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: normal;
}

textarea
{
    width: 500px;
    padding: 4px;
    background-color: #FEFEFE;
    background: #FEFEFE url("textarea-back.jpg") left top repeat-x;
    border: 1px solid #C0C0C0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #222222;
}

textarea.small
{
    width: 350px;
}

.textareaform textarea
{
    float: left;
}

.textareabuton
{
    float: left;
    padding: 0 0 0 10px;
    font-size: 11px;
    line-height: 18.7px;
    text-align: left;
}

.textareabuton a
{
    color: #1C2B63;
}

/* inputs with image */
.ipassword
{
    background: #FFFFFF url("si-password.gif") left center no-repeat;
    padding-left: 20px;
}

.isearch
{
    background: #FFFFFF url("si-search.gif") left center no-repeat;
    padding-left: 20px;
}

.iuser
{
    background: #FFFFFF url("si-user.gif") left center no-repeat;
    margin-bottom: 5px;
    padding-left: 20px;
}