.hidden {
	display:none;
}

.wpmcf-form {
	color: #fff;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 14px;
}

.wpmcf-form table {
	border: none;
	margin: 15px 0 0;
}

.wpmcf-form table table {
	margin: 0;
}

.wpmcf-form table td {
	background: none;
	border: none;
	padding: 2px 10px;
}

.wpmcf-date {
	float: left;
}

.ui-datepicker-trigger {
	float: left;
}

.wpmcf-select {
	margin: 0;
	padding: 2px;
}

.wpmcf-loading {
	clear: both;
}

#TB_ajaxContent .wpmcf-form p {
	padding: 5px 0;
	margin: 0;
}

#wpmcf_close_link {
	position: absolute;
	bottom: 4px;
	right: 6px;
}

.wpmcf-form input {
	border: 1px solid #ddd;
	padding: 2px;
	margin: 0;
}

.wpmcf-form textarea {
	border: 1px solid #ddd;
	padding: 2px;
	margin: 0;
	width: 350px;
	height: 80px;
}

.wpmcf-form input.submit, .wpmcf-form input.btn {
	cursor: pointer;
	width: 115px;
	background: url(images/btn.png) no-repeat 0 0;
	height: 28px;
	border: none;
	color: #fff;
	padding: 0;
}

#wpmcf_more_link.btn {
	background: url(images/more-btn.png) no-repeat 0 0;
	width: 240px;
}

.wpmcf-form input.submit {
	margin: 5px 0 0;
}

.wpmcf-error {
	background-color: #999 !important;
	background-image: none !important;
	border: 1px solid #333 !important;
}

.wpmcf-form h2, .wpmcf-form h3 {
	margin: 0;
	padding: 3px 0;
	text-align: center;
	color: #fff;
}

.wpmcf-form h3 {
	font-weight: normal;
}

.wpmcf-form .mc_description {
	padding: 10px 0 0;
	text-align: center;
}

.wpmcf-form .mc_footer {
	width: 500px;
	padding: 0 0 20px;
	font-size: 12px;
	position: absolute;
	bottom: 0;
}

.wpmcf-form .wpmcf-companies {
	width: 250px;
	margin: 10px auto;
	line-height: 14px;
}

.wpmcf-form p.center {
	text-align: center;
}