@charset "utf-8";
/* CSS Document */

#formWrap {
		color:#555;
	width:95%;
	margin: 0 auto;
	line-height:2em;
	font-size:90%;
	padding: 150px 0 36px;
}

table.formTable{
	width:100%;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
}
table.formTable th{
	background:#efefef;
	font-weight: bold;
	margin-top:5px;
	border-bottom:0;
}

.formBtn{
	text-align: center;
}

table.formTable th, table.formTable td {
	width:auto;
	padding: 12px;
}

form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
}

form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:50%;
	margin: 2em auto 0;
	height:60px;
	background-color: #D5EAF4;
	font-size: 16px
}

#formWrap p{
	font-size:90%;
	text-align: center;
}

@media only screen and (min-width: 481px) {
	}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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


table.formTable{
	width:50%;
	border-collapse:collapse;
	margin: 1em auto 0;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding: 12px
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
}

.formBtn{
	text-align: center;

}
	
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	width:25%;
}
	
	
}
