#error,#error1{  
  font-weight: 700;
    padding-bottom: 10px;
    color: #FF3333;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
margin-top:0;
right:10px;
background-color:#EAEAEA;
border:1px solid #cecece;
z-index:10;
}
#popupLogin{
display:none;
position:fixed;
float:right;
//_position:absolute; /* hack for internet explorer 6*/
height:300px;
width:500px;
border:5px solid #FEFEFE;
background-color:#FFF;
z-index:10000000001;
font-size:13px;
-moz-box-shadow:5px 5px 10px #414141;
-webkit-box-shadow:5px 5px 10px #414141;
box-shadow:5px 10px 20px #414141;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;	
padding:20px;
}
#popupForgot{
display:none;
position:fixed;
float:right;
//_position:absolute; /* hack for internet explorer 6*/
height:250px;
width:500px;
border:5px solid #FEFEFE;
background-color:#FFF;
z-index:10000000001;
font-size:13px;
-moz-box-shadow:5px 5px 10px #414141;
-webkit-box-shadow:5px 5px 10px #414141;
box-shadow:5px 10px 20px #414141;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;	
padding:20px;
}
#popupLogin h1 {
    color: blue;
    display: block;
    margin-top: 0px;
	margin-bottom:20px;
	letter-spacing:1px;
    width: 100%;
	font-size:16px;
   color:#AD0100;
   font-weight:700;
}
#popupLogin .loginClose,#popupForgot .close{
 display: block;
    float: right;
    margin-top: -18px;
    padding-bottom: 5px;
    margin-right: -10px;
	cursor:pointer;
}
#popupLogin table {
    width: 100%;
}
#popupLogin .logtitle {
    width: 100px;
    padding-left: 80px;
    font-size: 13px;
    font-family: Tahoma;
    color: #414141;
	padding-top:7px;
}
#popupLogin input[type="text"], input[type="password"], select {
    height: 25px;
    margin-bottom: 10px;
    width: 230px;
	
}
#popupLogin .forgot{
 color: #3B5998;
    float: right;
    margin-bottom: 10px;
    margin-right: 110px;
    margin-top: 10px;
    font-weight: 700;
    font-family: Tahoma;
    letter-spacing: 0.03em;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
	padding-left:20px;
}

#popupLogin .remember{
font-size: 13px;
    font-family: Tahoma;
    color: #414141;
	margin-bottom:15px;
}
#popupForgot h1 {
    color: blue;
    display: block;
    margin-top: 0px;
	margin-bottom:10px;
	letter-spacing:1px;
    width: 100%;
	font-size:16px;
   color:#AD0100;
   font-weight:700;
}
#popupLogin hr,#popupForgot hr{
 display: block;
 clear:both;
	margin:0px;
	padding:0px;
	line-height:0;
	font-size:0;
    width: 100%;
    height: 1px;
    color: #3B5998;
	margin-bottom:10px;
   
}
#popupForgot h3{
font-size: 12px;
    color: #414141;
    font-family: Tahoma;
    margin-bottom: 15px;
   }
#popupForgot .logtitle {
    width: 100px;
    padding-left: 80px;
    font-size: 13px;
    font-family: Tahoma;
    color: #414141;
}
#popupForgot input[type="text"] {
    height: 25px;
    margin-bottom: 10px;
    width: 230px;
}
#popupForgot input[type="submit"] {
    margin-top:10px;
}



/*----------popupInvoice------------------*/

#popupInvoice
{
	display:none;/*
position:fixed;
float:right;*/
//_position:absolute; /* hack for internet explorer 6*/
/*height:400px;*/
width:850px;
border:5px solid #FEFEFE;
background-color:#FFF;
z-index:10000000000;
font-size:13px;
-moz-box-shadow:5px 5px 10px #414141;
-webkit-box-shadow:5px 5px 10px #414141;
box-shadow:5px 10px 20px #414141;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;	
padding:10px;
}
#popupInvoice p{
    color: red;
    display: block;
    margin: 0px 0px;
	letter-spacing:1px;
    width: 100%;
	font-size:13px;
}
#popupInvoice .loginClose{
 display: block;
    float: right;
    margin-top: -18px;
    padding-bottom: 5px;
    margin-right: -10px;
	cursor:pointer;
}
#popupInvoice table {
    width: 100%;
}
#popupInvoice input[type="text"], input[type="password"], select {
    height: 25px;
    margin-bottom: 10px;
    width: 230px;
	
}