﻿@charset "utf-8";
/* CSS Document */


div.BlockForm {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
	background-color: #EEE;
}

div.BlockForm h4 {
	color: #222;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

div.BlockForm h5 {
	color: #222;
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	background-color: transparent;
}

div.BlockForm textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 5px 5px 5px 5px;
	width: 300px;
	height: 100px;
}


div.PromoCodeContainer {
	background-color: #DEEEFC;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

div.PromoCodeContainer .MainText {
	font-size: 15px;
	color: #222;
}

div.PromoCodeContainer .Code {
	font-size: 15px;
	font-weight: bold;
	color: #222;
	letter-spacing: 0.15em;
	padding: 2px 5px 2px 5px;
	margin: 0px 10px 0px 0px;
	text-transform: uppercase;
	background-color: white;
}

div.PromoCodeContainer .CodeEffect {
	font-size: 15px;
	color: #222;
	padding: 2px 5px 2px 5px;
	font-style: italic;
	font-weight: bold;
	background-color: white;
}

div.PromoCodeContainer .CodeRemarks {
	padding: 2px 5px 2px 5px;
	background-color: white;
}
