@charset "utf-8";
@import url(../css/style_addbasdlg.css);
/* everything is constructed with a single background image */
#logintabs {
	
	/* dimensions */
	width:360px;
	height:24px !important;
	margin:0 !important; 
	padding:0;	
	font-family: Arial, Helvetica, sans-serif;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	
}
*+html #logintabs {
	height:25px !important;
	}
/* single tab */
#logintabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#logintabs li a {
	background: url(/img/design/adr_bcgtabsenter2.png) no-repeat;
	display:block;
	height: 25px;   
	width: 109px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	text-align:center;
	text-decoration:none;
}
*+html #logintabs li a {height: 26px; }
/* adjust the background image position on each tab */
#logintabs #t1 			{ background-position: -0px 0; }
#logintabs #t2 			{ background-position: -109px 0; }
 
/* mouseover state */
#logintabs a:hover 		{ color:#fff;	 }
#logintabs #t1:hover 	{ background-position:  -0px -28px; }
#logintabs #t2:hover 	{ background-position: -109px -28px; }



/* currently selected tabs */
#logintabs a.current		{ cursor:default; color:#014da2; line-height:23px; }
#logintabs #t1.current { background-position:  -0px -56px; }
#logintabs #t2.current { background-position: -109px -56px; }



/* panes */
#loginpanes{
	background: url(/img/design/adr_bcgtabsenter2.png) no-repeat right -80px;
	
	width:360px;
	height:212px;
	text-align:center;
}

*+html #loginpanes{
	background: url(/img/design/adr_bcgtabsenter2.png) no-repeat right -80px;}
/* single pane */
#loginpanes div {
	/*display:none;	*/
	/*color:#fff;	*/
	margin:0 5px;
	font-size:11px;	
	padding:0;
}

/* some decorations for elements inside single pane */
#loginpanes table {
  	text-align:center;
	color:#014da2;
	width:330px;
	margin:0 0 0 10px;
	border-spacing:0;
}
#loginpanes td {
  	text-align:left;
	color:#014da2;
	vertical-align:middle;
	padding:0 0 2px 0;
}
#loginpanes td.titleTable{
	text-align:left;
	color:#014da2;
	height:35px;
	width:110px;
	font-weight:bold;
	}
#loginpanes input{ margin:0; padding:0;}

#loginpanes input.txtfield{border:1px solid #b1ceeb; padding:2px 5px 0 5px; height:15px; width:200px; font-size:11px; margin:0; color:#014da2;}

#loginpanes input.butenter{ background:url(../img/design/adr_bcgbutsendreg.gif) top left no-repeat; width:79px; height:22px; border:none; margin:0 8px; }

#loginpanes a {
	color:#3b8fc5;		
	font-size:10px;
	padding:0;
	text-decoration:underline;
	
}
#loginpanes a.forgetPass{ font-size:11px; color:#014da2; text-decoration:underline; padding-right:50px; }
/*#loginpanes p, #loginpanes samp{
	color:#ccc;		
}
*/
#loginpanes div.narrow {
	padding-right:160px;		
}



.textinfo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404f55;
	margin:5px 0 10px 0;
}
.textinfo .important{ color:#3b8fc5; text-decoration:underline;}

.class_p_error{ font-size:10px; color:#d63200;}
.helpWords2{ font-size:10px; color:#3b8fc5;}
.helpWords3{ font-size:10px; color:#3b8fc5;}
 
.redPoint{color:#ff7800;}

#loginpanes input.class_input_error{ border:1px solid #ff7800;} 
/* root element for tabs */

div.message_success2{ background:#f6f7f8 url(../img/design/adr_mdfldsetagree.gif) 8px center no-repeat; border:1px solid #b1ceeb; padding:10px 8px 10px 50px; text-align:left; margin-bottom:30px;}
div.warning2{background:#dd4313 url(../img/design/adr_mdfldsetwarn.gif) 8px center no-repeat; border:1px solid #a42600; padding:10px 8px 10px 50px; text-align:left; color:#fff; margin-bottom:30px;}
