/* This is style information which is available to the editor. Some may be required for the editor to work and should not be deleted */
.plugin {
	background-color: #CCCCCC;
	border-radius: 15px;
	width: 100px;
	padding: 15px 15px 15px 70px;
	background-image: url(/scripts/CMS/images/plugin.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: black;
}
body {
	
}
.photocontainer {
	position: relative;
	display: inline-block;
	padding: 12px;
}
.photocornertopleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
.photocornertopright {
	position: absolute;
	top: 0px;
	right: 0px;
}
.photocornerbottomleft {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.photocornerbottomright {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.vintageimage {
	border-style: solid;
    border-width: 20px;
    -moz-border-image: url(/images/photoborder.png) 50 repeat round;
    -webkit-border-image: url(/images/photoborder.png) 50 repeat round;
    -o-border-image: url(/images/photoborder.png) 50 repeat round;
    border-image: url(/images/photoborder.png) 50 repeat round;
}