/* APPOINTMENT FORM STYLES
---------------------------------------------*/

#appointment {
	clear: both;
	padding: 20px 20px;
	margin: 20px auto;
	background-color: #fff;
	border: 1px solid #000;
	width: 800px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
#appointment h4 {
	font-size: 1.4em;
	text-align: center;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #444;
	margin: 15px auto 25px auto;
	width: 430px;
}
#appointment p {
	line-height: 1.5em;
}

#appointment form {
	font-size: 0.9em;
}

label { 
	width: 250px; 
	display: block; 
	float: left; 
	margin: 0 15px 0 0;
	text-align: right;
}

input[type=text], textarea  { 
	display: block; 
	outline: none; 
	padding: 4px 5px;
	margin: 0 0 8px 0;
	font: 1.0em/1.4em Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #404040;
	position: relative; 
}

input[type=text] {
	height: 15px;
}

textarea  { 
	height: 150px; 
	width: 400px;
}

select, option  { 
	width: 175px; 
	outline: none; 
	padding: 2px 5px;
	font: 1.0em/1.4em Arial, Helvetica, sans-serif;
	color: #404040;
}

.send {
	margin: 20px 0 0 100px;
	border: 1px solid #999;
	padding: 4px 8px;
	background-color: #fff;
	font: 1.0em/1.4em Arial, Helvetica, sans-serif;
	cursor: pointer;
	overflow: visible;
	white-space: nowrap;
}

.wpcf7-list-item-label {
	padding: 0 10px 0 2px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	float: right;
	left: 550px;
	top: 0;
	width: 180px;
	margin: -8px 0 0 0;
	padding: 5px;
}

.rowElem 
label.error { float: none; font-style: italic; color: red;
                              position: absolute; top: 16px; left: 0; 
                              font-size: 12px; }

.rowElem { 
	position: relative; 
	clear: both; 
	margin: 8px 0;
	min-height: 35px; 
}
.rowElem2                    { position: relative; clear: both; min-height: 35px; }

.thanks                     { color: green; font-weight: bold; }

.jqTransformTextarea, 
.jqTransformSelectWrapper   { margin: 0 0 8px 0; }

.video { margin-top: -22px;}
.video p {  font-weight:bold; font-size: 1.05em; text-align: center;}
