﻿.note{
	color:#999999;
	font-size:11px;
}

#step_wrapper{
	width:430px;
	float:left;
}

.client_clinics{
	width:250px;
	float:right;
	/* position: absolute;
	right: 0;
	top: 140px;
	background: #ddd;
	width: 210px;

	padding: 10px; */
}

.client_clinics .clinic_wrapper{
	background:#f2f1f1;
	padding:15px;
	border: solid 1px #ccc;
}

.client_clinics div div{
	margin-bottom:5px;
	margin-top:5px;
}

.clinic_input{
	margin-bottom:10px;
}

.vcard{
	background:#f2f1f1;
}

.vcard div{
	margin-bottom:5px;
}

.vcard div div{
	margin:0;
}

.button_link{
	margin-bottom:15px;
	display:block;
}

.new_clinic{
	background:#f2f1f1;
	border:1px solid #ccc;
	padding:15px;
}

.new_clinic{
	min-height:1px;
}

* html .new_clinic{
	height:1px;
}

.new_clinic:after{
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}

/* [Auto complete sytes] */

.dd_options, .dd_options li{
	margin:0;
	padding:0;
	list-style:none;
}

.dd_options{
	border-left:1px solid #3EAED3;
	border-right:1px solid #3EAED3;
	border-bottom:1px solid #3EAED3;
}

.dd_options li{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff;
	padding-left:5px;
}


.bord{
	margin-bottom:10px;
	border-bottom:1px solid #adadad;
	display:block;
}