/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

.callout .content-area {
	color: #666666 !important;
}
#footer h3 {
	color: #ffffff !important;
	border-bottom: 1px dotted #C0D7E7;
}
.margin_container {
	height: 240px !important;
}

/* HIER BEGINT STYLING FORMULIER HOMEPAGE!! */
#teleplazaff_enterform h2 {
	color: #08AA97;
	text-transform: none;
}
#teleplazaff_enterform table, #storingMelden, .teleplazaff_registration {
	border: 1px solid #bfd6e6;
	background: #dfebf3; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfebf3 0%, #bfd6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfebf3), color-stop(100%,#bfd6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfebf3 0%,#bfd6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfebf3 0%,#bfd6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfebf3 0%,#bfd6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dfebf3 0%,#bfd6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfebf3', endColorstr='#bfd6e6',GradientType=0 ); /* IE6-9 */
}
#teleplazaff_enterform td, #teleplazaff_enterform th, #storingMelden td, #storingMelden th, .teleplazaff_registration td, .teleplazaff_registration th {
	border: none;
	text-transform: none;
	letter-spacing: 1.1px !important;
}
#teleplazaff_enterform label, #storingMelden label, .teleplazaff_registration label {
	color: #005b9d;
	text-align: left;
	padding-right: 5px;
	padding-left: 12px;
	line-height: 1;
}
#teleplazaff_enterform input[name=postcode], #teleplazaff_enterform input[name=toevoeging], #teleplazaff_enterform input[name=huisnummer],
.teleplazaff_registration input[type="text"], .teleplazaff_registration input[type="email"], .teleplazaff_registration input[type="date"]  {
	width: 180px;
	border: 1px solid #a3c4dc;
	padding: 2px 10px;
	font-size: 120%;
	font-weight: bold;
	color: #069;
	margin: 0 !important;
}
#teleplazaff_enterform input[type="submit"],
#storingMelden input[type="submit"],
.teleplazaff_registration input[type="submit"]  {
	width: 202px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #7daccd; /* Old browsers */
	background: -moz-linear-gradient(top,  #7daccd 0%, #1166a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7daccd), color-stop(100%,#1166a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7daccd 0%,#1166a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7daccd 0%,#1166a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7daccd 0%,#1166a4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7daccd 0%,#1166a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7daccd', endColorstr='#1166a4',GradientType=0 ); /* IE6-9 */
	border: 1px solid #005b9d;
	color: #FFF;
	padding: 3px 10px 4px 10px;
}
#teleplazaff_enterform input[type="submit"]:hover,
#storingMelden input[type="submit"]:hover,
.teleplazaff_registration input[type="submit"]:hover  {
	cursor: pointer;
	background: #1166a4; /* Old browsers */
	padding: 4px 10px 3px 10px;
}

/*  EINDE FORMULIER HOMEPAGE */

/* HIER BEGINT STYLING FORMULIER STORING MELDEN !! */
#storingMelden td,
.teleplazaff_registration td {
	vertical-align: top;
}
#storingMelden label,
.teleplazaff_registration label {
	padding-top: 10px;
	letter-spacing: 1;
}
#storingMelden input[type="radio"], .teleplazaff_registration input[type="radio"] {
	margin-top: 10px;
}
#storingMelden input[type=text], #storingMelden input[type=email], #storingMelden textarea {
	display: inline !important;	
	width: 260px;
	margin: 0;
}
#storingMelden #postcode {
	width: 60px;
	margin: 0px;
}
#storingMelden #plaatsnaam {
	width: 175px !important;
	margin-left:10px;
	padding-right:0px;
}
#storingMelden hr {
	color: #a3c4dc !important;
	background-color: #a3c4dc !important;
	border-top: 1px solid #a3c4dc !important;
	margin: 10px 20px 20px 15px;
}
#storingMelden h4, .teleplazaff_registration h3, .teleplazaff_registration h4 {
	padding-left: 10px;
	color: #a3c4dc !important;
}
/* EINDE FORMULIER STORING MELDEN !! */
tr th:first-child, tr td:first-child {
	border-left-style: none;	
}

/* CONTACT FORM */
.input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="tel"], textarea, select, .ajax_form .select, .entry-content select, .mobileMenu {
	width: 69%;	
}