	.connections {
		-moz-border-radius-bottomleft:4px;
		-moz-border-radius-bottomright:4px;
		-moz-border-radius-topleft:4px;
		-moz-border-radius-topright:4px;
		background-color:#F1F1F1 !important;
		border:1px solid;
		border-color:#E3E3E3;
		}
	
	form div.input {float:left}
    form div.form-field input, form div.form-field textarea {width:100%;}
	form div.inputhalfwidth {width:50%;}
	form div.floatright {float:right;}
	form div.form-field  span.checkbox {background-color:transparent;float:right;font-size:11px;font-weight:bold;}
	form div.form-field  span.checkbox input {width:16px;}
	form div.form-field  span.selectbox {float:right;font-size:11px;font-weight:bold;}
	form div.form-field  span.selectbox select {padding:1px !important;vertical-align:middle !important;}

	table td.delete {background-color:#FFF5EE;text-align:center;}
	table td.edit {background-color:#EAF2FA;text-align:center;}

	table span.detailsbutton {
		-moz-border-radius-bottomleft:11px;
		-moz-border-radius-bottomright:11px;
		-moz-border-radius-topleft:11px;
		-moz-border-radius-topright:11px;
		-moz-box-sizing:content-box;
		background-color:#21759B;
		border-color:#21759B;
		border-style:solid;
		border-width:1px;
		color:#FFFFFF;
		cursor:pointer;
		display:block;
		font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
		font-size:11px;
		line-height:16px;
		margin-left:20px;
		padding:2px 8px;
		text-align:center;
		text-decoration:none;
		width:60px;
		}
	table span.detailsbutton:hover {
		border-color:#535353;
	}
	
	table a.delbutton {
		-moz-border-radius-bottomleft:11px;
		-moz-border-radius-bottomright:11px;
		-moz-border-radius-topleft:11px;
		-moz-border-radius-topright:11px;
		-moz-box-sizing:content-box;
		background-color:#FFBBBB;
		border:1px solid #DCDCDC;
		color:#464646;
		cursor:pointer;
		display:block;
		font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
		font-size:11px;
		margin-left:20px;
		padding:2px 8px;
		text-align:center;
		text-decoration:none;
		text-shadow:0 1px 0 #FFFFFF;
		width:60px;
		}
	table a.delbutton:hover {
		border-color:#D54E21;
		color:#D54E21;
	}
	table a.editbutton {
		-moz-border-radius-bottomleft:11px;
		-moz-border-radius-bottomright:11px;
		-moz-border-radius-topleft:11px;
		-moz-border-radius-topright:11px;
		-moz-box-sizing:content-box;
		background-color:#F2F2F2;
		border:1px solid #DCDCDC;
		color:#464646;
		cursor:pointer;
		display:block;
		font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
		font-size:11px;
		line-height:16px;
		margin-left:20px;
		padding:2px 8px;
		text-align:center;
		text-decoration:none;
		text-shadow:0 1px 0 #FFFFFF;
		width:60px;
	}
	table a.editbutton:hover {
		border-color:#535353;
	}