﻿
body {
    margin: 0;
    padding: 0;
    font: normal 12px/16px "Arial", Helvetica, sans-serif;
    background: #000 !important;
}

.login_button {
    background: #ff0000;
    /*height:20px;*/
    width: 60px !important;
    border-radius: 6px;
    color: #fff;
    font: bold 15px/25px Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 8px;
}

    .login_button:hover {
        background: #b50000;
    }


.login_button4 {
    background: rgba(0, 0, 0, 0) linear-gradient(#ff0000, #970000) repeat scroll 0 0;
    border: 0 none;
    border-radius: 6px;
    color: #ccc;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 2px;
    padding: 5px 0;
    text-shadow: 0 -1px 0 #000;
    text-transform: uppercase;
    transition: all 150ms ease 0s;
    width: 60px !important;
}

    .login_button4:hover, .login_button4:focus {
        -webkit-animation: pulsate 1.2s linear infinite;
        animation: pulsate 1.2s linear infinite;
        -moz-animation: pulsate 1.2s linear infinite;
    }

@-webkit-keyframes pulsate {
    0% {
        color: #ddd;
        text-shadow: 0 -1px 0 #000;
    }

    50% {
        color: #fff;
        text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
    }

    100% {
        color: #ddd;
        text-shadow: 0 -1px 0 #000;
    }
}

@-moz-keyframes pulsate {
    0% {
        color: #ddd;
        text-shadow: 0 -1px 0 #000;
    }

    50% {
        color: #fff;
        text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
    }

    100% {
        color: #ddd;
        text-shadow: 0 -1px 0 #000;
    }
}

@keyframes pulsate {
    0% {
        color: #ddd;
        text-shadow: 0 -1px 0 #000;
    }

    50% {
        color: #fff;
        text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
    }

    100% {
        color: #ddd;
        text-shadow: 0 -1px 0 #000;
    }
}

.login_button4:active {
    color: #fff;
    text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
    box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-animation: none;
    animation: none;
}

.login_button4:link {
    color: #fff;
    text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
    box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-animation: none;
    animation: none;
}



table, tr, td, th, div, form, input, span, h1, h2, h3, p {
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.spacer {
    line-height: 0;
    font-size: 0;
    clear: both;
}


.total_container {
    width: 100%;
}

.header_container {
    height: 98px;
    width: 1024px;
    margin: 0 auto;
    background-color: #000000;
}

.phone_a_friend_logo {
    margin-top: 5px;
}

.Follow_phone_a_friend_on {
    margin: 0;
    margin-top: 30px;
    width: 178px;
}

.usr_pass_login {
    margin-top: 30px;
    margin-left: -3px;
}

.usr_pass {
    background: #565656;
    border-radius: 16px;
    border: none;
    width: 125px;
    height: 22px;
    color: #FFFFFF;
    outline: 0;
    text-align: center;
    margin: 0 auto;
}

.new_usr {
    color: #FF0000;
    font-size: 14px;
}

.register {
    color: #FF0000;
    font-size: 15px;
    text-decoration: underline;
    margin-left: 14px;
}

.forgot_password {
    color: #FF0000;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 20px;
}

.main_bg {
    background-color: #000000;
    width: 1024px;
    margin: 0 auto;
}

.body_container {
    background-color: #920202;
    margin-top: 15px;
    height: auto;
}

.welcome_txt {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: justify;
    width: 690px;
}

.terms_of_use_txt {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: justify;
    width: 920px;
}

.add1 {
    width: 468px;
    height: 60px;
    /*background:#FFCC00;*/
    text-align: center;
    font-size: 16px;
    color: #003399;
}

.add2 {
    width: 234px;
    height: 60px;
    /*background:#FFFFFF;*/
    float: right;
    text-align: center;
    font-size: 16px;
    color: #003399;
}

.add3 {
    width: 970px;
    height: 90px;
    /*background:#FFFFFF;*/
    margin-left: 25px;
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    color: #003399;
    line-height: 25px;
}

.footer_container {
    padding-top: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-left: -30px;
}

.footer_menu_1st {
    font-size: 14px;
    font-family: Arial Narrow;
    color: #FFFFFF;
    text-decoration: none;
}

.footer_menu {
    font-size: 14px;
    font-family: Arial Narrow;
    color: #FFFFFF;
    text-decoration: none;
}

li {
    display: inline;
    color: #FFFFFF;
}

.copyright {
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
}

.foot {
    background: rgb(1,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(1,0,0,1) 0%, rgba(50,1,1,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,0,0,1)), color-stop(100%,rgba(50,1,1,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(1,0,0,1) 0%,rgba(50,1,1,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(1,0,0,1) 0%,rgba(50,1,1,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(1,0,0,1) 0%,rgba(50,1,1,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(1,0,0,1) 0%,rgba(50,1,1,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010000', endColorstr='#320101',GradientType=0 ); /* IE6-9 */
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 30px;
    height: 58px;
    width: 1024px;
    /*margin-top:195px;*/
    /*position:absolute;*/
    display: inline-block;
}

.registrationmasterfootr {
    background: rgb(1,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(1,0,0,1) 0%, rgba(50,1,1,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,0,0,1)), color-stop(100%,rgba(50,1,1,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(1,0,0,1) 0%,rgba(50,1,1,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(1,0,0,1) 0%,rgba(50,1,1,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(1,0,0,1) 0%,rgba(50,1,1,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(1,0,0,1) 0%,rgba(50,1,1,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010000', endColorstr='#320101',GradientType=0 ); /* IE6-9 */
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 30px;
    height: 58px;
    width: 1024px;
    /*margin-top:195px;*/
    /*position:absolute;*/
    display: block;
}




.join {
    font: bold 19px/20px "Lucida Calligraphy";
    color: white;
    float: left;
    margin-left: -16px;
    margin-right: 12px;
    margin-top: 2px;
}

.webivr {
    text-align: center;
}

    .webivr h1 {
        color: white;
        font-size: 27px;
        font-weight: bold;
        margin-left: 13px;
        margin-top: 11px;
        font-family: Cooper Black;
    }

    .webivr p {
        font-size: 16px;
        color: white;
        font-weight: normal;
        width: 740px;
        margin: 0 auto;
        line-height: 22px;
    }

.gift1 p {
    font-size: 16px;
    color: white;
    font-weight: normal;
    width: 740px;
    margin: 0 auto;
    line-height: 22px;
}

.webivr h2 {
    margin-bottom: 15px;
    font-style: italic;
    font-weight: normal;
    margin-top: 20px;
    font-size: 24px;
    color: white;
}

.phonefrndcardimg {
    float: right;
    margin-top: -160px;
    margin-right: -15px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.flt {
    float: left;
}

.flt2 {
    float: right;
}

.ivrdating {
    background: none repeat scroll 0 0 red;
    border-radius: 160px;
    display: inline-block;
    height: 233px;
    margin-top: 25px;
    /*padding: 60px 0;*/
    width: 233px;
    margin-left: 80px;
}


.adjust_top {
    padding-top: 20px;
}

.ivrdating p {
    color: white;
    font-size: 14px;
    font-weight: normal;
    width: 277px;
    margin-left: -20px;
}

.ivrdating h5 {
    color: black;
    font-size: 18px;
    margin: 10px 0px;
    padding: 0;
}

.ivricon {
    text-align: center;
    padding: 10px 30px 30px 30px;
}

.Callfriends {
    /*display:inline-block;
    width:277px;
    margin-top:25px;*/
    margin-left: 55px;
    margin-right: 55px;
    background: none repeat scroll 0 0 red;
    border-radius: 160px;
    display: inline-block;
    height: 233px;
    margin-top: 25px;
    /*padding: 60px 0;*/
    width: 233px;
}

    .Callfriends h5 {
        color: black;
        font-size: 18px;
        margin: 10px 0px;
        padding: 0;
    }

    .Callfriends p {
        color: white;
        font-size: 14px;
        font-weight: normal;
        width: 277px;
        margin-left: -20px;
    }

.MobileRecharge {
    display: inline-block;
    /*width:277px;
    margin-top:25px;*/
    background: none repeat scroll 0 0 red;
    border-radius: 160px;
    display: inline-block;
    height: 233px;
    margin-top: 25px;
    /*padding: 60px 0;*/
    width: 233px;
}

    .MobileRecharge h5 {
        color: black;
        font-size: 18px;
        margin: 10px 0px;
        padding: 0;
    }

    .MobileRecharge p {
        color: white;
        font-size: 14px;
        font-weight: normal;
        width: 277px;
        margin-left: -20px;
    }

.Videochat {
    display: inline-block;
    /*width:277px;
    margin-top:25px;*/
    background: none repeat scroll 0 0 red;
    border-radius: 160px;
    display: inline-block;
    height: 233px;
    margin-top: 25px;
    /*padding: 60px 0;*/
    width: 233px;
}

    .Videochat h5 {
        color: black;
        font-size: 18px;
        margin: 10px 0px;
        padding: 0;
    }

    .Videochat p {
        color: white;
        font-size: 14px;
        font-weight: normal;
        width: 277px;
        margin-left: -20px;
    }

.gift1 {
    display: inline-block;
    /*width:277px;
    margin-top:25px;*/
    margin-left: 55px;
    margin-right: 55px;
    background: none repeat scroll 0 0 red;
    border-radius: 160px;
    display: inline-block;
    height: 233px;
    margin-top: 25px;
    /*padding: 60px 0;*/
    width: 233px;
    margin-left: 80px;
}

    .gift1 h5 {
        color: black;
        font-size: 18px;
        margin: 10px 0px;
        padding: 0;
    }

    .gift1 p {
        color: white;
        font-size: 14px;
        font-weight: normal;
        width: 277px;
        margin-left: -20px;
    }

.Stars_main {
    display: inline-block;
    /*width:277px;
    margin-top:25px;*/
    background: none repeat scroll 0 0 red;
    border-radius: 160px;
    height: 233px;
    margin-top: 25px;
    /*padding: 60px 0;*/
    width: 233px;
    margin-right: 55px;
}

    .Stars_main h5 {
        color: black;
        font-size: 18px;
        margin: 10px 0px;
        padding: 0;
    }

    .Stars_main p {
        color: white;
        font-size: 14px;
        font-weight: normal;
        width: 277px;
        margin-left: -20px;
    }

.possibility {
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top, #ff0000 2%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ff0000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff0000 2%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff0000 2%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff0000 2%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff0000 2%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    height: 300px;
    margin-top: 20px;
    padding: 16px 0 0 15px;
}

    .possibility h2 {
        color: white;
        font-size: 24px;
        font-family: Cooper Black;
        margin-bottom: 24px;
    }

    .possibility strong {
        color: white;
        font-size: 20px;
        font-style: italic;
        line-height: 39px;
        margin-left: 8px;
    }

.headtxt {
    display: inline-block;
}

.icrab_ads {
    margin: 24px 80px 0 0;
}

.main_pic_area {
    width: 657px;
}

.first_coloum {
}

.led1_img {
    border: 1px solid red;
}

.first_p {
    padding: 5px 8px 5px 5px;
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.flt {
    float: left;
}

.flt2 {
    float: right;
}
/**/
.first_p2 {
    padding: 5px 0px 0px 0px;
    display: inline-block;
}

.text_start_area strong {
    color: white;
    margin-bottom: 5px;
}

.text_start_area {
    width: 208px;
}

.star_icon_ss {
    /*margin-left:10px;*/
}

.link_area {
    text-align: center;
}

    .link_area a {
        text-decoration: none;
    }

    .link_area strong {
        color: red;
        font-size: 18px;
    }
.auto-sugetion1 {
    display: block !important;
    color: #000 !important;
    padding-left: 10px;
    margin-bottom: 5px;
}
.copyright a {
    color: #fff;
}
.copyright a:hover {
 color: #fff;
text-decoration: none;
    }
