@charset "utf-8";
/* CSS Document */


/*************************
        Input
*************************/
input {
    background: #fff;
    border: 2px solid #dbdbdb;
    box-shadow: none;
    padding: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}
select {
    width: 100%;
    background: #fff;
    border: 2px solid #dbdbdb;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffae00;
}
textarea {
    resize: vertical;
    background: #fff;
    border: 2px solid #dbdbdb;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffae00;
  outline: medium none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
}
.input-group.divcenter.input-group .form-control { padding-left: 0px }







.cbp-mc-form input.cbp-mc-submit {
	border: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px 15px 40px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 10px;
	background-color: #bda87f;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background-color: #000000;
}


.say {
	float: left;
	margin-bottom: 50px;
}
	

.say h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	float: left;
	margin-bottom: 10px;
	-webkit-margin-before: 5px;
	-webkit-margin-after: 5px;
	line-height: 25px;
	
}
.say h2 {
	font-weight: bold;
	color: #bda87f;
	font-size: 20pt;
	padding: 0px;
	-webkit-margin-before: 5px;
-webkit-margin-after: 5px;
font-weight: 400;
margin-bottom: 20px;
}

.say p {
	color: #666;
	float: left;
	font-size: 10pt;
	line-height: 20pt;
}



.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}