@charset "utf-8";
/* CSS Document */
body{
	font-family: Century Gothic;
	background:#ffffff;
	color:#000000;
	border:0;
	padding:10px;
	font-weight:bold;
	text-align:center;
	font-family: Arial;
}
.inp_style{
	border: 1px solid #dddddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	color: #000000;
	background: #ffffff;
	font-size:14px;
	padding:5px 7px;
	width:300px;
	font-weight:bold;
	margin:0 0 10px;
	text-align:center;
}
.textarea_style{
	font-family: Arial;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #dddddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	padding:5px 7px;
	width:300px;
	font-weight:bold;
	height:60px;
	resize:none;
	text-align:center;
}
p{margin-top:5px;}
.button_style{
	color: #ffffff;
	font-weight: bold;
	-moz-box-shadow:   0px 3px 0px 0px #1d8302;
	cursor:pointer;margin:10px 0 0;
	background: #bb0000;
	text-align: center;border: 0;
	font-size: 20px !important;
	padding: 10px 50px !important;}
.button_style:hover {background-color:#ed1b24;}
h3{
	color: #ed1b24;
	/* font-family: "PT sans"; */
	font-size: 24px;
	height: 49px;
	line-height: 49px;
	margin: 0 0 15px;
	padding:0;
	text-align: center;
}

@media only screen and (max-width:960px){
	#inner-wrapper {width: 80%;}
	.inp_style{
		width: 94% !important;
	}
	h3{
		line-height: 1.5em;
	}
}