* {
	box-sizing: border-box;
	-ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;	
}
body
{
    font-family: Arial, 微软雅黑, sans-serif;
    font-size: 14px;
    color: #898989;
	background: none repeat scroll 0 0 transparent;
}
input, textarea, select, button {

	font-family: Arial, 微软雅黑, sans-serif;
    font-size: 14px;
    color: #898989;
}

.btnSubmit2Container {
    text-align: right;
    margin: 0;
    padding: 13px 0 0 0px !important;
}
.btnSubmit1Container {
    text-align: right;
    margin: 0;
    padding: 16px 0 0 0 !important;
	margin-left: 0px;
	width: 95%;
}


.shareTypeDescription{
	font-size:1em;
}
td.shareType {
    color: #676A6E;
    font-size: 1em;
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Style sheet will be only for heading */
.heading{
    color: inherit;
    font-weight: normal;
    line-height: normal;
	padding-bottom: 0px;
	font-size: inherit;
	font-size: 16px;
}


#HeaderNewBlock{
	padding-bottom: 10px;
}

#NewSubscriberBlock{
	margin-top: 20px;
}
/* */
.w1{
	border: 0px solid #5a5a5a;
	padding: 0px 0px 0 0px;
	width: 100%;
	max-width: 1200px!important;
    margin:0 auto;
}

/*Style sheet apply for button Submit */
input#btnSubmit1.btn1, input#btnSubmit1.btn2, input#btnSubmit2.btn1,
input#btnBack.btnBack, input#btnOK.btn1, input#btnCancel.btn1, input#btnReturn.btnBack, input#btnUnsubscribe.btn1{

	text-transform: capitalize;

	height: auto;
    width: auto !important;
    cursor: pointer;    
    position:relative;
	margin: 0.5em;
    padding: 0.87em 1.0em 0.87em 1.0em;
    border-radius: 0px;
    font-size: 16px!important;
    transition: background 0.5s, color 0.5s, border 0.5s;
	line-height: normal;
	transition: background 0.5s ease 0s, color 0.5s ease 0s, border 0.5s ease 0s;
	background: #E1E1E1;
		color: #8B8B8B!important;
    border:1px solid #e1e1e1;
	font-weight: normal;
	outline: none;
	  

}

input#btnSubmit1.btn1:hover, input#btnSubmit1.btn2:hover, input#btnSubmit2.btn1:hover,
input#btnBack.btnBack:hover, input#btnOK.btn1:hover, input#btnCancel.btn1:hover, input#btnReturn.btnBack:hover, input#btnUnsubscribe.btn1:hover{
	background: #FFA800;
    color: #FFFFFF!important;
    border-color: #FFA800;
} 
/*Style sheet apply for Privacy hyperlink */
a {
	text-decoration: none !important;
}

a span#psupply, a span#psupply:link, a span#psupply:visited, a#lnkPrivacyPolicy span.privacy, a#lnkPrivacyPolicy span.privacy:link, a#lnkPrivacyPolicy span.privacy:visited, span#privacy.privacy, span#privacy.privacy:link, span#privacy.privacy:visited{
    color: #898989;

	font-size: inherit;
	text-decoration: none !important;
	
}
a span#psupply:hover, a span#psupply:active, a#lnkPrivacyPolicy span.privacy:hover, a#lnkPrivacyPolicy span.privacy:active, span#privacy.privacy:hover, span#privacy.privacy:active{
    color: #898989;

	cursor: pointer;
	text-decoration: underline !important;
}
#lnkDisclaimer
{
    color: #898989;

    text-decoration: none;
	text-transform: capitalize;
    }
#lnkDisclaimer:hover
{
    color: #898989;

    text-decoration: underline !important;
    }  
#lnkCookiePolicy
{
	color: #898989;


    text-decoration: none;
	text-transform: capitalize;
    }
#lnkCookiePolicy:hover
{
    color: #898989;

    text-decoration: underline !important;
    }	
.privacy{
    color: #898989;

	font-weight: normal;
	text-decoration: none;
	font-size: 1em;
}
.privacy:hover{
	color: #898989;

		text-decoration: underline;
}

.txt11 a:link {
    color: #898989;

    text-decoration: none;
}
.txtGray{
	white-space: nowrap;
	color:#898989;
}
div#selectSection{
	padding-bottom: 20px;
}
div#Registration{
	padding-bottom: 10px;
}
div#selectSection div.heading{
    padding-top: 10px;
}
div#Registration div.heading{
    padding-top: 20px;
}
div.required{
    padding-top: 15px;
	/*width: 427px;*/
}
.rowHeight{
	width: 715px;
}
.rowHeight input{

}
.field-value{
	width: 300px;
	white-space: nowrap;
}

.pad122 {
    padding-left: 318px;
}

#tbEmail{
	padding-right:0px;
}
.tb233{

}
.btnSubmit2Container{	
	margin-bottom: 5px;
}
.modifyInfo{
	padding: 0 0 0 0px !important;
}

.title-field-name, .modify-email-label {
    padding: 0.5em;
	min-width: 150px;
}

.txt11{
	margin-top: 20px !important;
    text-align: right;
    font-size: 1em;
}
.txt11 a {
    font-size: 1em;
}
.privacy {
}

#lnkPrivacyPolicy
{
    visibility: hidden;
    float: left;
}
span.txtGray
{
    padding: 0px;
}
.AlreadySub{
	margin-bottom: 5px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    background-color: #ffffff;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;

    font-size: 1em !important;
	color: #57505a !important;
}

