/*--------------------------------------------------------
ADMIN CSS
--------------------------------------------------------*/

div#settingswrap {
	width: 734px;
	margin: 0 20px;
	background: url(../images/wrap/navbtm_bg.png) 0 -20px no-repeat;
	}

h2 { 	
	font-size: 140%;
	border-bottom: 1px solid #c1d72e;
	padding: 20px 0 1px 0;
	margin: 0 0 10px 0;
	}	

h3 { 
	font-size: 100%; 
	margin-bottom: 2px;
	}

p { 
	margin: 0 0 8px 0; 
	}
	
input {
	padding: 2px;
	}
	
#specialhead {
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #c1d72e;
	padding-bottom: 2px;
	margin: 20px 0 10px 0;
	}
	
#lspecialhead {	
	font-size: 140%;
	font-weight: bold;
	float: left;
	}
	
#rspecialhead {
	font-size: 90%;
	float: right;
	}
	
.backlink {
	font-size: 90%;
	padding-top: 20px;
	clear: both;		
	}

.req {
	color: #990000;
	padding-left: 3px;
	}

/*--Loading--*/
div#loadingGroups {
	width: 100%; 
	text-align: center; 
	margin: 60px 0px 60px 0px;
	}
	
div#overlay {
	position: absolute; 
	left: -18px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
	}
	
div#overlay img {
	min-width: 1px;
	width: 100%; 
	height: 100%; 
	z-index: 10000;
	}