﻿.MyLoginPanel
{
    padding:10px;
    border: 1px solid #c2c2c2;
    margin-bottom:10px;
    position:relative;
    height:160px;
    overflow:hidden;
	background-color: #efefef;
	-webkit-background: linear-gradient(to right, #e2e2e2, #efefef, #e2e2e2);
	-moz-background: linear-gradient(to right, #e2e2e2, #efefef, #e2e2e2);
	-o-background: linear-gradient(to right, #e2e2e2, #efefef, #e2e2e2);
	-ms-background: linear-gradient(to right, #e2e2e2, #efefef, #e2e2e2);
	background: linear-gradient(to right, #e2e2e2, #efefef, #e2e2e2);
	
}
.MyLoginPanel .UserName
{
    text-align:center;
}
#LoginName
{
    font-weight:bold;
}
.LoginButton, .EditButton
{
    border: 1px solid #bbbbbb;
    
    text-align: center;
    display:inline-block;
    width:47%;
    background-color: #999999;
	font-weight: bold;
	background: -webkit-linear-gradient(#c6c6c6, #999999);
	background:    -moz-linear-gradient(#c6c6c6, #999999);
	background:     -ms-linear-gradient(#c6c6c6, #999999);
	background:      -o-linear-gradient(#c6c6c6, #999999);
	background:         linear-gradient(#c6c6c6, #999999);
	border: 1px solid #767676;
}

.LoginButton {
    float:left;
}
.EditButton {
    float:right;
}
.Register {
    
    text-align: center;
    margin-top:5px;
	display: block;
    background-color: #999999;
	font-weight: bold;
	background: -webkit-linear-gradient(#c6c6c6, #999999);
	background:    -moz-linear-gradient(#c6c6c6, #999999);
	background:     -ms-linear-gradient(#c6c6c6, #999999);
	background:      -o-linear-gradient(#c6c6c6, #999999);
	background:         linear-gradient(#c6c6c6, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6', endColorstr='#999999');
	border: 1px solid #767676;
	
	
}
.LoginButton a, .EditButton a, .Register a
{
    text-decoration:none;
    color:#fff;
	font-weight: normal;
    padding:5px 0px;
    display:block;
	-webkit-text-shadow: 0px 0px 1px #303030;
	-moz-text-shadow: 0px 0px 1px #303030;
	-o-text-shadow: 0px 0px 1px #303030;
	-ms-text-shadow: 0px 0px 1px #303030;
	text-shadow: 0px 0px 1px #303030;
	
}
.MyLoginPanel .UserName dl
{
    clear:both;
}
.MyLoginPanel .UserName dt
{
    float:left;
    width:54px;
    text-align:right;
    padding-top: 5px;
    padding-right: 5px;
}
.MyLoginPanel dd {
    text-align:left;
}
.MyLoginPanel .UserName input[type="text"], .MyLoginPanel .UserName input[type="password"]
{
    width:125px;
    padding:5px;
    border:1px solid #E8E5E5;
}
.MyLoginPanel .LoginPanel
{
	font-size: 13px;
	letter-spacing: -1px;
	color:#545454;
	letter-spacing: 0.05px;
}
.LogingErrorContaner {
    background-color: #efefef;
    left: -2px;
    padding: 35px 10px;
    position: absolute;
    top: 181px;
    width: 200px;
    height:160px;
    text-align:center;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #454545;
}
    .LogingErrorContaner p {
        margin-top:10px;
    }
.LogingErrorContanerShow {
    top:0;
}
.btnError {

    background-color: #454545;
	color: #FFF;
	font-weight: bold;
	-webkit-text-shadow: 1px 1px 1px #303030;
	-moz-text-shadow: 1px 1px 1px #303030;
	-o-text-shadow: 1px 1px 1px #303030;
	-ms-text-shadow: 1px 1px 1px #303030;
	text-shadow: 1px 1px 1px #303030;
	background: -webkit-linear-gradient(#8d8d8d, #4a4a4a);
	background:    -moz-linear-gradient(#8d8d8d, #4a4a4a);
	background:     -ms-linear-gradient(#8d8d8d, #4a4a4a);
	background:      -o-linear-gradient(#8d8d8d, #4a4a4a);
	background:         linear-gradient(#8d8d8d, #4a4a4a);
	border: 1px solid #454545;
	-moz-border-radius: 2px;
	-webzit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
    display: inline-block;
    margin-top: 10px;
    padding: 2px 5px;
    width: 70px;
    cursor:pointer;
}
.LoggedIn {
    height:auto !important;
}
.LoggedinBoard {
    text-align:left;
    margin:10px 0;
    padding-left:10px;
}
.MyLinkTitle {
    font-weight:bold;
    margin-bottom:5px;
    display:block;
}
.LoggedInContainer ul {
    list-style-type:none;
    padding-left:10px;
    margin-bottom:10px;
}
    .LoggedInContainer ul li:hover {
        text-decoration:underline;
    }
.BusinessPanel {
    height:auto;
}
    .BusinessPanel a:hover {
        text-decoration:underline;
    }
    .BusinessPanel .BusinessTitle {
        font-weight:bold;
        margin-bottom:5px;
    }
.MyBusinessContainer {
    padding:10px;
    background-color:white;
    color:#666666;
    -moz-box-shadow:inset 0px 0px 10px 0px #777777;
    -webkit-box-shadow:inset 0px 0px 10px 0px #777777;
    box-shadow:inset 0px 0px 10px 0px #777777;
    white-space:normal;
}
    .MyBusinessContainer hr {
        border-width:0;
        height:2px;
        background-color:silver;
    }
    .MyBusinessContainer a {
        display:block;
        color:#6A9CC1;
    }
    .MyBusinessContainer .BusinessTitle {
        margin-bottom:0;
    }
.BusinessContent .BusinessLink {
    margin:5px 0;
    display:block;
}