#app_form_container{
	width: 480px;
	clear: both;
	}
	
.appt_form_left_column {
			width: 130px;
			padding: 10px;
			color: #666666;
			line-height: 20px;
			float: left;
			hight:auto;
			text-align:right;
		}
s
.appt_form_right_column {
			width: 260px;
			padding: 10px;
			color: #666666;
			line-height: 15px;
			float: left;
			hight:auto;		
		}

.form_elem_width {width: 100%;}

.logo_column{
			width: 32%;
			height: auto;
			text-align:center;	
			margin: 0;	
			float:left;	
		}
		
.product_logo{
			width: 130px;
			height: auto;
			text-align:center;	
			margin: 0 0 20px 0;
			padding: 0px 0 3px 0;
			border: 1px solid #666666;	
		}			

.bio {
	width: 100%;
	margin-bottom:15px;
	clear:both;
}

.bio_full {
	width: 100%;
	clear:both;
	margin-bottom:15px;
	display:none;
}


.bio p,  .bio_full p{
	margin: 0 0 10px 0;
}

.photo{
	margin: 3px 10px 0 0;
	float:left;
}

