/*Style sheet will be apply to all section of webpage*/
body
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    -webkit-text-size-adjust: none;
}

/*Style sheet will be only for heading */
.heading
{
    color: Blue;
    font-size: 11px;
    font-weight: bold;
    margin: 12px 0px;
}

.AlreadySub
{
    margin: 12px 0px;
}

/* */
.w1
{
    border: 1px solid #999999;
    padding: 10px 30px 0 20px;
    width: 500px;
}

/*Style sheet apply for button Submit */
.btn1
{
    background: none repeat scroll 0 0 #EEE;
    border: 1px solid #555555;
    font-weight: bold;
    margin: 0;
    padding: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/*Style sheet apply for Privacy hyperlink */
.privacy
{
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.txtGray
{
    color: #888888;
}


/*** start apply RD ***/

.title-field-name
{
	width: 20%;
	float:left;
}

.field-control
{
	width: 80%;
	float:left;
}

.tb230, .email, .tb233, .required , #tbEmail
{
    width: 95%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-user-modify: read-write-plaintext-only;
	padding-right:0px;
	padding-left:0px;
	-ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;	
}

#selectSection input[type=text]
{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-user-modify: read-write-plaintext-only;
	padding:2px 3px;
	border: solid 1px #CCC;
}

.tb233
	{
		-webkit-appearance: none;
		height:20px;
		line-height: 20px;
		-webkit-border-radius: 0;
		background-image: url(https://tools.euroland.com/tools/ShareAlert/Styles/Company/Images/dropdown.png);
		background-position: right;
		background-repeat: no-repeat;
	}

	
	@-moz-document url-prefix() {
		.tb233
		{
			background-image:none !important;
		}
	}
	
.btnSubmit2Container
{
	padding: 6px 0 0 2px;
	width: 95%;
	text-align:right;
}

/* un-sub */
.modify-email-label
{
	width: 20%;
	float:left;
}

#lbEmailAddressModify {
    white-space:nowrap;
}

.divModifyMail {
    float: left;
    padding: 0;
	width:80%;
}

#tbEmail {
	border: 1px solid #ccc;
	float: left;
	width: 95%;
}

.btn2 {
	background-color: #EEE;
	height: 22px;
	margin-right: 5%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.btnSubmit1Container {
	float: left;
	width: 100%;
	text-align: right;
	padding-left: 3px;
}

.btn1
{
	margin-left: 0px;
	margin-right: 0px;
    width:auto;
    padding:0 10px;
}
#btnSubmit2, #btnSubmit1
{
    min-width:100px;
}
@media (max-width: 768px)
{
body
    {
        margin: 1%;
    }
    .w1
    {
        width: 96% !important;
        margin: 0px;
        padding: 1% 2% !important;
    }

    .pad122
    {
        padding-left: 0px !important;
    }
	.title-field-name
	{
		width: 20% !important;
		float:left;
	}

	.field-control
	{
		width: 80% !important;
		float:left;
	}

	.tb230, .email, .tb233, .required 
	{
		width: 95% !important;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		-webkit-user-modify: read-write-plaintext-only;
		padding-right:0px;
		padding-left:0px;
	}

	.tb233
	{
		-webkit-appearance: none;
		height:20px;
		line-height: 20px;
		-webkit-border-radius: 0;
		background-image: url(../image/dropdown.png);
		background-position: right;
		background-repeat: no-repeat;
	}
	
	.btnSubmit2Container
	{
		padding: 6px 0 0 2px !important;
		width: 95% !important;
		text-align:right;
	}

	/* un-sub */
	.modify-email-label
	{
		width: 20% !important;
		float:left;
	}

	#lbEmailAddressModify {
		white-space:nowrap;
	}

	.divModifyMail {
		float: left;
		padding: 0 !important;
		width:80% !important;
	}

	#tbEmail {
		float: left;
		width: 95% !important;
	}

	.btn2 {
		background-color: #EEE;
		height: 22px;
		margin-right: 0% !important;
	}

	.btnSubmit1Container {
		float: left;
		width: 95% !important;
		text-align: right;
		padding-left: 3px;
	}

	.btn1
	{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}
@media (max-width: 568px)
{
	.title-field-name
	{
		width: 25% !important;
	}

	.field-control
	{
		width: 75% !important;
		float: left !important;
	}

	.tb230, .email, .tb233, .required 
	{
		width: 90% !important;
	}

	.btnSubmit2Container
	{
		padding: 6px 0 0 2px !important;
		width: 90% !important;
	}
	
	.modify-email-label 
	{
		float: left;
		line-height: 25px;
		width: 25% !important;
	}
	
	.divModifyMail {
		padding: 0 !important;
		width: 75% !important;
	}
	
	.btnSubmit1Container 
	{
		float: left;
		padding-left: 2px !important;
		text-align: right;
		width: 90% !important;
	}
	
	#tbEmail 
	{
		width: 90% !important;
	}
	
	.btn2 
	{
		margin-right: 0% !important;
		margin-top: 10px !important;
	}
}

@media (max-width: 450px)
{
	.title-field-name
	{
		width: 100% !important;
	}
	
	.tb230, .email, .required
	{
        width: 91% !important;
		padding-right:0px;
		padding-left:0px;
		padding:2px 0; 
    }
	
	.tb233
	{
		width: 91% !important;
	}
	
	.field-control
      {
        width: 100% !important;
		float:none;
    }
	.btnSubmit2Container
	{
		width:91% !important;
		padding-left:2px !important;
	}

	/* modify or unsubscribe */
	.modify-email-label {
    	float: none;
	}
	.divModifyMail {
	    float: none;
	    padding: 0px !important;
	    width: 100% !important;
	}
	#tbEmail
	{
		width:91% !important;
	}

	.btnSubmit1Container {
	    float: left;
	    padding-left: 2px;
	    text-align: right;
	    width: 91% !important;
	}
	
	.btn2 
	{
		margin-right: 0 !important;
		margin-top: 10px !important;
	}
}