/* THIS IS THE STYLESHEET FOR THE COULDBE ALBUMS PLUGIN */

#cbsa-menu{
	border-bottom:1px solid;
	margin:15px;
	padding:2px 0;
	}
	
#cbsa-menu a{
	border-color:#444;
	color:#444;
	background:#ddd;
	border-left:1px solid;
	border-top:1px solid;
	border-right:1px solid;
	text-decoration:none;
	padding:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	}

#cbsa-menu .manage .manage, #cbsa-menu .addnew .addnew, #cbsa-menu .about .about{
	background:#bbb;
	}
	
#cbsa-form{
	margin:15px;
	}
#cbsa-form hr{
	border: 0;
	width: 80%;
	clear:left;
	padding-top:20px;
	}
	
#cbsa-active-inputs{
	background:#ddd;
	border:1px solid #666;
	min-height:20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	width:100%;
	}

.cbsa-input{
	float:left;
	width:auto;
	margin:10px;
	text-align:center;
	}

.cbsa-input a{
	display:block;
	text-decoration:none;
	cursor:pointer;
	}


.ui-sortable-helper,.ui-sortable-placeholder{border:1px dotted #000;}