@import url("global.css");


#bodyarea section .text {
	width: 740px;
	margin: 0 auto;
}
#bodyarea section .text p.lead {
	font-size: 21px;
	margin: 50px -20px;
	background-color: #cc1e06;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 2px;
}
#bodyarea section .text p {
	margin: 20px 0;
}
#bodyarea section .text p.tel {
	margin: 50px 0;
}

/* ------------------------------
 Mail-Form
------------------------------ */

form#mailformpro {
    padding: 10px 0 80px;
}
table.inputform {
	width: 100%;
	margin: 0 0 30px 0;
	border-top: #bbb 1px dotted;
	clear: both;
}
table.inputform th {
	text-align: left;
	padding: 20px 20px;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: middle;
}
table.inputform td {
	padding: 15px 10px 15px 0;
}
table.inputform td .td {
	padding: 5px 20px;
	border-left: #eee 4px solid;
}
table.inputform th,
table.inputform td {
	border-bottom: #bbb 1px dotted;
}
table.inputform tr:nth-child(odd) th,
table.inputform tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
table.inputform tr:nth-child(odd) td .td {
	border-left: #ddd 4px solid;
}
table.inputform input,
table.inputform textarea {
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 5px;
	vertical-align: middle;
}
table.inputform input[type=radio],
table.inputform input[type=checkbox] {
	vertical-align: middle;
}
select {
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 2px;
	vertical-align: middle;
}
table.inputform #address2 {
	margin-top: 8px;
}
table.inputform input.noborder {
	border: none;
}
table.inputform ul.float li {
	float: left;
	padding-right: 10px;
}
.notes {
	text-align: left;
	clear: both;
	color: #666;
	font-size: 11px;
}
.mark {
	color: #C00;
	padding: 0px 6px;
	font-size: 14px;
	font-weight: 700;
}
.mfp_err {
	clear: both;
}

/* ---------- label override ---------- */

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
    box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
}

form#mailformpro label {
	white-space: nowrap;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
form#mailformpro label.mfp_checked {
	padding: 4px 10px 4px 8px;
	background-color: #F5D2CD;
	border: #EBA59B 1px solid;
}
form#mailformpro label.mfp_not_checked {
	padding: 4px 10px 4px 8px;
	border: #FFF 1px solid;
}

/* ---------- button override ---------- */

#mfp_buttons p {
	text-align: center;
	width: 200px;
	margin: 0 auto;
	border-radius: 6px;
	box-shadow: 0 0 1px 1px #ccc;
}

.mfp_element_submit {
    background-image: none;
}
.mfp_element_submit:hover {
    background-image: none;
}

#mfp_buttons button#btn_confirm {
	border: #D64B38 1px solid;
	border-radius: 5px;
	background-color: #E0786A;
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 46px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: inherit;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	padding: 0;
	text-shadow: none;
	vertical-align: middle;
}
#mfp_buttons button#btn_confirm:hover {
	border: #CC1E06 1px solid;
	background-color: #CC1E06;
	text-shadow: 0 0 8px #fff;
	box-shadow: none;
}

/* ---------- confirm.css override ---------- */

div#mfp_overlay h4 {
	font-size: 24px;
	font-weight: bold;
	color: #C0181F;
	text-shadow: 0 0 4px rgba(192,24,31,0.5);
	padding: 10px 0px 4px 0px;
	text-align: center;
}
.mfp_buttons {
	margin-top: 20px;
}
div.mfp_buttons button {
	width: 160px;
	padding: 4px 10px;
	border: 1px solid #FFFFFF;
	height: auto!important;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px #666;
	-moz-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;
	cursor: pointer;
	font-family: inherit;
	margin: 0 10px;
	text-align: center;
	text-shadow: none;
}
div.mfp_buttons button#mfp_button_send {
	background-color: #DB6150;
	background-image: none;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
div.mfp_buttons button#mfp_button_send:hover {
	background-color: #CC1E06;
	background-image: none;
}
div.mfp_buttons button#mfp_button_cancel {
	background-color: #AAA;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ccc));
	background-image: -webkit-linear-gradient(top, #aaa, #ccc);
	background-image: -moz-linear-gradient(top, #aaa, #ccc);
	background-image: -ms-linear-gradient(top, #aaa, #ccc);
	background-image: linear-gradient(top, #aaa, #ccc);
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
	box-shadow: 0 0 5px #624E48;
}


/* ------------------------------
 Thanks
------------------------------ */

.thanks {
	margin: 50px auto;
	width: 740px;
}
.thanks p {
	margin: 1em 0;
}
.thanks p.tel {
	text-align: center;
	margin: 50px 0 100px;
}


