/* Shop Styles here please */
.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}

/* General Formatting */
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;

}

/* Administration Styles */
.adminListHeader {
	float:left; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold;
	padding-left: 80px;
}

.labelcell {
	margin-left: auto;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}

/* Errors, Warnings and Info formatting */

.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
    width: 70%;
    clear: both;
    text-align: justify;
    background: #ffffff;
    border: 1px solid #CC0000;
    margin: 10px auto 10px auto;
    padding: 15px 15px 15px 80px;
}

.shop_error b, .shop_warning b, .shop_info b, .shop_debug b, .shop_critical b, .shop_tip b { color: #CC0000; }

.shop_error { background: url( ../shop_image/ps_image/log_error.png ) 20px 50% no-repeat; }

.shop_warning { background: url( ../shop_image/ps_image/log_warning.png ) 20px 50% no-repeat; }

.shop_info { background: url( ../shop_image/ps_image/log_info.png ) 20px 50% no-repeat; }

.shop_tip { background: url( ../shop_image/ps_image/info.png ) 20px 50% no-repeat; }

.shop_debug { background: url( ../shop_image/ps_image/log_debug.png ) 20px 50% no-repeat; }

.shop_critical {background: url( ../shop_image/ps_image/log_critical.png ) 20px 50% no-repeat; }