html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-color: #f9f9f9;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.about {
    margin: 70px auto 40px;
    padding: 8px;
    width: 260px;
    font: 10px/18px 'Lucida Grande', Arial, sans-serif;
    color: #bbb;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    background: #383838;
    background: rgba(34, 34, 34, 0.8);
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
}

    .about a {
        color: #eee;
        text-decoration: none;
        border-radius: 2px;
        -webkit-transition: background 0.1s;
        -moz-transition: background 0.1s;
        -o-transition: background 0.1s;
        transition: background 0.1s;
    }

        .about a:hover {
            text-decoration: none;
            background: #555;
            background: rgba(255, 255, 255, 0.15);
        }

.about-links {
    height: 30px;
}

    .about-links > a {
        float: left;
        width: 50%;
        line-height: 30px;
        font-size: 12px;
    }

.about-author {
    margin-top: 5px;
}

    .about-author > a {
        padding: 1px 3px;
        margin: 0 -1px;
    }

/*
 * Copyright (c) 2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:-moz-placeholder {
    color: #bcc0c8 !important;
}

::-webkit-input-placeholder {
    color: #bcc0c8;
}

:-ms-input-placeholder {
    color: #bcc0c8 !important;
}

body {
    font: 12px/20px 'Lucida Grande', Verdana, sans-serif;
    color: #404040;
    background-color: #f9f9f9;
    /*background: #ebc9a2;*/
}

input, textarea, select, label {
    font-family: inherit;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login {
    /*argin: 50px auto;*/
    padding: 10px 20px;
    width: 240px;
    /* background: #3f65b7;*/
    background-clip: padding-box;
    border: 1px solid #172b4e;
    border-bottom-color: #142647;
    border-radius: 5px;
    /* background-image: -webkit-radial-gradient(cover, #437dd6, #3960a6);
    background-image: -moz-radial-gradient(cover, #437dd6, #3960a6);
    background-image: -o-radial-gradient(cover, #437dd6, #3960a6);
    background-image: radial-gradient(cover, #437dd6, #3960a6);*/
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}

    .login > h1 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        color: white;
        text-align: center;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    }

.login-input {
    display: block;
    width: 95%;
    height: 30px;
    margin-bottom: 12px;
    padding: 0 9px;
    color: gray;
    /*text-shadow: 0 1px black;*/
    /*background: lightgray;*/
    background: linear-gradient();
    /*background: #2b3e5d;*/
    border: 1px solid #15243b;
    border-top-color: #0d1827;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
}

    .login-input:focus {
        outline: 0;
        color: white;
        background-color: #32486d;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
    }

.lt-ie9 .login-input {
    line-height: 35px;
}

.login-inputCaptcha {
    display: block;
    width: 148px;
    height: 30px;
    padding: 0 6px;
    color: black;
     font-size: 11px;
     margin-top: 3px;
    /*text-shadow: 0 1px black;*/
    background: linear-gradient();
    /*background: #2b3e5d;*/
    border: 1px solid #15243b;
    border-top-color: #0d1827;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
}

.login-submit {
    display: block;
    width: 95%;
    height: 30px;
    margin-bottom: 4px;
    font-size: 13px;
    color: #294779;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    /*background: #adcbfa;*/
    background: linear-gradient();
    background-clip: padding-box;
    border: 1px solid #284473;
    border-bottom-color: #223b66;
    border-radius: 4px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
    background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
    background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
    background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}

    .login-submit:active {
        background: #a4c2f3;
        -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
    }



    .login-submitLogin {
    display: block;
    width: 95%;
    height: 30px;
    margin-bottom: 4px;
    font-size: 13px;
    color: #294779;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    /*background: #adcbfa;*/
    background: linear-gradient();
    background-clip: padding-box;
    border: 1px solid #284473;
    border-bottom-color: #223b66;
    border-radius: 4px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
    background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
    background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
    background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}

    .login-submitLogin:active {
        background: #a4c2f3;
        -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
    }


     .login-submitLoginClick {
         background: url("../images/loader.gif") no-repeat scroll center center transparent;
    display: block;
    width: 95%;
    height: 30px;
    margin-bottom: 4px;
    font-size: 13px;
    color: #294779;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    /*background: #adcbfa;*/
    background: linear-gradient();
    background-clip: padding-box;
    border: 1px solid #284473;
    border-bottom-color: #223b66;
    border-radius: 4px;
    cursor: pointer;
       -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}

    .login-submitLoginClick:active {
        background: #a4c2f3;
        -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
    }





