﻿
/******** by ivi *******************/

.blink
{
	color: #0a397f !important;
	font-weight: bold !important;
	text-decoration: none;
}

.rlink
{
	color: #e21f39 !important;
	font-weight: bold !important;
	text-decoration: none;
}

.blackLink
{
	color: #140b0c; 
	border-bottom: 1px dashed black;
}



.loginBox
{
	float: left; 
	clear: both; 
	width: 200px; 
	margin-left: -60px; 
	text-align: center;	
	margin-top: 5px;
}

#jsPopup .closeButton
{
	position: absolute;
	right: 1px;
	
}

#fPopupLoginBox
{
	width: 350px;
	vertical-align: top;
}


#fPopupRegisterBox
{
	width: 350px;
	text-align: center;	
}

#fPopupRegisterBox table
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#fPopupRegisterBox table td
{
	text-align: left;
}

#fPopupForgotBox
{
	width: 350px;
	text-align: center;	
}

#fPopupForgotBox table
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#fPopupForgotBox table td
{
	text-align: left;
}




.fBoxTitle
{
	font-size: 18px;
	color: #140b0c;
	
	
}

.fBoxInput
{
	border:1px solid #9e9e9e;
	height: 25px;
}

.fbLabel
{
	color: #140b0c;
}


.fBoxButton
{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}



#jsPopup label.error, .dform label.error
{
	display: none !important;
}

#jsPopup input.error , .dform input.error
{
	background-color: #ff9999;
}


.infoMessage
{
	color: green;
	text-align: center;
}

.errorMessage
{
	color: red;
	text-align: center;
}

