#pictures .picture
{
	clear:both;
	width:645px;
	background-image:url(http://d3uv25og6qnbkl.cloudfront.net/img/interface/background_top.png);
	background-repeat: repeat-x;
	border:2px solid #F0F0EF;
	padding:8px 10px 0 4px;
	margin:0 8px 8px 8px;
	position: relative;
}
#pictures .picture div.input
{
	float:right;
	width:416px;
}
#pictures .picture div.delete
{
	float:right;
	width:auto;
	clear:right;
	margin-bottom: 8px;
}
#pictures .picture div.img
{
	float:left;
	width:200px;
	text-align:center;
}
#pictures .picture textarea
{
	width:408px;
	height:60px;
	margin:0;
	float:right;
	overflow-y: auto;
	padding: 3px;
}
#pictures .picture div.end
{
	clear:both;
	float:none;
	width:100%;
	margin:0;
	padding:0;
	height:0;
	line-height: 0;
}
#content form div#AddPictureLoading
{
	padding: 0 10px 0 40px;
	margin:0 0 1em 8px;
	font-weight: bold;
	color:#258541;
	height:37px;
	line-height: 37px;
	font-size: 16px;
	background-image: url('http://d3uv25og6qnbkl.cloudfront.net/img/misc/loading.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#AddPictureInput 
{
	height:37px;
}
#AddPictureInput input
{
	text-align: center;
	display: block;
	width:150px;
}