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

/* tabel Start */
#table_div_wrapper {
	width: 940px;
	font-size: 12px;
	margin-bottom: 20px;
}

#table_div_header {
	font-size: 13px;
	color:#000;
	line-height: 24px;
	font-weight: bold;
	background-color: #c8dbeb;
	border:1px solid #c8dbeb;
	border-bottom:1px solid #fff;
	padding:5px 6px 6px;
}
#table_div_header img {
	margin-right: 7px;
	margin-bottom: 3px;
	vertical-align: middle;
}

#table_div_body_wrapper {
	/*overflow: auto;*/
	background-color: #DFE9F6;
	border-right: 1px solid #99BCE8;
}
.table_div_search{
	color:#333;
	font-size:12px;
}


.table_div_header_other{
	color:#333;
	font-weight:normal;
	font-size:10px;
	float: right;
	margin-right:5px;
}
.table_div_header_other span{
	font-size:8px;
	margin:0 4px;
}

.table_div_body_head {
	cursor:default;
	zoom:1;
	padding:0;
	border-top:1px solid #99bce8;
	border-right:1px solid #99bce8;
	border-bottom:1px solid #99bce8;
	border-left:1px solid #99bce8;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f9f9f9),color-stop(100%,#e3e4e6));/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top,#f9f9f9,#e3e4e6);/* Chrome 10+, Saf5.1+ */
	background-image:-moz-linear-gradient(top,#f9f9f9,#e3e4e6);/* FF3.6 */
	background-image:-o-linear-gradient(top,#f9f9f9,#e3e4e6);/* Opera 11.10+ */
	background-image:-ms-linear-gradient(top,#f9f9f9,#e3e4e6);/* IE10 */
	background-image:linear-gradient(top,#f9f9f9,#e3e4e6);
}
.table_div_header_other > a {
	font-size: 14px;
}

#table_div_body {
	overflow: none;
	background: #fff;
}
.tablegrid {
	border-top:none;
	border-right:none;
	border-bottom:1px solid #99bce8;
	border-left:1px solid #99bce8;
}
#table_div_body_wrapper .odd {
	background: #ffffff;
}
#table_div_body_wrapper .even {
	background: #f9f9f9;
}
#table_div_body_wrapper .lastgrid {
	border-bottom: none;
}

.gridcolumn {
	border-right: 1px solid #c5c5c5;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	display: table-cell;
	padding:0;
	margin: 0 5px;
	text-align: center;
    vertical-align: middle;
}

.table_div_body_head .gridcolumn {
	padding: 6px 2px;
	vertical-align: middle;
}

.tablegrid .gridcolumn {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
	word-break: break-all;
	word-wrap: break-word;
}

.gridcolumn input {
	height: 26px;
	vertical-align: middle;
}

