.red_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.red_norm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.main {
	text-align: center;
}

.contactContainer {
	display: table;
  	margin: 5px auto 0 auto;
	text-align: center;
	border-collapse: separate;
  	border-spacing: 5px 0px;
  	width: 330px;
}

.contact {
	width: 280px;
	margin: 5px 5px 9px 5px;
	padding: 15px 10px 15px 20px;
	background-color:#f2f7fb;
	text-align: left;
}

.contactName {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	font-size:1rem;
}

.contactName h2,h3,h4 {
	margin-top:0px;
	margin-bottom:0px;
}

.contactEmail {
	display:inline-block;
	float:right;
	vertical-align:top;
	padding: 4px 0px 0px 0px;
	width:0px;
}

.contact img {
	width:30px;
	height:20px;
	float:right;
	margin-right:10px;
}

.emailContainer {
	display: table;
	width:330px;
  	margin: 15px auto 200px auto;
	text-align: center;
	border-collapse: separate;
  	border-spacing: 5px 0px;
}

.emailContainer textarea {
    width: 90%;
    height: 300px;
}

.emailContainer input {
    width: 90%;
}

.sendTo {
    width: 90%;
}

.emailRow {
	display:table-row;
}

.emailHeading {
	margin: 0px 5px 0px 5px;
	padding: 5px;
	background-color:#f2f7fb;
	text-align: left;
	vertical-align:top;
}

.emailHeading h4 {
	margin-top:0px;
	margin-bottom:0px;
}

.emptyHeading {
	visibility:visible;
	padding: 5px 5px 0px 5px;
}

.emailField {
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 10px 5px;
	background-color:#f2f7fb;
	text-align:center;
	color: black;
}

.emailField p {
	margin-top:0px;
	margin-bottom:0px;
}

.sendTable {
	width: 100%;
	display: inline;
}

.sendRow {
	display: inline;
}

.sendCell {
	display: block;
}

.captchaCell {
	display: block;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

.btnSend {
    background-color: #872196;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    color: #7ECC30;
    font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
    font-weight: bold;
    cursor: pointer;
    border:none;
    padding:7px;
}

/* Small Tablet, Large Tablet, Computer (width >= 600px) */
@media only screen and (min-width: 600px) {

	.emailRow {
		display:table-row;
	}
	
	.emailHeading {
		display: table-cell;
		width: 160px;
		padding: 10px;
	}
	
	.emptyHeading {
		visibility:hidden;
	}
	
	.emailField {
		display: table-cell;
		min-width: 200px;
		padding: 10px;
		text-align:center;
	}
	
	.sendTable {
		width: 100%;
		display: table;
	}

	.sendRow {
		display: table-row;
	}

	.sendCell {
		display: table-cell;
	}
	
	.captchaCell {
		display: table-cell;
		padding: 0px 0px 0px 0px;
	}

}



/* Small Tablet */
@media only screen and (min-width: 600px) and (max-width: 766px) {
	
	.contactContainer {
		padding: 0;
		width:505px;
	}
	
	
	
	.contact{
		display: table-cell;
		width: 230px;
		padding: 15px 5px 15px 10px;
	}
	
	.emailContainer {
		width:505px;
		padding: 0;
	}
	
	.sendTable {
		width: 100%;
		display: table;
	}

	.sendRow {
		display: table-row;
	}

	.sendCell {
		display: table-cell;
	}
	
	.captchaCell {
		display: table-cell;
		padding: 0px 0px 0px 0px;
	}
	
}

/* Minimum Tablet Portrait, Minimum Tablet Landscape, Computer (medium browser window) */
@media only screen and (min-width: 767px) and (max-width: 1011px) and (orientation: portrait),(min-width: 900px) and (max-width: 1011px) and (orientation: landscape), (min-device-width: 1000px) and (min-width: 767px) and (max-width: 1011px) {
	
	.contactContainer {
		padding: 0;
		width:739px;
	}
	
	.contact{
		display: table-cell;
		width: 362px;
		padding: 15px 0 15px 0;
		text-align:center;
	}
	
	.emailContainer {
		width:739px;
		padding: 0;
	}
	
	.sendTable {
		width: 100%;
		display: table;
	}

	.sendRow {
		display: table-row;
	}

	.sendCell {
		display: table-cell;
	}
	
	.captchaCell {
		display: table-cell;
		padding: 0px 0px 0px 0px;
	}
}


/* Large Tablet (likely in landscape), Computer (large browser window) */

@media only screen and (min-width: 1012px) {

	.contactContainer {
		padding: 0;
		width:997px;
	}
	
	.contact{
		display: table-cell;
		width: 491px;
		padding: 15px 0 15px 0;
		text-align:center;
	}
	
	.emailContainer {
		width:997px;
		padding: 0;
	}
	
	.sendTable {
		width: 100%;
		display: table;
	}

	.sendRow {
		display: table-row;
	}

	.sendCell {
		display: table-cell;
	}
	
	.captchaCell {
		display: table-cell;
		padding: 0px 0px 0px 0px;
	}
}