/* CSS Document */
#formWrap {
	width:700px;
	height:610px;
	margin:0 auto;
	color:#555;
	line-height:120%;
}

#formWrap h3{
	font-size: 25px;
	display: block;
	margin-bottom: 15px;
	border-bottom: solid 1px #00003c;
	padding-bottom: 15px;
	color: #00003c;
}

#formWrap p{
	margin-bottom: 10px;
}


.his {
	display: inline;
	font-size: 0.9em;
	color: #FFF;
	background-color: #FF0000;
	padding: 0 3px;
	margin-left: 8px;
	border-radius: 3px;
}

table.formTable{
	width:100%;
	margin:0 auto;
	font-size: 15px;
	border-collapse:collapse;
}

table.formTable td input,table.formTable td select{
	height:30px;
	font-size: 15px;
	padding: 0px 10px;
}

table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}

table.formTable th{
	width:230px;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

table.formTable td textarea{
	height:100px;
	font-size: 15px;
	padding: 10px 10px;
}


p.send {
	margin-top: 20px;
}

p.send input{
	font-size: 15px;
	padding: 5px 10px;
}





@media screen and (max-width : 684px )  {

#formWrap {
	width:95%;
	height:1050px;
	margin-top: 40px;
}
	
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
	
table.formTable th {
	margin-top:15px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:93%;
	box-sizing: content-box;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}