#addparent {
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 0;
}

.topBlock {
	border-bottom: 1px dashed #8bd0e8;
	padding-bottom: 5px;
	text-align: center;
}

.topBlock p {
	color: #8bd0e8;
	font-size: 16px;
	line-height: 1.2;
}

.topBlock a {
	color: #8bd0e8;
}

.topBlock .underline {
	text-decoration: underline;
}

.topTitle,
.topBlock .topTitle {
	font-weight: bold;
	font-size: 16px;
	margin-top: 9px;
	color: #fff;
}

.redeemProductKey {
	margin: 0 ;
	border-bottom: 1px dashed #8bd0e8;
	padding: 10px;
	color: #fff;
	width: 100%;
	float: left;
}

.redeemProductKey .textContainer {
	padding: 0 20px;
	margin-top: 15px;
	text-align: center;
}

.redeemProductKey .fieldContainer,
.redeemProductKey .textContainer {
	box-sizing: border-box;
}

.redeemProductKey p {
	margin: 0 0 10px
}

.redeemProductKey .title {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin: 0 0 5px;
}

.redeemProductKey .title.uppercase {
	text-transform: uppercase;
}

.productKeyFields {
	text-align: center;
}

.productKeyFields .inner {
	display: inline-block;
}

.productKeyFields .field,
.productKeyFields .separate {
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.productKeyFields .field input{
	background: #FFFFFF;
	border:0;
	border-top: 2px solid #D6D6D6;
	box-shadow: 0 0 3px -1px #000000;
	-moz-box-shadow: 0 0 3px -1px #000000;
	-webkit-box-shadow: 0 0 3px -1px #000000;
	border-radius: 4px;
	margin: 0;
	padding: 7px 0px 6px;
	font-size: 12px;
	width: 55px;
	font-weight: 300;
	box-sizing: border-box;
	text-align: center;
}

.productKeyFields .field input::-webkit-input-placeholder {
	text-align: center;
}


.productKeyFields .field input:-moz-placeholder {
	text-align: center;
}


.productKeyFields .field input::-moz-placeholder {
	text-align: center;
}


.productKeyFields .field input:-ms-input-placeholder {
	text-align: center;
}

@media (min-width: 550px) {
	.productKeyFields .field input {
		font-size: 14px;
		width: 65px;
		padding: 7px 3px 6px;
	}
}


@media (min-width: 1000px) {
	.fieldContainer {
		width: 60%;
		float: left;
	}

	.redeemProductKey .textContainer {
		text-align: left;
		padding: 0 10px;
		width: 40%;
		float: left;
		margin-top: 0;
	}
}