.column_checkbox {
	border-right: 1px solid #c5c5c5;
	width: 27px;
	background-image:none;
	background-color:#c5c5c5;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f9f9f9),color-stop(100%,#e3e4e6));/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top,#f9f9f9,#e3e4e6);/* Chrome 10+, Saf5.1+ */
	background-image:-moz-linear-gradient(top,#f9f9f9,#e3e4e6);/* FF3.6 */
	background-image:-o-linear-gradient(top,#f9f9f9,#e3e4e6);/* Opera 11.10+ */
	background-image:-ms-linear-gradient(top,#f9f9f9,#e3e4e6);/* IE10 */
	background-image:linear-gradient(top,#f9f9f9,#e3e4e6);
}
.column_1st {
	width: 110px;
}
.column_2nd {
	width: 120px;
}
.column_3rd {
	width: 130px;
}
.column_4th {
	width: 140px;
}
.column_5th {
	width: 130px;
}
.column_6th {
	width: 70px;
}
.column_7th {
	width: 70px;
}
.column_8th {
	width: 110px;
}
.column_last {
	width: 60px;
	border-right: none;
}
.column_scroll {
	width: 10px;
	border: none;
}
.pad_t5 {
	padding-top:5px;
}

.column_myds_empty {
	border-right: none;
	width: 920px;
}
.column_myds_1st {
	width: 110px;
}
.column_myds_2nd {
	width: 110px;
}
.column_myds_3rd {
	width: 190px;
}
.column_myds_4th {
	width: 200px;
}
.column_myds_5th {
	width: 160px;
}
.column_myds_6th {
	width: 60px;
}
.column_myds_last {
	width: 150px;
	border-right: none;
}
.puchase_history_table th {
    background: none repeat scroll 0 0 #666666;
	background-image: -webkit-gradient(center top , #eeeeee, #d1d1d1);
	background-image: -webkit-linear-gradient(center top , #eeeeee, #d1d1d1);
	background-image: -moz-linear-gradient(center top , #eeeeee, #d1d1d1);
	background-image: -o-linear-gradient(center top , #eeeeee, #d1d1d1);
	background-image: -ms-linear-gradient(center top , #eeeeee, #d1d1d1);
	background-image: linear-gradient(center top , #eeeeee, #d1d1d1);
	border: 1px solid #FFFFFF;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
}
.puchase_history_table td {
    background: none repeat scroll 0 0 #f3f3f3;
    border: 1px solid #FFFFFF;
    color: #333333;
    font-size: 12px;
    padding: 5px;
}
.puchase_history_table td.gray {
    background: none repeat scroll 0 0 #e7e6e6;
}
.redIcon{
	position:relative;
	top:2px;
	margin-right:3px;}
.refreshIcon{
	position:relative;
	top:3px;
	margin-left:3px;}

/* tabel End*/


#main_register {
	float:left;
	width:940px;
	background:#FFF;
	margin:0 0px 10px 10px;
	z-index:2;
}

#lang_div li {
    margin-left: 0px;
}


/* Rrgister CSS */
html, body, h1, h2, h3, h4, h5, h6 {
	font-family: Arial,"Myriad Web Pro",Calibri,Tahoma,Helvetica,微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei","Lucida Sans Unicode",新細明體,sans-serif;
}

h1.mydscenter{
	margin-bottom:15px;
	font-size:24px;
	font-weight:normal;
}
.normal_body p {
    color:#333;
}
.normal_body h1 {
    color:#000;
    font-size: 24px;
    font-weight: normal;
}
.normal_body h2 {
    color:#000;
    font-size: 16px;
    font-weight: normal;
}
.normal_body h3 {
    color:#333;
    font-size: 14px;
    font-weight: normal;
}
.normal_body ul li {
    color:#666;
}
.normal_body a {
	font-weight:bold;
	color:#003399;
    text-decoration:none;
	margin: 0 2px;
}
.normal_body a {
	color: #007BCE;
}
.normal_body hr {
	margin-top:3px;
	margin-bottom:30px;
	color:#ffffff;
}
.normal_body span a {
	font-size:12px;
	color:#039;
}
.normal_body span a:hover {
	font-size:12px;
	color:#09f;
}


.nostart p {
    margin-bottom:20px;
    font-weight: normal;
}
.nostart h2 {
    color:#555;
}
.nostart h3 {
    color:#0079cd;
}
.nostart .remind_form {
	background: -moz-linear-gradient(center top , rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.1) 50%, rgba(0, 0, 0, 0.04) 100%) repeat scroll 0 0 transparent;/*Firefox*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5)); /* for webkit browsers */
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:30px;
    padding: 25px 52px 0 25px;
    width: 91%;
}
.nostart .remind_form  p{
	font-size:12px;
}

h2.login-title, h2.login-right{
    font-size: 13px;
    font-weight: bold;
	color:#000;
	margin-bottom:25px;
	margin-top:5px;
}
h2.login-right{
	margin-bottom:15px;
	margin-top:5px;
}
a.botton, a.botton:link{
  	font-size:11px;
	color:#007BCE;
    text-decoration:none;
}
a.botton:hover {
	color:#003e67;
}

.login a{
	display:block;
}



a.ddns_title, a.ddns_title:link{
  	font-size:13px;
	color:#666;
    text-decoration:none;
}
a.ddns_title:hover{
	color:#07A1E9;
}



.title {
    margin:3px 0 30px 6px;
}
.title_new {
    margin:3px 0 13px 6px;
}
.content_DDNS {
    font-size: 12px;
    font-weight: normal;
	color:#797979;
}

.login_right {
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 2px 2px 3px #f9f9f9;
	-webkit-box-shadow: 2px 2px 3px #f9f9f9;
	box-shadow: 2px 2px 3px #f9f9f9;
    background: #fafafa;
	height:auto;
    float: left;
	border: 1px solid #E4E4E4;
    width: 425px;
    height: 115px;
	margin-left:7px;
	margin-bottom:8px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:15px;

}
a.login-right-register-botton, a.login-right-register-botton:link{
	font-size:12px;
	color:#007BCE;
    text-decoration:none;
    background-position:right;
	margin-bottom:30px;
}
a.login-right-register-botton:hover{
	color:#003e67;
}
.login h1{
	margin-bottom:15px;
	font-size:24px;
	font-weight:normal;
}
.login label{
	display:block;
	color: #333333;
    font-size: 12px;
    font-weight: normal;
	line-height: 20px;
}
.login input.txt{
	height: 25px;
    line-height: 22px;
	border: 1px solid #E3E3E3;
    color: #333333;
    padding: 2px 0;
    width: 245px;
}
.login input.btn{
	font-size: 13px;
    font-weight: bold;
    padding: 3px 15px;
    background: #1B5DB2;
    /*
	background:-webkit-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));
	background:-webkit-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));
	background:-moz-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));
	background:-o-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));
	background:-ms-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));
	background:linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe2e2', EndColorStr='#222222');
	*/
    background-position: left bottom;
    background-repeat: repeat-x;
    border: 1px solid #4A8CFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in 0s;
}
.login input.btn:hover{
	/*
	background:-webkit-gradient(center top , rgba(226, 226, 226, 0.14), rgba(34, 34, 34, 0.2));
	background:-webkit-linear-gradient(center top , rgba(226, 226, 226, 0.14), rgba(34, 34, 34, 0.2));
	background:-moz-linear-gradient(center top , rgba(226, 226, 226, 0.14), rgba(34, 34, 34, 0.2));
	background:-o-linear-gradient(center top , rgba(226, 226, 226, 0.14), rgba(34, 34, 34, 0.2));
	background:-ms-linear-gradient(center top , rgba(226, 226, 226, 0.14), rgba(34, 34, 34, 0.2));
	background:linear-gradient(center top , rgba(226, 226, 226, 0.14), rgba(34, 34, 34, 0.2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe2e2', EndColorStr='#222222');
	*/
	border-color: #104a94;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
}

.login {
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-box-shadow: 0px 1px 10px #e8e8e8;
	box-shadow: 0px 1px 10px #e8e8e8;
	-webkit-box-shadow: 0px 1px 10px #e8e8e8;
	float:center;
	margin-bottom:5px;
	padding:30px 25px;
	background-color:#fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5)); /* for webkit browsers */
	background: -moz-linear-gradient(center top , rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.1) 50%, rgba(0, 0, 0, 0.04)100%) repeat scroll 0 0 transparent; /* for firefox 3.6+ */
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); */ /* IE6-9 */
	/*border-color: #E5E5E5 #D1D1D1 #D2D2D2 #E5E5E5;*/
	border: 1px solid #d9d9d9;
	height:280px;
	width:930px;
}
.login_content {
	float: left;
	margin-right:25px;
}
.login_content p{
	color: #797979;
    font-size: 12px;
    font-weight: normal
}

.login_content a{
  	font-size:11px;
	color:#007BCE;
    text-decoration:none;
}
.last_content a{
  	font-size:12px;
	color:#007BCE;
    text-decoration:none;
}
.login_content a:hover, .last_content a:hover	{
	color:#003e67;
}

.last_content {
	width: 585px;
	float: left;
	padding-left:25px;
	border-left: 1px solid #e3e3e3;

}
.last_content p {
	font-size: 12px;
    font-weight: normal;
	color:#797979;
}
.last_content h2 {
    font-size: 13px;
    font-weight: bold;
	margin-bottom:5px;
	color:#555;
}


.login a {
	text-decoration:none;
	word-wrap:break-word;
	word-break:break-all;

}
.enter {

}


div.content{
	margin: 0 0 20px 0px;
}


.password{
	font-size:13px;
	font-weight:bold;
	color:#007BCE;
    text-decoration:none;
}
.register{
	font-size:15px;
	font-weight:bold;
	color:#007BCE;
    text-decoration:none;
}

.register hr{
	margin-top:3px;
	margin-bottom:30px;
	color:#ffffff;
}


.password {
    margin: 11px 0 0 18px;
}

thead th {
	background:#c8ddeb;
}

thead th[colspan],thead th[rowspan] {
	color:#fff;
	background:#10659c;
	font-weight:bold;
}

table#ddnstable th , table#ddnstable td{
    color:#000;
}

table#ddnstable th {
    background: none repeat scroll 0 0 #C8DDEB;
    border-bottom: 1px solid #FFFFFF;
    border-collapse: collapse;
    border-right: 1px solid #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
}

table#ddnstable td {
    background: none repeat scroll 0 0 #EDF5F8;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    font-size: 13px;
    padding: 3px 5px;
    text-align: center;
}
element.style {
    background: none repeat scroll 0 0 #EDF5F8;
}



/*DDNS*/
table.ddns {
	border-collapse:collapse;
	margin-bottom:15px;
	width:100%;
}

table.ddns, table.ddns td, table.ddns th  {
    font-size:13px;
	font-weight:normal;
	color:#111;
}


table.ddns td,	table.ddns th {
	padding:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
}

thead.ddns th {
	background:#c8ddeb;
}
thead.ddns th[colspan],
thead.ddns th[rowspan] {
	color:#fff;
	background:#10659c;
	font-weight:bold;
}

tbody.ddns th,
tfoot.ddns th {
	background:#c8ddeb;
}

tbody.ddns td,
tfoot.ddns td {
	color:#000;
	text-align:center;
	background:#edf5f8;
}

tfoot.ddns th {
	background:#b0cc7f;
}

tfoot.ddns td {
	background:#d7e1c5;
	font-weight:bold;
}

tbody tr.odd td {
	background:#ffd800;
}

.myDS_table td.ipv {
	padding: 0;
}
.myDS_table td.ipv table {
	width: 100%;
	margin-bottom: 0;
}
.myDS_table td.ipv table tr:last-child td {
	border-bottom: none;
}
.myDS_table td.ipv6 {
	word-break: normal;
}
.myDS_table td.heartbeat {
	border-bottom: none;
	width: 12px;}

/*DDNS-*--end*/


.register_botton a{
    text-decoration: none;
	color:#fff;
}
.register_botton,
.register_back {
	/*background: url(../images/web_bg_gif/upper_div_bg_blue1.gif) repeat;*/
	background: rgb(73,155,234); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OWJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
    border-color: #00567B #00567B #00567B #00567B;
    border-style: solid;
    border-width: 1px;
	height:26px;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
    overflow: hidden;
    text-decoration: none;
    width: 180px;
	color:#f7f7f7;
	text-align:center;
	padding:0 10px;
	/*-moz-box-shadow: 1px 1px 1px #004360;
	-webkit-box-shadow: 1px 1px 1px #004360;
	box-shadow: 1px 1px 1px #004360;*/
}
.register_back {
    width: auto;
	margin:0 0 0 10px;
	padding:0 10px;
}
.register_botton:hover{
	background: url(../images/web_bg_gif/upper_div_bg_blue2.gif);
    border-color: #0073a5 #0073a5 #0073a5 #0073a5;
	color: #fff;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
}

.ddns_submenu{
    color: #999;
    font-size: 9px;
    font-weight: normal;
}
.ddns_submenu span{
	color: #3378D0;
    font-size: 13px;
    font-weight: bold;
}
.ddns_submenu a{
  	font-size:13px;
	color:#666;
    text-decoration:none;
    font-weight: normal;
	margin:0 10px;
}
.ddns_submenu a:hover{
	color:#07A1E9;
    font-weight: normal;
}
.ddns_this{
    color: #3378d0;
	font-weight:bold;
    font-size: 13px;
}

.ddns_title{
	font-size:15px;
}
.font10 span{
    font-size:10px;
}
.myds_center ul li{
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 15px;
}
.heartbleed{
	padding: 10px 0 0 0;
	margin-bottom: 15px;
	border: 1px solid #ececec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #0079c0;
}
.heartbleed ul{
	padding: 15px 21px;
	background-color: #fff;
}
.heartbleed p{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #ececec;
	padding: 0 0 10px 20px;
	margin-bottom: 0;
}


/*Register Account*/
.bk{
	background-color:#f9f9f9;
	border-bottom:3px solid #e8e8e8;}
.TD_Height{
	padding:10px 0;}
.required_tip input{ float:left;}
.required_tip img{
	clear:both;
	display:block;
	float:left;}
.required_tip span{
	display:block; float:left;
	padding:7px 0 0 5px;}

.registerTable{
	margin-bottom:0;
	font-size:12px;
	color:#333;
	font-weight:normal;}
em.info{
	position:relative;
	top:3px;
	display:inline-block;
	width:24px;
	height:16px;
	margin-left:5px;
	background:url(../images/icon_i.png) no-repeat 0 0;}
em.info.infoIP{
	position: absolute;
	top: -1px; right: -23px;
	background:url(../support/images/icon/membership/icon_update.png) no-repeat 0 0;}

em.info.infoNote,
em.info.infoDownload,
em.info.infoMail_No,
em.info.infoMail,
em.info.infoDisconnect{
	width:18px;
	top:0;
}

em.info.infoNote{background:url(../images/icon/16x16/membership/icon_note.png) no-repeat 0 0;}
em.info.infoDownload{background:url(../images/icon/16x16/membership/icon_download.png) no-repeat 0 0;}
em.info.infoMail_No{background:url(../images/icon/16x16/membership/icon_mail_no.png) no-repeat 0 0;}
em.info.infoMail{background:url(../images/icon/16x16/membership/icon_mail.png) no-repeat 0 0;}
em.info.infoDisconnect{	background:url(../images/icon/16x16/membership/icon_disconnect.png) no-repeat 0 0;}

em.info.infoNote span,
em.info.infoDownload span,
em.info.infoMail_No span,
em.info.infoMail span,
em.info.infoDisconnect span{
	text-indent:-999em;
}

em span:hover,
em.info p b:hover{
	cursor:pointer;}
em.info span{
	display:block;
	width:18px;
	height:16px;}
em.info.infoIP span{
	width:24px;}
em.info p{
	z-index:10;
	position:absolute;
	left:-153px;
	bottom:12px;
	display:block;
	background-color:rgba(0,0,0,.75);
	border-radius:3px;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding:5px 10px;
	word-break: normal;}
em.info.infoIP p{
	left:-148px;
}
em.info.infoTip1 p{width:246px; left:-126px;}
em.info.infoTip1 p b{ left:128px;}

em.info.infoTip2 p{width:300px; left:-153px;}
em.info.infoTip2 p b{ left:155px;}

em.info.infoTip3 p{width:150px; left:-77px;}
em.info.infoTip3 p b{ left:80px;}

em.info.infoTip4 p{width:150px; left:-77px;}
em.info.infoTip4 p b{ left:80px;}

em.info.infoTip5 p{width:230px; left:-115px;}
em.info.infoTip5 p b{ left:119px;}

em.info.infoTip6 p{width:270px; left:-135px;}
em.info.infoTip6 p b{ left:139px;}

em.info.infoIP p{left:-148px;}

em.info p b{
	position:absolute;
	bottom:-5px;
	left:156px;
	display:block;
	width:10px; height:5px;
	background:url(../images/arrow.png) no-repeat 0 0;}
.infoTip1 p{
	left:-150px;}
.infoTip2 p{
	left:-150px;}
.registerTable .title{
	font-weight:bold;
	padding:5px 10px;
	text-shadow: 1px 0 0 #fff;
	background-color: #C8DBEB;
	border-bottom:1px solid #fff;
	margin:0;}
.registerTable .title span{
	font-style:italic;
	font-size:25px;
	margin-right:10px;}
.registerTable .title p{
	display:inline-block;
	position:relative;
	top:-3px;
	margin-bottom:0;}
.registerTable td{
	padding:6px 0;}
.registerTable th{
	padding:0 5px 0 30px;
	text-align:left;
	font-weight:normal;
	width:130px;}
.registerTable th.displayTH{
	padding-right:30px;
	width:100%;
	padding-bottom:7px;}
.registerTable th span{
	float:left;
	display:block;
	width:10px;
	color:#ef0000;}
.registerTable th .listWrap{
	margin-left:10px;}
.registerTable input[type="text"],
.registerTable input[type="password"]{
	padding:3px 5px;
	width:228px;
	height:22px;
	line-height:22px;
	border: 1px solid #E3E3E3;}
.registerTable select{
	border: 1px solid #E3E3E3;
	width: 240px;
	padding: 3px 0;}
.registerTable input[type="checkbox"]{
	margin-right:5px;
	position:relative;
	top:1px;}
.registerTable .wrap{
	padding:5px 30px;
	font-size:13px; color:#333;
	font-weight:normal;}
.registerTable .section{
	padding-top:30px;
	margin-bottom:7px;}

.registerTable .notify_lang,
.registerTable #critical_versions {
	display: block;
	margin: 6px 0 12px 22px;
}
.registerTable #critical_versions_edit:before {
	display: inline-block;
	content: " ";
	width: 16px;
	height: 16px;
	margin-top: -3px;
	background: url(../images/icon/icon_edit.png) no-repeat center center;
	vertical-align: middle;
}
.registerTable .info p {
	display: none;
}
.registerTable .versions_dialog {
	display: none;
}
.versions_dialog .checkbox {
	float: left;
	width: 25%;
	margin: 6px 0;
}
.versions_dialog .checkbox:first-child {
	width: 100%;
}

.versions_detail {
	vertical-align: middle;
}
.versions span {
	display: inline-block;
	border: 1px dotted #C8D2DC;
	background-color: #E7F3FE;
	padding: 0 5px;
	margin-right: 3px;
	margin-bottom: 3px;
	line-height: 26px;
}


.registerTable .postKeyWrap div{
	display:inline-block;
	line-height:40px;}
.registerTable .postKeyWrap div input{
	margin-left:5px;}
.registerTable .postKeyWrap div img.captcha{
	position: relative;
	top: 17px;}
.registerTable .postKeyWrap div img.refresh{
	position: relative;
	top: 5px;}
.registerTable .privacy_accept{
	margin:0 0 25px;}
.submitBtn{
	margin:30px auto;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.20);
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	display: inline-block;
	background-color: #008ddb;
	background: -webkit-gradient(linear,left top,left bottom,from(#008ddb),to(#007abd));
	background: -moz-linear-gradient(top,#008ddb,#007abd);
	background-image: linear-gradient(to bottom,#008ddb,#007abd);
	padding:0 25px;
	line-height:25px;
}
.submitBtn:hover{
	cursor:pointer;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #007abd;
	background: -webkit-gradient(linear,left top,left bottom,from(#007abd),to(#016299));
	background: -moz-linear-gradient(top,#007abd,#016299);
}

.register_account p {
	font-weight:bold;
}
.register_field .titleTH{
	padding:0;}
.register_account .title{
	font-weight:bold;
	text-align:left;
	padding:3px 0 0;

	line-height:30px;
	text-shadow:1px 0 0 #fff;
	border-bottom:1px solid #fff;
	background-color:#C8DBEB;}
.register_account .title span{
	font-style:italic;
	font-size:25px;
	margin-right:10px;}
.register_field .post_key{
	position: relative; top: -13px;
}
.register_field #refresh.refresh{
	float:none;
	margin:0;
	position:relative;
	top:-10px;
	margin-left:10px;}
.register_field .captcha{
	position: relative;
	top: 5px;
	margin-left:10px;
}
.register_field p{
    font-size:12px;
	font-weight:normal;
    margin:0 0 0 180px;
	float:left;
	padding:0 0 5px 0;
	text-align:right;
}

table.register_field, table.register_field td, table.register_field th  {
    font-size:12px;
	font-weight:normal;
	color:#333;
	padding:0 0 10px;
	text-indent:10px;
	}
.register_field p{
    font-size:12px;
	font-weight:normal;
    margin:0 0 0 180px;
	float:left;
	padding:0 0 5px 0;
	text-align:right;
}

table.register_field, table.register_field td, table.register_field th  {
    font-size:12px;
	font-weight:normal;
	color:#333;
	padding:0 0 10px;
	text-indent:10px;
	}
table.register_field{
    margin:0 0 25px 0;
}

table.register_field th{
	width:32%;
}
table.register_field td{
	text-align:left;
	width:auto;
}
.registerBtn{ margin:40px 0 0;}
.inputWrap{
	display:inline-block;
	margin-right:10px;}
hr.reg-page {
    border-color: #DFDFDF;
	color:#ffffff;"

}

span.register_account{
    padding:0 5px 0 0;
}

/*Register Forget password*/
.register_forget_password p {
    margin:20px 0 0 9px;
	font-weight:bold;
	font-size:12px;
	color:#111;
}

input.register_login {
    border: 1px solid #E3E3E3;
    color: #333;
    padding: 2px 0;
    width: 245px;
}

input.sn {
    border: 1px solid #E3E3E3;
    color: #333;
    padding: 2px 0;
    width: 120px;
}
input.input-form-text-field {
	/*padding:6px 0;*/
	height:25px;
	line-height:22px;
	width: 100%;
}
input.input-login-botton {
	width:auto;
	height:28px;
	padding:0 15px;
	margin-bottom:10px;
}

input.input-login-botton {
	background: url(../images/web_bg_gif/upper_div_bg_blue1.gif) repeat;
    border-color: #00567B #00567B #00567B #00567B;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    overflow: hidden;
    text-decoration: none;
	color:#f7f7f7;
	text-align:center;
	/*-moz-box-shadow: 1px 1px 1px #004360;
	-webkit-box-shadow: 1px 1px 1px #004360;
	box-shadow: 1px 1px 1px #004360;*/
}
input.input-login-botton:hover {
	background: url(../images/web_bg_gif/upper_div_bg_blue2.gif);
    border-color: #0073a5;
	color: #fff;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
}

input.register_login_seriel_number {
    border: 1px solid #E3E3E3;
    color: #333;
	height:25px;
}
select.register_country{
    border: 1px solid #E3E3E3;
    color: #333;
	width:245px;
	padding:3px 0;
}

input.register_login check_required {
    border: 1px solid #999999;
    color: #666666;
    background-color: #ECF5FF;
}
input.register_hint {
    border: 1px solid #E3E3E3;
	color:#d2d2d2;
}
.registerCheckBox{
	margin-right:5px;
	position:relative;
	top:2px;}


/* filter area Start */
#search_button {
	margin:5px auto;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.20);
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	display: inline-block;
	background-color: #008ddb;
	background: -webkit-gradient(linear,left top,left bottom,from(#008ddb),to(#007abd));
	background: -moz-linear-gradient(top,#008ddb,#007abd);
	background-image: linear-gradient(to bottom,#008ddb,#007abd);
	padding:0 25px;
	line-height:25px;
}
#search_button:hover{
	cursor:pointer;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #007abd;
	background: -webkit-gradient(linear,left top,left bottom,from(#007abd),to(#016299));
	background: -moz-linear-gradient(top,#007abd,#016299);
}
.ui-button-disable {
    cursor: pointer;
    -moz-transition: all 0.3s ease-in 0s;
    background-color: #3A88EC;
	background-image:-webkit-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));/* Chrome 10+, Saf5.1+ */
	background-image:-moz-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));/* FF3.6 */
	background-image:-o-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));/* Opera 11.10+ */
	background-image:-ms-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));/* IE10 */
	background-image:linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe2e2', EndColorStr='#222222'); /* IE6–IE9 */
    background-position: left bottom;
    background-repeat: repeat-x;
    border: 1px solid;
    border-color: #4a8cff;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #B4D4FF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 6px 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.ui-button {
    margin:5px auto;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.20);
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	display: inline-block;
	background-color: #008ddb;
	background: -webkit-gradient(linear,left top,left bottom,from(#008ddb),to(#007abd));
	background: -moz-linear-gradient(top,#008ddb,#007abd);
	background-image: linear-gradient(to bottom,#008ddb,#007abd);
	padding:0 25px;
	line-height:25px;
}

.ui-button:hover {
	cursor:pointer;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #007abd;
	background: -webkit-gradient(linear,left top,left bottom,from(#007abd),to(#016299));
	background: -moz-linear-gradient(top,#007abd,#016299);
}
#send_button {
    font-size: 11px;
    padding: 0 1px 3px 1px;
	height: 20px;
}
.send-button {
    cursor: pointer;
    -moz-transition: all 0.3s ease-in 0s;
    background-color: #666;
	background-image:-webkit-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));/* Chrome 10+, Saf5.1+ */
	background-image:-moz-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));/* FF3.6 */
	background-image:-o-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));/* Opera 11.10+ */
	background-image:-ms-linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));/* IE10 */
	background-image:linear-gradient(center top , rgba(255, 226, 226, 0.14), rgba(34, 34, 34, 0.14));
    background-position: left bottom;
    background-repeat: repeat-x;
    border: 1px solid #555;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
	padding:0 2px;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.send-button:hover {
	border: 1px solid #C3C3C3;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

#select{
    color: #2E6E9E;
}
#select_myds{
	margin-top: 3px;
    color: #555;
	font-size:12px;
}

#search_input {
    font-size: 15px;
    height: 20px;
    text-indent: 3px;
	border: 1px solid #CCCCCC;
    color: #2E6E9E;

}
#calendar_input {
    font-size: 15px;
    height: 20px;
    text-indent: 3px;
	border: 1px solid #CCCCCC;
    color: #2E6E9E;
}
/* filter area End */

