
#form_wrap {
	width:90%;
	height:auto;
	float:left;
	margin:0px 0px 20px 0%;
	background-color: #fff;
	padding:16px 5%;
}

.form_message {
    width: 81%;
    height: auto;
    float: left;
    margin: 0px 0px 20px 9%;
    padding: 5px 2% 5px 2%;
    line-height: 1.2;
    background-image: url(../assets/shared/grey_trans.png);
    background-repeat: repeat;
}

.form_section {
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
}

.form_section.submit {
	border: none;
	background-color: transparent;
}

.form_input {
	width:100%;
	height:auto;
	float:right;
	margin:0px 0px 0px 0px;
}

.form_input input {
	background:#FFF;
	width: 96%;
	color:#333;
	padding:7px 2% 7px 2%;
	float: left;
	border: 1px solid #ddd;
	font-size: 1em;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form_input button {
	background-color:#00B2B2;
	border:none;
	width: 170px;
	height: auto;
	color: #fff;
	line-height: 21px;
	padding: 3px 0px 3px 0px;
	font-size: 1em;
	font-weight: 300;
	transition: background-color 0.1s;
	cursor: pointer;
}

.form_input button.fade {
	opacity: 0.2;
}

.form_input button:hover {
    background-color: #007D7D;
}

.form_error {
	width:100%;
	height:auto;
	float:right;
	margin:4px 0% 0px 0px;
	color:#007D7D;
	font-size: 1em;
	line-height: 1.2;
}

#spam {
	width:auto;
	margin-bottom:5px;
	float: none;
}

.hidden {
	display: none;
}

#form_error {
	width: 96%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #007D7D;
	text-align: center;
	color: #333;
	padding: 9px 2% 9px 2%;
	font-size: 1em;
	color: #fff;
	z-index: 3;
}

#please_wait {
    width: 96%;
    height: auto;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 4px 2% 4px 2%;
    font-size: 1.2em;
    display: none;
}

div.ui-datepicker{
	font-size:1em;
	font-family: "myriad-pro", arial, sans-serif;
}







