.art-ui-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px #aaa;
	-webkit-box-shadow: 0px 0px 2px #aaa;
	box-shadow: 0px 0px 2px #aaa;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(180,180,180);
	background-color: rgb(252,252,252);
}

.art-ui-box-info {
	padding: 5px;
	background-color:#FFFFC8;
	border-color: #646400;
	margin-top: 10px;
	margin-bottom: 10px;
}

.art-ui-box-error {
	
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: red;
	background-color: rgb(255,200,200);
}

.art-ui-box-warning {
	border-color: red;
	background-color: rgb(255,200,200);
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.art-ui-inner {
	padding: 5px;
}

.art-ui-box-loading {
	background-color:#FFFFC8;
	border-color: #646400;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 25px;
	
}

.art-ui-box-correct {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: green;
	background-color: rgb(200,255,200);
	
}

.art-ui-popup {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	border: 1px solid black;
}
