﻿#organisation_wrapper{
	min-height:455px;
}

.short_description{
	margin-bottom:20px;
}

.org_details{
	margin: 0 0 35px;
}

.form .org_details{
}

.detail_row{
	clear:both;
	float:none;
	min-height:1px;
	margin-bottom:10px;
}

.detail_row:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
 
* html .detail_row{
	height:1px;
}

.type{
	width:100px;
}

.detail{
	width:170px;
	display:block;
	float:left;
}

.detail_wide{
	width:400px;
	display:block;
	float:left;
}

.org_description{
	margin: 35px 0;
}

.form .org_description{
	width:310px;
}

#org_options{
	background:#f1f1f1;
	border: solid 1px #cfcfcf;
	border-top:none;
	padding:15px;
	float:none;
	clear:both;
}

	#org_options .notice_link{
		margin: 0 54px;
	}


.form{
	margin-bottom:15px;
}

.org_wrapper:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.category_td{
	padding-left:10px;
}

.add_button{
    padding-top: 25px;
}





