.select-tb-cell {
	padding-top: 0px;
}
.chosen-container{
	min-width: 220px !important;
}
.person_area td{
	width: 15%;
}
.order-summary td{
	padding: 5px;
}
.form-row {
	margin-left: 0px !important;
}
.fl {
	float: left;
}
.clear {
	clear: both;
}
.marginLeft10 {
	margin-left: 10px;
}

.raw img {
	margin: 10px;
}
.imagecontainer {
	float: left;
	padding: 0px;
	margin: 5px;
	border-radius: 4px;
	background-color: #F5F5F5;
	border: solid rgb(227, 227, 227) 1px;
	height: 155px;
}
.imagecontainer img {
	display: inline-block;
	vertical-align: top;
}

.imagecontainer .thumb img {
	width: 120px;
	height: 120px;
}

.imagecontainer .imagecontrols {
	margin-top: 5px;
	text-align: center;
}

.dropzone {
	width:70px;
	height: 70px;
	border:1px dotted grey; 
	display: inline-block;
	color: grey;
}
.forgot-password {
	margin-bottom: 10px;
	display: block;
}
.errorSummary p {
	text-align: center;
}
.reg-block .errorSummary .in p,
.reg-block .errorSummary .in ul li{
	color: red;
}
.marginRight10 {
	margin-right: 10px;
}
.hoauth-form .row {
	margin-bottom: 20px;
}
.hoauth-form label {
	width: 100px;
}
.hoauth-form .errorMessage {
	color: red;
}
.hoauth-form input[type="submit"] {
	white-space: nowrap;
	border: 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
	padding: 6px 13px;
	position: relative;
	background: #72c02c;
	display: inline-block;
	text-decoration: none;
}
.hoauth-form input[type="submit"]:hover {
	background: #5fb611;
}
.guest-content .errorSummary{
	background-color: white;
}
.dashboard-btn {
	padding-top: 10px;
	width: 100px;
	font-size: 90%;
}
#workshop-grid.grid-view .button-column {
	width: 90px;
}
#workshop-grid.grid-view .button-column a{
	margin-right: 3px;
}
#file-uploader .ui-dialog-buttonset button.ui-state-hover {
	background: #E6E6E6;
}
.blog-medium h2 a {
	color: #585f69;
}
.provider-header {
	float: left;
	margin-left: 50px;
	position: relative;
	top: -10px;
}
.provider-info {
	padding-top: 17px;
	display: inline-block;
	margin-left: 20px;
}
#register-form label {
    margin-right: 10px;
    min-width: 60px;
}
#register-form input {
    margin-bottom: 10px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.marginBot400 {
    margin-bottom: 400px;
}


