﻿.LoginPanel
{
    width: auto !important;
    padding-top: 8px;
    height: 37px;
	padding-right: 0px !important;
}
.dnnLoginService{
    padding-top: 25px;
}
#cvLoginRegisterPanel ul li
{
list-style-type: none;
margin-left: 60px;
}


.UsernameBox
{
    height: 18px;
    width: 183px;
    border-radius: 3px;
    font-size: 14px;
    color: #000000;
    padding-left: 7px;
    border: 0 solid #ffffff;
}
.PasswordBox
{
    height: 18px;
    width: 183px;
    border-radius: 3px;
    font-size: 12px;
    color: #000000;
    padding-left: 7px;
    border: 0 solid #ffffff;
}
.LoginButton , .LoginButton:hover
{
    min-width: 76px;
	padding-left: 5px;
	padding-right: 5px;
    height: 21px;
    line-height: 21px;
    border-radius: 3px;
    color: #380c56;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
	cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e3f2+0,9697ab+100 */
    background: #e1e3f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #e1e3f2 0%, #9697ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e3f2), color-stop(100%,#9697ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e1e3f2 0%,#9697ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e1e3f2 0%,#9697ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e1e3f2 0%,#9697ab 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e1e3f2 0%,#9697ab 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e3f2', endColorstr='#9697ab',GradientType=0 ); /* IE6-9 */
}

.RegisterButton, .RegisterButton:hover
{
    min-width: 76px;
	padding-left: 5px;
	padding-right: 5px;
    height: 21px;
    line-height: 21px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
	cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#DD1820+0,#520D10+100 */
    background: #DD1820; /* Old browsers */
    background: -moz-linear-gradient(top,  #DD1820 0%, #520D10 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DD1820), color-stop(100%,#520D10)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #DD1820 0%,#520D10 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #DD1820 0%,#520D10 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #DD1820 0%,#520D10 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #DD1820 0%,#520D10 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD1820', endColorstr='#520D10',GradientType=0 ); /* IE6-9 */
}

.UserNameRow
{
    float: left;
    clear: both;
    padding-right: 7px;
    padding-bottom: 4px;
}
.PasswordRow
{
    float: left;
    clear: both;
    padding-right: 7px;
    padding-bottom: 4px;
}
.LoginButtonRow
{
    clear: both;
    float: left;
    padding-right: 4px;
}
.LoginButtonRow a, .LoginButtonRow a:link, .LoginButtonRow a:visited, .LoginButtonRow a:active , .LoginButtonRow a:hover 
{
    text-decoration: none;
    color: #380c56;
}
.RegisterButtonRow
{
    float: left;
}
.RegisterButtonRow a ,.RegisterButtonRow a:link, .RegisterButtonRow a:visited, .RegisterButtonRow a:active, .RegisterButtonRow a:hover
{
    text-decoration: none;
    color: #ffffff;
}