﻿#contact_dtl table {
	width: 96%;
	font-size: 110%;
	color: #000000;
	font-size: 150%;
	margin: 20px 2%;
}
#contact_dtl table td:first-child {
	width: 10%;
	vertical-align: top;
	min-width: 40px;
}
#contact_dtl table td:first-child img {
	width: 100%;
}
#contact_dtl table td {
	padding: 5px 1%;
}
/* contact form    */
#fmbtn {
	margin-top: 10px;
	position: relative;
	float: right;
	right: 5%;
	width: 30%;
	min-width: 100px;
	height: 2em;
}
#sbtnpst, #sbtnpre {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 5%;
	text-align: center;
	border: none;
	color: #000000;
	background-color: #fed688;
	background: -webkit-radial-gradient(#fed688 10%, #FFA500);
	background: -o-radial-gradient(#fed688 10%, #FFA500);
	background: -moz-radial-gradient(#fed688 10%, #FFA500);
	background: radial-gradient(#fed688 10%, #FFA500);
	border-radius: 25px;
	box-shadow: 0px 0px 15px rgba(210,131,8,0.5) inset;
	border: 1px solid #f0a42e;
	cursor: pointer;
}
#sbtnpst:hover {
	background-color: #FFA500;
	background: -webkit-linear-gradient(#FFA500,#FFA500 , #FFA500);
	background: -o-linear-gradient(#FFA500,#FFA500 , #FFA500);
	background: -moz-linear-gradient(#FFA500,#FFA500 , #FFA500);
	background: linear-gradient(#FFA500,#FFA500 , #FFA500 );
}
.contact-form-cnt {
	padding: 0 2% 10px 2%;
	width: 56%;
	margin-left: 2%;
	background-color: #ced6d8;
	box-shadow: 0px 0px 15px rgba(100,100,100,0.4) inset;
	border-radius: 25px;
	font-size: 110%;
}
.contact-form-cnt table {
	color: #666666;
}
.contact-form-cnt table td {
	padding: 8px 0;
}
.contact-form-cnt input, .contact-form-cnt select {
	width: 90%;
	color: #000000;
	font-size: 105%;
	background-color: #fffef9;
	border: 1px #fdfcf7 solid;
}
.contact-form-cntinput {
	height: 1.5em;
}
.contact-form-cnt select {
	height: 1.5em;
}
.contact-form-cnt textarea {
	width: 90%;
	height: 12em;
	color: #000000;
	font-size: 105%;
	background-color: #fffef9;
	border: 1px #fdfcf7 solid;
}
#cnthid {
	width: 0;
	height: 0;
	border: none;
	visibility: hidden;
}
.contact-form-intro {
	font-size: 110%;
	margin: 10px 0;
	padding-bottom: 10px;
	border-top: 1px #ccc solid;
	background-color: #e0e0e0;
	padding: 10px 2% 15px 2%;
	border-radius: 0 0 25px 25px;
	box-shadow: 0px 15pxpx 15px rgba(100,100,100,0.4);
	box-shadow: 0px 5px 10px 2px #888888;
	text-align: center;
}
.contact-form-cnt input:focus, .contact-form-cnt select:focus, .contact-form-cnt textarea:focus {
	background-color: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#vldalerttxt {
	display: none;
	width: 90%;
	margin: 10px 5%;
	font-size: 110%;
}
#vldalerttxt img {
	width: 1.5em;
	top: 0.25em;
	margin-right: 5px;
}
.vldalerttxt-warning {
	color: #ff0000;
	background-color: #FFFFE0;
	padding: 5px 2%;
	border: 1px red solid;
}
#vldalerttxt_php {
	color: #ff0000;
	padding: 5px 2%;
	width: 90%;
	margin: 10px 5%;
	font-size: 110%;
}
.email-success, .email-failed {
	font-size: 110%;
	text-align: left;
	padding: 10px 5%;
	padding: 2vw 5%;
	color:#000000;
}
.email-success p:first-child {
	color: #009900;
	padding-bottom: 10px;
	font-size: 120%;
}
.email-failed p:first-child {
	color: #DC143C;
	padding-bottom: 10px;
	font-size: 120%;
}
@media only screen and (max-width: 1400px) {
.contact-form-cnt {
	width: 65%;
}
}
@media only screen and (max-width: 1000px) {
.contact-form-cnt {
	width: 85%;
}
}
@media only screen and (max-width: 800px), (max-width: 900px) and (min-resolution: 115dpi), (max-width: 1025px) and (min-resolution: 128dpi), (max-width: 1150px) and (min-resolution: 146dpi), (max-width: 1300px) and (min-resolution: 165dpi), (max-width: 1500px) and (min-resolution: 185dpi), (min-resolution: 215dpi) {
#contact_dtl table {
	font-size: 130%;
}
.contact-form-cnt {
	width: 95%;
}
#vldalerttxt {
	margin-top: 1.5vw;
}
.vldalerttxt-warning {
	padding: 0 1.5vw 3vw 1.5vw;
}
#vldalerttxt_php {
	padding: 0 1.5vw 3vw 1.5vw;
	margin-top: 1.5vw;
}
}
@media (max-width: 500px), (max-width: 600px) and (min-resolution: 100dpi), (max-width: 700px) and (min-resolution: 120dpi), (max-width: 850px) and (min-resolution: 140dpi),(max-width: 1000px) and (min-resolution: 170dpi), (max-width: 1200px) and (min-resolution: 200dpi) {
#contact_dtl table td:first-child {
	display: none;
}
.contact-form-cnt {
	width: 95%;
}
}
