@charset "utf-8";
/* CSS Document */
	
a:focus, a:active, a:link, a:visited, a:hover {
	outline:none;
	-moz-outline: none;
}

.facebookAlert {
	padding:3px;
	background-color:#feefef;
	border-top:2px solid #556fa6;
	border-bottom:2px solid #556fa6;
}

.mergeBT {
	background-image:url(../images/mergeBT.gif);
	background-position:0px 0px;
	display:inline;
	outline:none;
	height:24px;
	width:134px;
	background-color:transparent;
	border:none;
	cursor:hand;
	cursor:pointer;
}

.mergeBT:hover {
	background-image: url(../images/mergeBT.gif);
	background-position:0px -25px;
	display:inline;
	outline:none;
	height:24px;
	width:134px;
	background-color:transparent;
	border:none;
	cursor:hand;
	cursor:pointer;
}

.newMemberWindow {
	background-color:#f9f9f9;
}

#currentMemberWrap {
	background-color:#EEEEEE;
}

#div_line {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/dashed_lines.gif);
	background-repeat: repeat-x;
	background-position: center;
	width:97%;
}

#vert_line {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/dashed_lines_vert.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.submitBTreg {
	background-image: url(../images/submitBT.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 92px;
	outline:none;
	cursor:hand;
	cursor:pointer;
	padding:0;
	margin:0;
	border:none;
}

.currentMemberText {
	font-style: italic;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	overflow: auto; /* This overflow is neccesary due to an IE7 bug fix  when using italic style on fonts that will cause them to then magically disappear it, go figure :( */
	text-align:center;
}

.sectionHeader {
	color:#9f9f9f;
}

.fieldText {
	font-size:14px;
	color:#333;
	font-weight:bold;
}

#ezineTitle {
	font-size:12px;
	font-weight:bold;
}

.input_style {
	background-color: #FFFFFF;
	border:1px solid #cbd2dc;
	width:250px;
	font-size:14px;
	color:#666666;
	padding:3px;
}

#input_style:focus, textarea:focus {
	background-color: #f8f8f8;
	color: #0066a8;
}

.addBT {
	position:relative;
	background-image:url(../images/addBT.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 80px;
	border:0px;
	cursor:pointer;
	cursor:hand;
}

.removeBT_reg {
	position:relative;
	background-image:url(../images/removeBT.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 80px;
	border:0px;
	cursor:pointer;
	cursor:hand;
}

.upArrowBT {
	position:relative;
	background-image:url(../images/upArrowBT.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 22px;
	border:0px;
	cursor:pointer;
	cursor:hand;
}

.downArrowBT {
	position:relative;
	background-image:url(../images/downArrowBT.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 22px;
	border:0px;
	cursor:pointer;
	cursor:hand;
}

#ezineCover {
	background-image: url(../images/ezine_cover.png);
	background-repeat: no-repeat;
	height: 245px;
	width: 233px;/*cursor:pointer;*/
}

.termsDiv {
	width:95%;
	height:150px;
	overflow:auto;
	border:1px solid #CCC;
	background-color:#f9f9f9;
	overflow-x:hidden;
}

