/*FRONTEND CSS*/
#flickrstream_widgetbox a{
	text-decoration: none;
}

#flickrstream_widgetbox a img{
	margin: 4px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc; 
	padding: 5px;
	width: 75px;
	height: 75px;
}

#flickrstream_widgetbox a img:hover, .flickrstream_short_embed img:hover{
	background-color: #397fdf;
}

.flickrstream_short_embed img{
	margin: 5px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc; 
	padding: 5px;
}

.flickrstream_short_embed{
	text-align: center;
}

.flickrstream_short_embed img.medtbm{
	height: 150px;
	width: 150px;
}

.flickrstream_short_embed img.smltbm{
	height: 75px;
	width: 75px;
}

.fsErrorBar{
	background-color: #800517;
	color: #fff;
	padding: 5px;
	margin: 15px 0;  
	font-size: 14px;
}

.fsSetTitle{
	text-align: left; 
	margin-left: 15px;
	margin-bottom: 10px;
}

/*ADMIN CSS*/
#flickrstream_widget_controls label{
	display: block;
}

#flickrstream_widget_controls label.inline{
	display: inline-block;
}

#flickrstream_widget_controls select, #flickrstream_widget_controls input[type='text']{
	width: 225px;
}

#flickrstream_widget_controls .toggleOptions{
	margin-top: 15px;
}

.updated p{
	font-weight: bold;
}

#flickrstream_main_opts input[type='text'], #flickrstream_main_opts select{
	width: 225px;
}

.fsFormBox{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.fsTopformBox{
	border-top: 1px solid #ccc;
	margin-top: 15px;
}

.fsFormBox label{
	width: 220px;
	display: inline-block;
}

.fsFormBox .fsHint{
	display: block;
	margin-left: 225px;
	font-style: italic; 
	margin-top: 2px;
}

.fsFormBox li{
	list-style-type: square;
}

.fsFormBox ul{
	margin-left: 15px;
}

.fsFormBox .fsCancel{
	color: #ff0000;
	text-decoration: none;
	margin-left: 15px;
}

.fsFormBox .fsCancel:hover{
	text-decoration: underline;
}

.fsBlock{
	display: block;
}