﻿        .RegisteredMembercount
        {
            height: 70px !important;
            width: 75px;
			line-height:20px;
            text-align: center;
			font-size:15px;
            z-index: 5px;
			color:white;
            border: 1px solid #1380c4;
            background: #005187;
            background: -webkit-gradient(linear, left top, left bottom, from(#065c96), to(#005187));
            background: -webkit-linear-gradient(top, #065c96, #005187);
            background: -moz-linear-gradient(top, #065c96, #005187);
            background: -ms-linear-gradient(top, #065c96, #005187);
            background: -o-linear-gradient(top, #065c96, #005187);
            padding: 10px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
            -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
            box-shadow: rgba(0,0,0,1) 0 1px 0;
            text-decoration: none;
            vertical-align: middle;
        }

			 .RegisteredMembercount hr
		 {
		 margin-top:4px;
		 }
		 
		         a.ChangeLink, a.ChangeLink:visited, a.ChangeLink:hover
        {
            text-decoration: none;
            color: inherit;
            padding: 4px;
            display: block;
        }
		a.ChangeLink:hover
		{
		text-decoration:underline;
		}
        
        
        .ChangeLogs
        {
            -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
            -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
            box-shadow: inset 0px 1px 0px 0px #ffffff;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
            background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
            background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
            background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
            background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
            background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
            background-color: #f9f9f9;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #dcdcdc;
            color: #666666;
            font-size: 13px;
            font-weight: bold;
            text-decoration: none;
            text-shadow: 0px 1px 0px #ffffff;
        }
        .ChangeLogs:hover
        {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
            background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
            background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
            background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
            background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
            background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
            background-color: #e9e9e9;
        }
        .ChangeLogs:active
        {
            position: relative;
            top: 1px;
        }
		 
        .LoginMain
        {
            position: absolute;
            left: 240px;
            height: 330px;
            width: 400px;
            position: absolute;
            top: 3px;
            border-top: 1px solid #ffffff;
            background: #d1d1d1;
            background: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#d1d1d1));
            background: -webkit-linear-gradient(top, #bababa, #d1d1d1);
            background: -moz-linear-gradient(top, #bababa, #d1d1d1);
            background: -ms-linear-gradient(top, #bababa, #d1d1d1);
            background: -o-linear-gradient(top, #bababa, #d1d1d1);
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
            -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
            box-shadow: rgba(0,0,0,1) 0 1px 0;
            text-decoration: none;
            vertical-align: middle;
        }
        
        .LoginText
        {
            margin-top: 2px;
            width: 96%;
            margin-left: auto;
            margin-right: auto;
            border-top: 1px solid #158ed9;
            background: #034069;
            background: -webkit-gradient(linear, left top, left bottom, from(#023252), to(#034069));
            background: -webkit-linear-gradient(top, #023252, #034069);
            background: -moz-linear-gradient(top, #023252, #034069);
            background: -ms-linear-gradient(top, #023252, #034069);
            background: -o-linear-gradient(top, #023252, #034069);
            padding: 5px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
            -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
            box-shadow: rgba(0,0,0,1) 0 1px 0;
            text-align: center;
            color: White;
            font-size: 14px;
            text-decoration: none;
            vertical-align: middle;
        }
        
        .UserName, .PasswordRecovery
        {
            margin-top: 5px;
            text-align: center;
            border-top: 1px solid #e3dfe3;
            padding: 3px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
            -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
            box-shadow: rgba(0,0,0,1) 0 1px 0;
            color: black;
            font-size: 14px;
            text-decoration: none;
            vertical-align: middle;
            width: 96%;
            margin-left: auto;
            margin-right: auto;
        }
        
        .PasswordRecovery
        {
            margin-top: 50px;
            font-size: 12px;
        }
        
        td
        {
            padding: 2px;
            text-align: left;
        }
        
        .error1, .error2
        {
            border-top: 1px solid #eb2323;
            background: #940606;
            background: -webkit-gradient(linear, left top, left bottom, from(#781818), to(#940606));
            background: -webkit-linear-gradient(top, #781818, #940606);
            background: -moz-linear-gradient(top, #781818, #940606);
            background: -ms-linear-gradient(top, #781818, #940606);
            background: -o-linear-gradient(top, #781818, #940606);
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
            -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
            box-shadow: rgba(0,0,0,1) 0 1px 0;
            color: white;
            font-size: 12px;
            text-decoration: none;
            vertical-align: middle;
            padding: 3px;
            display:none;
        }
        
        .BestWorks
        {
		height:290px;
            position: absolute;
            top: 5px;
            left: 5px;
            width: 220px;
            padding: 5px;
            border-top: 1px solid #3d84b0;
            background: #263f4f;
            background: -webkit-gradient(linear, left top, left bottom, from(#475b69), to(#263f4f));
            background: -webkit-linear-gradient(top, #475b69, #263f4f);
            background: -moz-linear-gradient(top, #475b69, #263f4f);
            background: -ms-linear-gradient(top, #475b69, #263f4f);
            background: -o-linear-gradient(top, #475b69, #263f4f);
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
            -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
            box-shadow: rgba(0,0,0,1) 0 1px 0;
            color: white;
            font-size: 13px;
            text-decoration: none;
            vertical-align: middle;
            text-align: center;
        }
        
        .GoogleLike
        {
            top: 170px;
            position: absolute;
            left: 645px;
            width: 340px;
            height: 110px;
            text-align: center;
            color: White;
            border-top: 1px solid #696969;
            background: #212020;
            background: -webkit-gradient(linear, left top, left bottom, from(#362c2c), to(#212020));
            background: -webkit-linear-gradient(top, #362c2c, #212020);
            background: -moz-linear-gradient(top, #362c2c, #212020);
            background: -ms-linear-gradient(top, #362c2c, #212020);
            background: -o-linear-gradient(top, #362c2c, #212020);
            padding: 5px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
            -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
            box-shadow: rgba(0,0,0,1) 0 1px 0;
            text-decoration: none;
            vertical-align: middle;
        }
        
        .FacebookLike
        {
            top: 5px;
            position: absolute;
            left: 645px;
            width: 340px;
            height: 150px;
            text-align: center;
            color: White;
            border-top: 1px solid #696969;
            background: #212020;
            background: -webkit-gradient(linear, left top, left bottom, from(#362c2c), to(#212020));
            background: -webkit-linear-gradient(top, #362c2c, #212020);
            background: -moz-linear-gradient(top, #362c2c, #212020);
            background: -ms-linear-gradient(top, #362c2c, #212020);
            background: -o-linear-gradient(top, #362c2c, #212020);
            padding: 5px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
            -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
            box-shadow: rgba(0,0,0,1) 0 1px 0;
            text-decoration: none;
            vertical-align: middle;
        }