body {
	margin: 0;
	background: #ffffff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

a {
	color: #000000;
}

#header {
	/*height: 73px;*/
	height: 0px;
}

/************************************************************
	COLOUR CSS STYLINGS
************************************************************/

b, .payment_option_div a, .sms_step a, .instructions b {
	color: #007bc0;
}

.instructions {
	color: #b4e920;
}

#sms_step_0, .icstis {
	color: #333333;
}

/************************************************************
	NEWPAY CSS STYLINGS
************************************************************/

.payment_option_div {
	text-align: center;
}

.payment_option_div a {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.payment_option_div hr {
	display: none;
}

.sms_step,
.drop_step {
	height: 100%;
	padding: 0 2%;
	font-size: 16px;
	text-align: center;
}

.sms_step p,
.drop_step p {
	font-size: 16px;
	line-height: 120%;
}

.sms_step a,
.drop_step a {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 16px;
}

.sms_step img,
.drop_step img {
	margin: 0 10px 0 0;
}

.sms_step .form {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.sms_step h3.instruction,
.drop_step h3.instruction {
	margin: 0 0 8px 0;
	padding: 0;
	color: #999999;
	font-size: 1em;
}

.sms_step h3,
.drop_step h3 {
	color: #007BC0;
}

.sms_step .form h3.instruction,
.drop_step .form h3.instruction {
	color: #333333;
}

.instructions {
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
}

.instructions b {
	display: block;
	font-size: 38px;
}

.sms_step .form input {
	width: 82%;
	margin: 0 0 8px 0;
	padding: 2%;
	border: 2px solid #cccccc;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	font-size: 18px;
	font-weight: bold;
}

.sms_step .form .button,
.sms_step .button_confirm {
	width: 46%;
	margin: 0;
	padding: 2%;
	background: #007bc0;
	background: -moz-linear-gradient(top, #007bc0 0%, #2989d8 50%, #007bc0 52%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007bc0), color-stop(50%,#2989d8), color-stop(52%,#007bc0), color-stop(100%,#7db9e8));
	background: -webkit-linear-gradient(top, #007bc0 0%,#2989d8 50%,#007bc0 52%,#7db9e8 100%);
	background: -o-linear-gradient(top, #007bc0 0%,#2989d8 50%,#007bc0 52%,#7db9e8 100%);
	background: -ms-linear-gradient(top, #007bc0 0%,#2989d8 50%,#007bc0 52%,#7db9e8 100%);
	background: linear-gradient(top, #007bc0 0%,#2989d8 50%,#007bc0 52%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bc0', endColorstr='#7db9e8',GradientType=0 );
	border: 0;
	color: #ffffff;
	-webkit-transition: background, 0.5s linear;
	cursor: pointer;
}

.sms_step .button_confirm {
	width: 40%;
	margin: 0 20px 0 0;
	padding: 2%;
	border-radius: 5px;
	box-shadow: 0 0 0;
	font-size: 18px;
	font-weight: bold;
}

.sms_step .form .button:hover,
.sms_step .button_confirm:hover {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	color: #007BC0;
}


.icstis {
	display: block;
	margin: 10px 10px;
	padding: 10px 10px 0 10px;
	border-top: 1px dotted #eeeeee;
	font-size: 0.6em;
	text-align: left;
}

#sms_step_1 .icstis,
.drop_step .icstis {
	text-align: center;
}

.icstis h6 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
}

/*
.button_confirm {
	width: 120px;
	height: 35px;
	background: url('images/button_confirm.jpg') no-repeat top left;
	border: 0;
	font-size: 1px;
	color: #ffffff;
	cursor: pointer;
}
*/

#confirm_button_container {
	display: block;
	margin: 20px 0 0 0;
	text-align: right;
}

.checkbox_container {
	display: block;
	margin: 20px;
	padding: 10px 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	text-align: center;
	font-weight: normal;
}

#cz-icstis-price,
#cz-icstis-subscription-text
{
    font-size: 30px;
}