.login-help {
    text-align: center;
}

    .login-help > a {
        font-size: 11px;
        color: #d4deef;
        text-decoration: none;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    }

        .login-help > a:hover {
            text-decoration: underline;
        }




.login-rdo {
    width: 100%;
    height: 30px;
    margin-bottom: 12px;
    padding: 0 9px;
    color: white;

    /*background: url("../images/green.png") no-repeat scroll -360px -302px rgba(0, 0, 0, 0);*/
    /*text-shadow: 0 1px black;*/
    /*background: #2b3e5d;*/
}


.login-inputAge {
    width: 41%;
    margin-top: 12px;
    height: 30px;
    margin-bottom: 12px;
    padding: 0 3px;
    color: black;
    /*text-shadow: 0 1px black;*/
    background: linear-gradient();
    border: 1px solid #15243b;
    border-top-color: #0d1827;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
}

.dvMenuLeft {
    border-width: 0 1px 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: transparent rgb(221, 221, 221) rgb(221, 221, 221);
    padding: 20px 10px;
    border-radius: -0 0 8px 8px;
    background-color: threedlightshadow;
    background-image: url("../images/menuBlue04.png");
    color: white;
    /*-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 rgba(255, 255, 255, 0.6);*/
}


.dvForgotPasswordA {
    border-width: 0 1px 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: transparent rgb(221, 221, 221) rgb(221, 221, 221);
    padding: 20px 10px;
    border-radius: -0 0 8px 8px;
    background-color: threedlightshadow;
    background-image: url("../images/menuBlue04.png");
    color: white;
    /*-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 rgba(255, 255, 255, 0.6);*/
}


div.suggesttitleright {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bdbdbb;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin-right: 49px;
    min-height: 28px;
    padding: 12px 10px 5px;
    top: 2px;
    white-space: nowrap;
    position: absolute;
    border-radius: 4px;
    display: none;
}

.suggestLike {
    right: 23%;
 }

.suggestUnlike {
    right: 10%;
 }

.suggestMessage {
    right: -14px;
 }


.dvPara {
    color: #9d9d9d;
    font: 14px/24px 'proxima_nova_rgregular',Times New Roman,Times,serif;
    height:128px;
    padding: 0 5px;
}

.F9a {
    color: #262626;
    display: inline-block;
    font: 300 20px Roboto,arial,sans-serif;
}

.target {
   
    height: 17px;
    right: 124px;
    top: 4px;
    width: 9px;
     background: url("../images/icons.png") no-repeat scroll  -193px -230px rgba(0, 0, 0, 0);
}

.targetLike {
    right: 124px;
 }

.targetUnlike {
    right: 164px;
 }

.targetMessageLike {
    right: -9px;
 }

.targetMessage {
   
    height: 17px;
    right: 124px;
    top: 4px;
    width: 9px;
     background: url("../images/icons.png") no-repeat scroll  -202px -230px rgba(0, 0, 0, 0);
       right: -9px;
}

.icon {
    background: url("../images/icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.abs {
    position: absolute;
}
.icon {
    display: inline-block;
    overflow: hidden;
    text-indent: -1000em;
}
.overlay a:hover + .suggesttitleright{ display:block; }

.MailMessage {
    background: url("../images/icons.png") no-repeat scroll -106px 1px #3b5998;
    height: 13px;
    left: 87%;
    margin: 10px 10px;
    position: absolute;
    top: 94%;
    width: 21px;
    cursor: pointer;
}


.MailMessageProfilePage {
    background: url("../images/icons.png") no-repeat scroll -106px 1px #3b5998;
    height: 13px;
    left: 71%;
    margin: 10px 10px;
    position: absolute;
    top: 26.5%;
    width: 21px;
    cursor: pointer;
}

.boxHead {

    font-weight:normal;
    color:white;
}

.dvCaptchaReg {

background-color:white;
padding:8px 0;
border-radius:6px;
width:160px;

}

.MainDv
{
vertical-align: top;  height: 235px; width: 45%; margin-top:12px;
}