/* Purchase Start*/

.purchase_first, .purchase_last{
	height:150px;
}

.purchase_main{
	width:960px;
	height:365px;
}
.purchase_first{
	width:480px;
}
.purchase_last{
	width:450px;
}
.purchase_bottom{
	width:960px;
}

/* Purchase End*/


/* Margin Area */

.margin_t10{
	margin-top:10px;
}
.margin_t20{
	margin-top:20px;
}
.margin_t30{
	margin-top:30px;
}
.margin_t40{
	margin-top:40px;
}
.margin_t50{
	margin-top:50px;
}

.margin_l5{
	margin-left:5px;
}
.margin_l10{
	margin-left:10px;
}
.margin_l15{
	margin-left:15px;
}
.margin_l20{
	margin-left:20px;
}
.margin_l25{
	margin-left:25px;
}
.margin_l30{
	margin-left:30px;
}

.margin_b10{
	margin-bottom:10px;
}
.margin_b20{
	margin-bottom:20px;
}

.margin_r10{
	margin-right:10px;
}


/* Margin Area */



/* Page up Page down Start */
#wp_page_numbers ul, #wp_page_numbers li {
	padding: 2px;
	margin: 2px 3px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 16px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
}

#wp_page_numbers input {
    width: 20px;
}

#wp_page_numbers {
	margin-left:-11px;
	margin-bottom: 10px;
	padding: 3px;
	width: 100%;
	text-align: center;
	clear: both;
}
#wp_page_numbers ul {
	width: 100%;
	text-align: center;
}
#wp_page_numbers li {
    background: none repeat scroll 0 0 #d8e9ff;
    border: 1px solid #99bce8;
    display: inline-block;
    float: left;
    color: #333333;
}

