/***** Notification ********/
#core_error_notif
{
	position: fixed;
	top: 20px;
	width: 30%;
	left: 35%;
	z-index: 2000;
	text-align: center;
	display: none;
}
/****** List ******/

/***** Global ****/
.pointer
{
	cursor: pointer;
}
a.pointer:link
{
	text-decoration: none;
}
/****** FORM *******/
.uploaded_img
{
	margin-bottom: 15px;
}
