div#nyroModalFull {
	font-size: 12px;
	color: #000;
}
div#nyroModalLoading,
div#nyroModalLoading.error {
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background-position: center;
	background-image: url(../../images/blue/loading_v2.gif);
	background-repeat: no-repeat;
}
div#nyroModalWrapper{}
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: #000;
}
div.wrapper div#nyroModalContent {padding: 5px;}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {vertical-align: baseline;}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {left: 0;}
a.nyroModalPrev:hover {background: url(../../images/nyroModal/prev.gif) left 20% no-repeat;}
a.nyroModalNext {right: 0;}
a.nyroModalNext:hover {background: url(../../images/nyroModal/next.gif) right 20% no-repeat;}
/* for nyroModal */

.nyro_table_auto {
	font-size: 14px;
	width: 100%;
	margin: 0px;
}
.nyro_table4_auto {
	font-size: 12px;
	width: 100%;
	border: 5px solid #eeeeee;
    background-color: #e8e8e8;
}
.nyro_table_content_white {text-align: right;}
.nyro_table4_auto tbody .nyro_table_content_white{
	text-align: left;
	padding-left:12px;
}
.nyro_table4_auto textarea{min-height:43px;}

.nyro_table_content_white2 {
	color: #000;
	text-align: center;
	background-color: #D8E1F3;
	height: 24px;
	padding-left: 10px;
}
#nyro_table_header {
	color: #FFFFFF;
	text-align: left;
	text-indent: 8px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	background-color:#c0a566;
}
.nyro_table_header2 {
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#979695;
}
a.button_nyro, a.button_nyro:visited {
	color: #FFF;
	display: inline-block;
	height: 22px;
	line-height:22px;
	margin-right:6px;
	padding:0 10px;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	border-radius:3px;
	background-color:#ca6e2a;
	cursor: pointer;
}
a.button_nyro:hover {background-color:#e48037;}
a.button_nyro span {display: block;}

.nyro_divTitle {
  float:left;
  background-color:#d0f808;
  width: 100%;
  text-align: left;
}

.nyro_divClose {
  float:right;
  background-color:#d0f808;
  width: 0%;
  text-align: right;
}

.nyro_divClose a{
  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;
}

.nyro_divContent {
  background-color: #fff;
  float:left;
  width: 100%
}

/*promotion gift-claim  detail css*/
.nyro_form {
    background-color: #352B24;
    border:5px solid #dae4eb;
    font-size: 13px;
    color: #000000;
    width: 100%;
    line-height:24px;
}
.nyro_sep_line{border-bottom:1px solid #6D625A;}
.nyro_form th{
    width:20%;
    text-align:right;
}
.nyro_form td{
    padding-left: 20px;
    color:#6c0000;
    height:24px;
}
.nyro_form_odd01{background: #b4c6e8;}
.nyro_form_even01{background: #d8e1f3;}
.nyro_form_odd02{background: #e4dca9;}
.nyro_form_even02{background: #efebb9;}

/* ----- 2018 GZF Add ----- */
.nyro_table_auto .main_table tfoot td.nyro_table_content_white,
.nyro_table4_auto tr:last-child td.nyro_table_content_white,
.nyro_table_content_ft, .main_table_close{
    text-align: right;
    background-color: #eeeeee;
}
.nyro_table4_auto td {
	padding: 2px 3px;
	height: 5px;
}
.nyro_table4_auto tr:nth-of-type(odd).nyro_table_content_white,
.nyro_table4_auto tr:nth-of-type(odd) .nyro_table_content_white{background-color:#fcfbfa;}
.nyro_table4_auto tr:nth-of-type(even).nyro_table_content_white,
.nyro_table4_auto tr:nth-of-type(even) .nyro_table_content_white{background-color:#f8f7f6;}

.nyro_table_content_white span.field-required {
	color:red;
	vertical-align: middle;
	font-size: 15px;
	
}