#wp_page_numbers a {
	text-decoration: none;
    color: #333333;
    display: block;
    line-height: 14px;
    padding: 2px 3px;
}
/* Page up Page down End */

#div_calender button{
	background:transparent;
	border:none;
}

/*Button Start*/
.button_form {
	background: -moz-linear-gradient(center bottom , #DCDCDC 46%, #FAFAFA 87%) repeat scroll 0 0 transparent;
	background: linear-gradient(center bottom , #DCDCDC 46%, #FAFAFA 87%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center bottom , #DCDCDC 46%, #FAFAFA 87%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(center bottom , #DCDCDC 46%, #FAFAFA 87%) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(center bottom , #DCDCDC 46%, #FAFAFA 87%) repeat scroll 0 0 transparent;
	background-image: -webkit-gradient(
	linear,	left bottom, left top,
	color-stop(0.3, #DCDCDC),
	color-stop(0.9, #FAFAFA)  );
    border: 1px solid #D6D6D6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    color: #333333 !important;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
	cursor: pointer;
}
.button_form_disable {
	background: #fefefe;
    color: #e1e1e1 !important;
    border: 1px solid #e1e1e1;
}

/*Button End*/






/*Support form*/
.supportform_input h2 {
	padding: 10px 0 10px 10px;
}
.supportform_input .content, .beta_program_form_input .content, .beta_program_form_input {
	padding: 10px 5px;
}
.supportform_input, .beta_program_form_input {
	width: 947px;
}

.supportform_input table .hw_tr_img {
	margin-top: -2px;
	width: 22px;
}

.supportform_input .hr {
	height: 1px;
	border-bottom: 1px solid #dddddd;
	padding: 5px 0;
	margin-bottom: 10px;
}
.supportform_input table #hw_selector_show_1 td {
	padding-top: 15px;
}
.supportform_input table p {
	margin-bottom: 0;
}
.supportform_input table td {
	vertical-align: top;
	margin: 10px 5px;
	line-height: 17px;
	padding-left: 5px;
}
.supportform_input table img {
	/*width: 24px;*/
	vertical-align: bottom;
	margin-left: 3px;
}
.supportform_input table img:hover {
	cursor: pointer;
}

.supportform_input textarea {
	padding: 5px;
}
.supportform_input input, .supportform_input select, .beta_program_form_input input, .beta_program_form_input  select {
	padding: 1px;
}
.supportform_input textarea, .beta_program_form_input textarea {
	padding: 2px;
	line-height: 18px;

}


#prob_explanation, #prob_steps, #feedback {
	resize : none;
}


/*---------- Slider ----------*/
.login_wrap{
	height:463px;
	margin:20px 0;
	border-radius: 5px;
	background-color:#e1f0fa;
	box-shadow:1px 0 5px #c6c6c6;
}
.login_left{
	float:left;
	width:208px;
	height:389px;
	overflow:hidden;
	padding:74px 47px 0;
	background:url(../support/img/register/shadow.jpg) repeat-y right top;
}
.login_left h1{
	font-size:23px;
	color:#383838;
	font-weight:normal;
	text-shadow:1px 1px 0 #fff;
	margin-bottom:28px;
}
.login_left label{
	display:block;
	font-size:14px;
	color:#383838;
	margin-bottom:10px;
}
.login_left input{
	margin-bottom:24px;
	width:188px;
	border:none;
	padding:6px 10px;
	color:#0064AC;
}
.login_left input[type="text"]:focus,
.login_left input[type="password"]:focus{
  box-shadow: 0 0 5px #a9e0ff;
  border: 1px solid #79cfff;
  padding:5px 9px;
}
.login_left .submit{
	display: inline-block;
	width:inherit;
	color: #fff;
	border-radius: 4px;
	border:1px solid #006eab;
	background-color: #008ddb;
	background: -webkit-linear-gradient(bottom,#008ddb 0%,#007abd 100%);
	background: -moz-linear-gradient(bottom,#008ddb 0%,#007abd 100%);
	background: linear-gradient(bottom,#008ddb 0%,#007abd 100%);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	margin-bottom:0;
	padding:5px 16px 6px;
}
.login_left .submit:hover{
	cursor:pointer;
	background: -webkit-linear-gradient(bottom,#007abd 0%,#008ddb 100%);
	background: -moz-linear-gradient(bottom,#007abd 0%,#008ddb 100%);
	background: linear-gradient(bottom,#007abd 0%,#008ddb 100%);
}
.login_left .signUp{
	font-size:13px;
	color:#007bce;
	margin-left:5px;
	margin-bottom:35px;
}
.login_left .signUp a{
	color:#007bce;
	text-decoration:underline;
}
.login_left .signUp a:hover{
	text-decoration:none;
}
.login_left .link a{
	display:block;
	font-size:13px;
	color:#007bce;
	margin-bottom:6px;
}
.login_wrap .flexslider{
	width:678px;
	height:463px;
	float:right;
	border:none;
	background: #fff;
	border-radius:0 5px 5px 0;
	box-shadow:none;
}

.login_wrap .flex-direction-nav{
	display:none;
}
.login_wrap .flex-control-nav{
	top:inherit;
	bottom:20px;
	z-index:5;
}
.login_wrap .flex-control-paging li a.flex-active,
.login_wrap .flex-control-paging li a:hover{
	background: #2172a0;
	background-image: #2172a0;
    background-image: -webkit-linear-gradient(bottom ,#2172a0 0%, #2e9fcc 100%);
	background-image: -moz-linear-gradient(bottom ,#2172a0 0%, #2e9fcc 100%);
	background-image: linear-gradient(bottom ,#2172a0 0%, #2e9fcc 100%);
	cursor:pointer;
}
.login_wrap .flex-control-paging li a.flex-active:hover{
	cursor: default;
}
.login_wrap .flex-control-paging li a{
	width: 13px;
	height: 13px;
	display: block;
	background: #666;
	background-color: #fff;
	box-shadow:inset 0px 1px 2px #a1a1a1;
	border-radius: 30px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.login_wrap .flexslider .slides img{
	position:absolute;
}
.login_wrap .flexslider .slides .text{
	display:block;
	position:absolute;
	margin:50px 20px 0;
}
.login_wrap .flexslider .slides .text h2{
	color:#137bc5;
	font-size:25px;
	font-weight:normal;
}
.login_wrap .flexslider .slides .text p{
	font-size:16px;
	color:#4a4740;
	line-height:26px;
	font-family: 'Roboto',"PT Sans Caption", "Didact Gothic", "Lucida Grande","Lucida Sans Unicode",微軟正黑體, "Microsoft JhengHei", 微软雅黑, "Microsoft YaHei",新細明體, arial, sans-serif;
}
.login_wrap .flexslider .slide1 .text{
	text-align:center;
	width:638px;
}
.login_wrap .flexslider .slide1 .text p{
	margin:0 5px;
}
.login_wrap .flexslider .slide1 .text span.ch{
	display:block;
	margin:0 94px;
}
.login_wrap .flexslider .text span.plk,
.login_wrap .flexslider .text p span.swe,
.login_wrap .flexslider .text p span.csy{
	font-size:13px;
	line-height:22px;
}
.login_wrap .flexslider .text h2 span.swe,
.login_wrap .flexslider .text h2 span.csy{
	font-size:23px;
}
.login_wrap .flexslider .slide2 .text{
	text-align:left;
	width:300px;
	margin:155px 0 0 42px;
}

/*myDS_table*/
.myDS_table{
	border:1px solid #d1d1d1;
	border-top:none;
}
.myDS_table th{
	padding: 10px 5px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	border-bottom:1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	background-color:#F0F0F0;

}
.myDS_table.purchase th {
	padding: 5px 5px;
}
.myDS_table th:last-child,
.myDS_table td:last-child{
	border-right: none;
}
.myDS_table td{
	font-size:12px;
	padding: 10px 5px;
	text-align:center;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	word-break:break-all;
}
.myDS_table td.column_myds_4th{
	position:relative;
	padding-left:28px;
	padding-right:28px;
}
.myDS_table td:last-child a{
	position:relative;
	top:0px;
	display:block;
	margin:0;
	width:18px; height:16px;
}
.myDS_table.purchase td:last-child a {
	width:auto;
	height: auto;
}
.myDS_table td .gray,
.myDS_table td .green,
.myDS_table td .red{
	display:inline-block;
	width:12px; height:12px;
	position:relative;
	top:2px;
}
.myDS_table em.info.infoTip1{
	top:4px;
	width:14px;
	background:url(../images/icon_i_2.png) no-repeat 0 0;
}

.light{
	background-color:#f6f6f6;
	padding:10px;
	font-size:12px;
	color:#6e6e6e;
	line-height:22px;
}
.light span{
	display:block;
	padding-left:17px;
}
.light span.green_light{
	background:url(../images/icon/16x16/membership/icon_green.png) no-repeat 0 4px;
}
.light span.red_light{
	background:url(../images/icon/16x16/membership/icon_red.png) no-repeat 0 4px;
}
.light span.gray_light{
	background:url(../images/icon/16x16/membership/icon_gray.png) no-repeat 0 4px;
}

.unsubscribe div{
	padding: 0 0 10px;
	font-size: 13px;
	color: #333;
}
.unsubscribe div:last-child{
	margin-bottom:10px;
}
.unsubscribe input[type="checkbox"] {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
th.sorting a{ font-weight:normal; color:#000;}
th.sorting a:hover{ text-decoration:underline;}

/* pagination */
.pagination{
	text-align:center;
	font-size:12px;
	margin-top:28px;}
.pagination span{
	display:inline-block;
	padding:5px 10px;
	color: #6588A5;
	background: #c8dbeb;}
.pagination a{
	display:inline-block;
	padding:5px 10px;
	margin:0 2px;
	color: #fff;
	background: #89A8C2;}
.pagination a:hover{
	background-color:#3D7BAF;}
.pagination a.prev,
.pagination a.next{
	font-weight:bold;
	text-indent:-999em;
	padding:5px 13px;}
.pagination a.prev{
	background:url(../images/arrow_prev.png) no-repeat center center #3D7BAF;}
.pagination a.next{
	background:url(../images/arrow_next.png) no-repeat 11px center #3D7BAF;}
.pagination a.prev:hover,
.pagination a.next:hover{
	background-color:#124570;}





