﻿/*	
	this file is for contribute user styles
	
*/

.right {
	float: right;
}

.space_right {
	margin-right: 10px;
	margin-bottom: 10px;
}
.space_left {
	margin-left: 10px;
	margin-bottom: 10px;
}

/* photos ================================================================== */
.photoImage {
	padding: 2px; 
	border: #CCC Solid 1px;
}

.photoImageLeft {
	margin-right: 6px;
	padding: 2px; 
	border: #CCC Solid 1px;
}

.photoImageRight {
	margin-left: 6px;
	padding: 2px; 
	border: #CCC Solid 1px;
}

.photoCaption {
	font-size: 90%; 
	margin-left: 2px; 
	line-height: 14px;
}




