@charset "UTF-8";

body {
	/*text-align: center;*/
}
div#wrapper {
	/*width: 590px;*/
}
.main div#wrapper {
	width:100%;
	text-align: left;
	background-color: #FFF;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
div#wrapper div#header {
	padding: 10px 30px;
	background-color: #4E626B;
	border-radius: 5px 5px 0px 0px;
}
div#wrapper div#header h1 {
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	font-size: 72px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
}
div#wrapper div#header p {
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
}
div#wrapper div#container {
	padding: 0px 20px;
}
div#wrapper div#footer {
	width: 940px;
	border-top: solid 1px #CCC;
	clear: both;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
form#mailformpro input, form#mailformpro textarea {
	min-width:45% !important;
	max-width:100% !important;
}
@media screen and (max-width: 768px) {
form#mailformpro input, form#mailformpro textarea {
	min-width: inherit !important;
	max-width:inherit !important;
}
form#mailformpro input[type="text"] {
	min-width:45% !important;
	max-width:100% !important;
}
form#mailformpro input.input01 {
	min-width: inherit !important;
	max-width: inherit !important;
	width:48%;
	margin:0 1% 0 0;
	display:inline-block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
form#mailformpro input.input02 ,
form#mailformpro textarea {
	min-width: inherit !important;
	max-width: inherit !important;
	width:100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
}

