/*///////////// LogIn ///////////*/

.LogIn_default
{
    margin-top:10px;
}
.LogIn_default .FailureTextStyle
{
    text-align: center;
	font-size: 12px;
    position  : absolute;
    margin-top: 110px;
}
.LogIn_default .InstructionTextStyle
{
    color:#333;
    text-align: left;
	padding-bottom: 10px;
}
.LogIn_default .LoginButtonStyle
{
    width: 156px;
    height: 24px!important;
    background: url(Images/SfBttFuctions.png) repeat-x;
    border: 1px solid #EEC151;
    cursor: pointer;
    color:#333;
    padding:5px 20px 5px 20px;
    font: 400 12px 'Gudea', sans-serif;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    clear: both;
	margin:50px 10px 0 0;
    
}
.LogIn_default .LoginButtonStyle:hover
{
    width: 156px;
    height: 24px;
    background: url(Images/SfBttFuctionsHover.png) repeat-x;
    border: 1px solid #EEC151;
    cursor: pointer;
    color:#333;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}
.LogIn_default .HyperLinkStyle 
{
    padding-top:40px;

    
}
.LogIn_default .HyperLinkStyle a
{

    color:#ED5D3B;
    text-decoration:underline;
    background: transparent;
    border: 0px;
    cursor: pointer;
    
}

.LogIn_default .HyperLinkStyle a:hover
{
    color:#333;
    text-decoration:underline;
    
}

.LogIn_default .LabelStyle {
}


.LogIn_default .CheckBoxStyle {
	width: 20px;	
    position: absolute;
    margin-top: 50px;
	width: 100%;
	
}

.LogIn_default .CheckBoxStyle label {
	cursor: pointer;
	width: 300px;
	height: 24px;
    padding-left:30px; 
	background: url(Images/checkbox.png) no-repeat;
    line-height: 23px;
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );*/
}

.LogIn_default .CheckBoxStyle label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 8px;
	left: 8px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.LogIn_default .CheckBoxStyle label:hover::after {
	-ms-filter: -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.LogIn_default .CheckBoxStyle input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.LogIn_default input[type=checkbox] {
    display: none;
}


/*///////////// Register ///////////*/

.Register_default
{
    width: 100%;

}
.Register_default .CreateUserButtonStyle
{
    width: 156px;
    height: 24px;
    background: url(Images/SfBttFuctions.png) repeat-x;
    border: 1px solid #EEC151;
    cursor: pointer;
    color:#333;
    padding:5px 20px 1px 20px;
    font: 400 12px 'Gudea', sans-serif;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    clear: both;
	margin:10px 10px 0 0;
    
}

.HyperLinkStyle a
{

    color:#ED5D3B;
    text-decoration:underline;
    background: transparent;
    border: 0px;
    cursor: pointer;
    
}

.HyperLinkStyle a:hover
{
    color:#333;
    text-decoration:underline;
    
}

/*///////////// RecoverPassword ///////////*/

.RecoverPassword_default
{
    width: 100%;
	
}
.RecoverPassword_default .SubmitButtonText
{
    width: 156px;
    height: 24px;
    background: url(Images/SfBttFuctions.png) repeat-x;
    border: 1px solid #EEC151;
    cursor: pointer;
    color:#333;
    padding:5px 20px 1px 20px;
    font: 400 12px 'Gudea', sans-serif;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    clear: both;
	margin:10px 10px 0 0;
    
}
.RecoverPassword_default .SubmitButtonText:hover
{
    width: 156px;
    height: 24px;
    background: url(Images/SfBttFuctionsHover.png) repeat-x;
    border: 1px solid #EEC151;
    cursor: pointer;
    color:#333;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}

/*///////////// Captcha //////////*/
.InputCaptcha
{
    width:170px;
    border: 1px solid #B4B4B4;
    padding:5px;
    height:20px;
    font: 400 16px 'Gudea', sans-serif;
    color:#999999;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.CaptchaTextBoxLabelCssClass
{
    color:#333;
    text-align: left;
	padding-left: 10px;
}

/*///////////// ChangePassword ///////////*/

.ChangePassword_default
{
    width: 100%;
	
}
.ChangePassword_default .SubmitButtonText
{
    width: 156px;
    height: 24px;
    background: url(Images/SfBttFuctions.png) repeat-x;
    border: 1px solid #EEC151;
    cursor: pointer;
    color:#333;
    padding:5px 20px 1px 20px;
    font: 400 12px 'Gudea', sans-serif;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    clear: both;
	margin:10px 10px 0 0;
    
}
.ChangePassword_default .SubmitButtonText:hover
{
    width: 156px;
    height: 24px;
    background: url(Images/SfBttFuctionsHover.png) repeat-x;
    border: 1px solid #EEC151;
    cursor: pointer;
    color:#333;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}
.ChangePassword_default .Validate
{
    padding:2px 5px;;
    background: red;
    color:#FFF;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}

.errorMessage {
    padding: 9px 0 6px;
    position: relative;
    top: -2px;
    background: #f2dede url("Images/IcoAlert.png") no-repeat scroll 10px 4px !important;
    border: 1px solid #f44336 !important;
    color: #f44336 !important;
    border-radius:4px;
    text-align:center;
}

.btn-continue-pwd {
    margin-left:1px;
}
