div#nyroModalFull {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

div#nyroModalFull strong{
	color: #1a3b7d;
}

div#nyroModalLoading {
	border: none;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: transparent url(../../images/nyromodal/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: none;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: transparent;
	border: none;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	/*background: url(../../images/nyromodal/close.gif) no-repeat;*/
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(../../images/nyromodal/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(../../images/nyromodal/next.gif) right 20% no-repeat;
}

div#nyroModalFull h1 {
	color:#1a3b7d;font-family:myriadPro;font-style:bold;text-transform:uppercase;font-size:30px;
}

/* Start Search box */

#search {
	display: none; 
	background: #000; 
	color: #000; 
	width: 358px; 
	height: 62px;
}

div#nyroModalFull .search_input {
	float: left;
	width: 280px;
	height: 32px;
	padding: 8px 7px 5px 7px;
	font-size: 24px;
	color: #666666;
	border: 0; 
}

div#nyroModalFull .search_btn {
	float: left;
}

div#nyroModalFull .search_tip {
	clear: both;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding: 4px 0 0 0;
}

/* End Search box */

/* Start Generic Box */

#chronicappform,
#membershandbook,
#preauthform,
#brokerregistration,
#accreditationlogin {
	display: none; 
	background: #fff; 
	color: #000; 
}

div#nyroModalFull .modal_container_outer {
	background: #ffffff;
	padding: 12px;
	position: relative;
}

div#nyroModalFull .modal_container_inner {
	background: #efefef;
	padding: 24px;
}

div#nyroModalFull .modal_container_inner .close-x {
	position: absolute;
	right: 26px;
	top: 24px;
}

/* End Generic Box */