@charset "utf-8";
/* CSS Document */

.boldtxt {font-weight:bold}
.blue {color:#039}
.size12 {font-size:10px;}
.center { margin:0 auto; text-align:center; padding:10px;}
.top20px {margin-top:20px;}

signupBBdiv {
	float:left;
	z-index:10;
	margin:-5px 0 0 0;
	/*position:absolute;
	display:none;
	background: #ffc url(./images/signupBBarrow.gif) no-repeat -10px 5px;*/
	}
.signupBBdiv2 {
	display:none;
	}

/* FIREFOX HACK */
html>/**/body .signupBBdiv { margin:-5px 0 0 0px }

.signupBBleft {
	background:url(./images/signupBBarrow.gif) top left no-repeat;
	width:12px;
	height:18px;
	float:left;
	position:relative;
	margin:3px -3px 0 -8px;
	}
.signupBBcontent, .signupBBcontent2 {
	background:url(./images/signupBBbg.gif) bottom right no-repeat;
	background-color:#ffc;
	border-top:1px solid #999;
	border-left:1px solid #999;
	width:215px;
	font-size:12px;
	float:left;
	padding:5px 10px 8px 8px;
  font-style: normal
}
.signupBBcontent2 {
	width:auto;
	}
.signupBBerrorHead, .signupBBHead {
	font-weight:bold;
	font-size:10px;
	padding:1px 0 0 0;
	}
.signupinputError {
	border:2px solid #c00;
	}
.signupBBerrorHead {
	background:url(./img/signupAlert.gif) top left no-repeat;
	font-weight:bold;
	font-size:10px;
	padding:1px 0 3px 19px;
	}
.signupBBright {
	background:url(./img/signupBBright.gif) bottom right no-repeat;
	width:5px;
	height:20px;
	float:left;
	border:1px solid #039
	}
.signupBBarrow2 {
	background:url(./img/signupBBarrow2.gif) bottom right no-repeat;
	width:15px;
	height:8px;
	float:left;
	margin:0;
	clear:left;
	font-size:2px;
	margin:-2px 0 0 4px;
	}

