
a {
	text-decoration: none;
	outline: 0;
}

table {
	border-collapse: collapse;
}

div.system-alertshadow {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	background-color: black;
	opacity: 0.4;
	filter:alpha(opacity=40);
}

div.system-alertbox {
	z-index: 1100;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform:	translate(-50%,-50%);
	-ms-transform:		translate(-50%,-50%);
	transform:			translate(-50%,-50%);

	text-align: center;
	padding: 20px;
	width: 240px;
	background-color: #F5F5F5;
	border: solid 1px #A0A0A0;
}

div.system-alertmessage {
	margin-bottom: 10px;
}

input.system-datepicker {
	background-image: url("img/cal.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
