@import url(//fonts.googleapis.com/css?family=Candal);
#head {background:#00A6FF;}
.logo a { font: 31px  'Candal', sans-serif; }
.start-title a, .info-texts a, #footer a {color: #00A6FF;}

.default-color {
	background: #00A6FF;
}

.help h4 {
	color:#00A6FF; 
}

.priceBox1, .priceBox2, .priceBox4 {
	border-radius: 8px;
	background: #466187; /* Old browsers */
	background: -moz-linear-gradient(top, #466187 0%, #466187 41%, #2989d8 84%, #62d1ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#466187), color-stop(41%,#466187), color-stop(84%,#2989d8), color-stop(100%,#62d1ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #466187 0%,#466187 41%,#2989d8 84%,#62d1ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #466187 0%,#466187 41%,#2989d8 84%,#62d1ef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #466187 0%,#466187 41%,#2989d8 84%,#62d1ef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #466187 0%,#466187 41%,#2989d8 84%,#62d1ef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#466187', endColorstr='#62d1ef',GradientType=0 ); /* IE6-9 */	
	margin-top: 26px;
}

/***this one will have different background color from others***/
.priceBox3, .pricebox-action {	
	border-radius: 8px;
	background: #032859; /* Old browsers */
	background: -moz-linear-gradient(top, #032859 0%, #032859 41%, #2989d8 84%, #62d1ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#032859), color-stop(41%,#032859), color-stop(84%,#2989d8), color-stop(100%,#62d1ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #032859 0%,#032859 41%,#2989d8 84%,#62d1ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #032859 0%,#032859 41%,#2989d8 84%,#62d1ef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #032859 0%,#032859 41%,#2989d8 84%,#62d1ef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #032859 0%,#032859 41%,#2989d8 84%,#62d1ef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032859', endColorstr='#62d1ef',GradientType=0 ); /* IE6-9 */
    height: 210px;
}

button.plus1, button.plus2, button.plus3, button.plus4 {
	background: #466187; /* Old browsers */
	background: -moz-linear-gradient(top, #466187 0%, #466187 41%, #2989d8 84%, #62d1ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#466187), color-stop(41%,#466187), color-stop(84%,#2989d8), color-stop(100%,#62d1ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #466187 0%,#466187 41%,#2989d8 84%,#62d1ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #466187 0%,#466187 41%,#2989d8 84%,#62d1ef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #466187 0%,#466187 41%,#2989d8 84%,#62d1ef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #466187 0%,#466187 41%,#2989d8 84%,#62d1ef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#466187', endColorstr='#62d1ef',GradientType=0 ); /* IE6-9 */	
}		    