﻿.uploadPhotoButton {
	float: right;
	display: block;
	width: 97px;
	height: 20px;
	text-decoration: none;
}

/* ===== themes ===== */

.blue .uploadPhotoButton {
	background: url(images/blue.gif) no-repeat;
}
.gray .uploadPhotoButton {
	background: url(images/gray.gif) no-repeat;
}
.green .uploadPhotoButton {
	background: url(images/green.gif) no-repeat;
}
.pink .uploadPhotoButton {
	background: url(images/pink.gif) no-repeat;
}
.red .uploadPhotoButton {
	background: url(images/red.gif) no-repeat;
}
.orange .uploadPhotoButton {
	background: url(images/orange.gif) no-repeat;
}
.yellow .uploadPhotoButton {
	background: url(images/yellow.gif) no-repeat;
}
