@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@font-face {
    font-family: "Trebuchet MSt";
	src:url(../font/Trebuchet%20MS.ttf) format("truetype");
}

.imput {
	font-family: Ubuntu;
	font-size: 14px;
	color: #000;
	padding: 4px;
	background-color:#CCC;
	width: 90%;
	height: 20px;
	border: none;
	border-radius: 8px;
	margin:5px;
}
.imput2 {
	font-family: Ubuntu;
	font-size: 14px;
	color: #000;
	padding: 4px;
	background-color:#CCC;
	width: 90%;
	height: 60px;
	border: none;
	border-radius: 8px;
	margin:5px;
}
.imput3 {
	font-family: Ubuntu;
	font-size: 16px;
	color: #fff;
	padding: 4px;
	background-color:#858E96 ;
	width: 100%;
	height: 25px;
	border: none;
	border-radius: 8px;
}
.imput4 {
	font-family: Ubuntu;
	font-size: 14px;
	color: #ffffff;
	padding: 4px;
	background-color: #666666;
	width: 210px;
	height: 83px;
	border: none;
}

.text1 {
	font-family: Ubuntu;
	font-size: 19px;
	color: #26375B;
	
}
.text2 {
	font-family: Ubuntu;
	font-size: 14px;
	color: #fff;
	
}
.text3 {
	font-family: Ubuntu;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	
}
.text4 {
	font-family: Ubuntu;
	font-size: 16px;
	color: #fff;
	
}
.text8 {
	font-family: Ubuntu;
	font-size: 14px;
	color: #0b4e95;
		font-weight: bold;
		text-decoration:none;
}

.text11 {
	font-family: Ubuntu;
	font-size: 15px;
	color: #a21a22;
	font-weight: bold;
	text-decoration:none;
}
.text12 {
	font-family: Ubuntu;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
	text-decoration:none;
}


.text15{

	font-family: Ubuntu;
	font-size: 14px;
	color: #999;

}
.text16{

	font-family:Trebuchet MSt;
	font-size: 18px;
	color:#434343;	
}
.text16:hover{
	color:#434343;	
}
.text17 {
	font-family: Ubuntu;
	font-size: 19px;
	color: #f00;

	
}
.text177 {
	font-family: Ubuntu;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
    text-shadow: 0.1em 0.1em #000	
}


.btn {
	font-family: Ubuntu;
	font-size: 18px;
	color: #fff;
	background-color: #FF0000;
	width: 150px;
	height: 40px;
	border-radius: 8px;
	border:none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B30004;
	cursor:pointer;
	
}
.btn2 {
	font-family: Ubuntu;
	font-size: 14px;
	color: #ffffff;
	background-color: #F60;
	width: 150px;
	height: 40px;
	border-radius: 8px;
	border:none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	cursor:pointer;
	padding:8px;
	margin-top:10px;
	font-weight: bold;
}
.wpcf7-text{
	font-family: Ubuntu;
	font-size: 16px;
	padding: 4px;
	background-color:#D3D3D3;
	border:#ccc 1px solid;
	width: 90%;
	height: 25px;
	border-radius: 8px;
	
}
.wpcf7-textarea{ 
	font-family: Ubuntu;
	font-size: 14px;
	color: #000;
	padding: 4px;
	background-color:#D3D3D3;
	width: 90%;
	height: 83px;
	border-radius: 8px;
	}
.wpcf7-submit {

	font-family: Ubuntu;
	font-size: 14px;
	color: #ffffff;
	background-color: #FF0000;
	width: 150px;
	height: 40px;
	border-radius: 8px;
	border:none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color:#B30004;
	cursor:pointer;
	padding:8px;
	margin-top:5px;
	font-weight: bold;
	
}
.wpcf7-select  {
	font-family: Droid Sans;
	font-size: 16px;
	color: #333;
	padding: 4px;
	background-color:#D3D3D3;
	width: 50%;
	height: 25px;
	border: none;
	border-radius: 8px;
}
.wpcf7-date {
	font-family: Droid Sans;
	font-size: 16px;
	color: #333;
	padding: 4px;
	background-color:#D6D6D6 ;
	width: 50%;
	height: 25px;
	border: none;
	border-radius: 8px;
}