input, textarea, select{
    display: inline-block;
    vertical-align: middle;

    font-size: 1em !important;
}



select, textarea, #selectSection input[type="text"], #tbEmail, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
   /* border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;*/

    font-size: inherit !important;
    height: 35px;
    line-height: 1em;
	border: 1px solid #e3e3e3;
	color: #57505a !important;
    padding: 0.5em !important;
	border-radius: 0em;
	box-sizing: border-box;
	-ms-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;
}

select {
    cursor: pointer;
    height: 23px;
    line-height: 23px;
    z-index: 2;
}
select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F1F1F1;
    border-bottom-color: #C9C9C9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #C9C9C9;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #C9C9C9;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #C9C9C9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    width: 220px;
}
#dlTitle_lbTitle_0
{
}

.selectshare-marginLeft {
    margin-left: -2px;
    width:0px;
}
.shareCheck {
    margin-left: -2px;
}
span#lblRegistrationInfo1, span#lblRegistrationInfo2 {

}
.shareType{
	vertical-align:bottom;
	}
span#lbDailyClose, span#lbPriceTarget, span#lbStopLoss, span#lbVariation, span#lbVolumeTarget {
font-weight:600;
font-size: 1em;
line-height:25px;
text-transform: capitalize;
color: #898989!important;
}
#selectSection input[type=text] 
{
	padding-left:6px;
	padding-right:6px;
}
#selectShare table td {
	padding: 0;
	height: 30px;
}
.title-selectshare {
    width: 200px;
	color:#898989;

}
.selectshare-column {
    min-width: 100px;
	font-weight: 600;
}
div#Registration {
    padding-bottom: 0px;
}
.title-field-name, .modify-email-label,
.field-control, .divModifyMail {
	display: inline-block;
}
.field-control, .divModifyMail {
	width: 80%!important;

	margin-left: 0px;
}

.divModifyMail {
}

.divModifyMail {    
}
.modify-email-label {
}

.tb230, .email, .tb233, .required 
{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.tb233
{
	-webkit-appearance: none;
	height: 35px;
	line-height: 1em;
	-webkit-border-radius: 0;
	background-image: url(../image/dropdown.png);
	background-position: right;
	background-repeat: no-repeat;
    background-color: #ffffff;
	border-radius: 0em;
	border: 0.08em solid #e3e3e3!important;
	box-sizing: border-box;
	-ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

/*	
@-moz-document url-prefix() {
	.tb233
	{
		background-image:none;
	}
}
*/
.field-row
{
}	


/* un-sub */

.modify-email-label
{
	float:left;
}

#lbEmailAddressModify {
    white-space:nowrap;
}

.error, .required {
	color: #ff2222;
}
@media (max-width: 768px)
{
	body
	{
        margin: 0 auto;
    }
    .w1
	{
        width: 99% !important;
        margin: 0px;
        padding: 1% 0 !important;
    }

    .pad122
	{
        padding-left: 0px !important;
    }



	.tb230, .email, .tb233, .required 
	{
		/*width: 59% !important;	*/	
	}	
	
	.btnSubmit2Container
	{	
		text-align: right;
	}
	
	

	/* un-sub */

	#lbEmailAddressModify {
		white-space:nowrap;
	}
	
	.ar-ae #tbEmail {
		
	}


}
div#Registration {
    padding: 20px 0px;
}
.title-field-name span {
    margin-left:0px;
}
#gvSubscriberFields td {
	padding: 5px 0;
}
.rowHeight {
    line-height: 1.5em;
}
div#NewSubscriberBlock {
    padding: 20px 0px;
}
.AlreadySub {
    margin: 0px;
    margin-left: 15px;
    margin-bottom: 20px;
}
span#lblYouCan {
    margin-left: 15px;
   
}
.modifyInfo span {
    margin-left: 15px;
}
span#lbEmailAddressModify {
    margin-left: 0px;
}

.txt11 table td {
    text-align: right!important;
}
td.disclaimer {
    padding-left: 4px;
}
body.ar-ae .txt11 table td {
    text-align: left !important;
}



span.txtGray.pad122 {
    line-height: 14px;
}
a#lnkCookiePolicy {
    line-height: 7px;
}

.footer a:hover {
    text-decoration: underline!important;
  
}


.footer a, .footer .txtGray a {
    color: #898989;
    text-decoration: none;
}

.btn-cancel,
.btn-agree.btn-primary {
	transition: background 0.5s ease 0s, color 0.5s ease 0s, border 0.5s ease 0s;
    background: #E1E1E1!important;
    color: #8B8B8B!important;
	border: 1px solid #e1e1e1!important;
	font-size: 16px;
    text-align: center;
    border-radius: 0px;
    width: 100px;
	height: 30px;
	font-weight: normal;
}

.btn-cancel:hover,
.btn-agree.btn-primary:hover {
	background: #FFA800!important;
    color: #FFFFFF!important;
    border-color: #FFA800!important;
}
span#lblHeader {
    display: none!important;
}

.AlreadySub {
    margin: 0px;
    margin-left: 0px!important;
    margin-bottom: 20px;
}

span#gvSubscriberFields_ctl00_1,
span#gvSubscriberFields_ctl00_0 {
    float: right;
}

@media (min-width: 769px) {
	input#btnSubmit2,
	input#btnSubmit1 {
		left: 0.5em;
	}
}
@media (max-width: 768px) {
	input#btnSubmit2,
	input#btnSubmit1 {
		left: 0em;
	}
}

.heading {

    margin: 8px 0px!important;
}