/*
CLASSES COMMON TO ALL THE THEMES
Can be loaded through the string -----PG_COMMONCSSLOAD----- in each theme
*/

label {
display:block;clear:both;
font-weight:bold;
}

.importantSection {
padding: 1em 1em 1em 0;
margin-bottom:2em;
}

.sectionTitle {
padding-left:20px;
}

.alert {
height:auto;
width:auto;
padding:3px;
padding-left:0;
border:0;
background-color:transparent;
}


.readonlyinput, .readonlyinput:enabled, .readonlyinput:disabled, .readonlyinput:focus {
width:25px;
background-color:transparent;
outline:none;
box-shadow:none;
border:0;
margin:0;
padding:0;
}


/* Loader (hidden by default) */
#status_notification {
	position: fixed; /* fixed so it doesn't scroll */
	left: 45%;
    top: 40%;
	width:128px;
	height:128px;
	display: none;
	visibility: hidden;
	/* Loader Image & size */
	background: url('../loading.gif') no-repeat bottom;
	background-color: #000;
	color: #FFF;
	margin: 0px;
	padding: 20px;
	text-align:center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}

