/*
Defines art paris specific styles for gallerist zone (old keamu style)
*/
/* button, .button, [type=submit] {
	color: white;
	background: #60A7E3;
	background: -webkit-gradient(linear, left top, left bottom, from(#53a8d1), to(#5c3d8d));
	background: -moz-linear-gradient(top,  #53a8d1,  #5c3d8d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#53a8d1', endColorstr='#5c3d8d');
} */
.blue {
	color:#808080;/*#009E95;*/;
}
em {
	color:#808080;/*#009E95;*/;
}
a, .a {
	color:#808080;/*#009E95;*/
}
.gallerist-panel {
	background-color: #E4E4E4;/*rgb(67,191,224);*/
}
.panel {
	border:2px rgb(27,141,174) solid;
}
.gallerist-panel-optional {
	background-color:#eee;
}