* {box-sizing: border-box;}
body
{
    color: #666666;
	font-family: Arial;
	font-size: 	12px;
	background: none repeat scroll 0 0 transparent;
    font-weight: 400;	

    line-height: 1.5;
}
body.zh-cn,
body.zh-tw {
	font-family: Arial;
}
body.ar-ae {
	font-family: Arial !important;
}
.check-subscription-link a, a:-webkit-any-link, a:-moz-any-link {
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}
a:link, a:visited, .hyperlink, .disclaimer-box a, .cookies-box a {
	color: #666666;
    text-decoration: none;
    cursor: pointer;
}
a:active, a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
	color: #1362a7;
    text-decoration: none;
    cursor: pointer;
}
.wrapper {
    width: 100%;
    padding: 0px 0 0 0px;
    margin: 0 auto;
    max-width: 730px;
}

.btn, .btn:active, .btn:focus  {
    background: #1b518f; 
    border-radius: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 0px;
	padding: 0.5em 2.5em;
    margin: 0 auto;
    outline: none;
	border: 0px solid #cccccc !important;
    text-transform: capitalize;
	text-decoration: none;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.btn:hover {
    background: #1b518f;
    color: #ffffff;
}
.btn-subscribe, #dialogModal .btn-submit, #dialogModal .btn-ok, #dialogModal .btn-cancel {
    min-width: 0;
}
.radio input, .checkbox input {
    height: 18px;
}
.form .lable {
	text-transform: none;
}
.form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	height: 32px;
    padding: 3px;
}
.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
    background-color: #ffffff;
    background-image: url("//asia.tools.euroland.com/tools/SubscriptionCentre2/Config/Company/hk-3360/dropdown.svg");
	background-size: 9px 6px;
    background-origin: content-box;
    background-position: 99.5% 50%;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    border-radius: 0px;
    padding: 3px;
    color: #666666;
    height: 32px;
}
body.ar-ae .form select {
    background-position: 0.5% 50%;
}
@media not all {
	.form select  {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}
.form select > option{
	color: #666666;
    text-transform: capitalize;
}
.row-control, .subscribe-checking .row-control {
    height: auto;
}
.row-control::before, .row-control::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
}
.announcement-group-lable {
    display: none;
}
body #dialogModal .btn-submit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body .button-wrapper {
    margin: inherit !important;
    width: 100% !important;
    padding-left: 0 !important;
    text-align: center !important;
}
body .button-inner {
    text-align: center !important;
}
body .subscribe-checking .button-wrapper {
    text-align: center !important;
}
body .check-subscription-link {
    text-align: left !important;
}
.footer {
	font-size: 12px;
	text-align: right;
}

@media (max-width: 480px) {
    body, .btn, .footer {font-size: 1em;}
}

.privacy-policy-sector {
    margin-top: 0px;
    margin-bottom: 0px;
}
