@import url(/css/messagebox.css);
@import '/css/messagebox.css';

body,html{
	background-image:url('/main/images/background_gns.jpg');
	background-repeat: no-repeat;
	background-color: #292828;
	font-family:Arial,Verdana,Times New Roman;
	font-size:12px;
	margin:0;
	padding:0;
}

.red{
	color:#ff0000;
}


#header{

	color:#fff;
	vertical-align:bottom;
}
#header h1{
	margin:0;
	padding:0;
	padding-top:101px;
	margin-left:50px;
	font-size:60px;
}
#header h1 a{ text-decoration:none; color:#fff; }
#main{
	width:800px;
	padding:20px;
}

img{
	border:0;
}

.infoBox{
	border-radius: 15px; 
	position: absolute;
	left: 120px;
	top: 185px;
	color:#fff;
	padding:20px;
	margin:20px;
	font-size:15px;
	width: 500px;
}

.newSiteContainer{
	border-radius: 15px; 
	position: absolute;
	left: 120px;
	top: 240px;
	color:#fff;
	padding:20px;
	margin:20px;
	font-size:15px;
	width: 530px;
}

#loginBox
{
	font-size:15px;
	font-weight:bold;
	position: absolute;
	left: 1030px;
	width: 265px;
	margin:30px;
	margin-top:50px;
}
#loginBox input 
{
	font-size:15px;
	padding:3px;
	margin:2px;
	width:150px;
}
#loginBox label{
	width:100px;
	display:block;
	float:left;
	margin-top:5px;
}



.siteBox{
	position: absolute;
	background-color:#83bbea;
	border:0px solid #844e7d;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	color:#fff;
	left: 850px;
	top: 320px;
	width: 250px;
	padding:20px;
	margin:20px;
	font-size:15px;
}

.siteBox a{ color:#fff; }


.newSiteBox{
	position: absolute;
	left: 720px;
	top: 187px;
	background-color:#83bbea;
	border:1px solid #aabfd2;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	color:#fff;
	padding:20px;
	margin:20px;
	font-size:20px;
	line-height: 50px;

}
.newSiteBox  input 
{
	font-size:15px;
	padding:3px;
	margin:2px;
}



#newSite{
	padding:20px;
	font-size:20px;
	}


#newSite label{
	width:180px;
	display:block;
	float:left;
	margin-top:5px;
}

#newSite .field{
	margin-bottom:10px;
	clear:both;
}
#newSite input 
{
	font-size:15px;
	padding:3px;
	margin:2px;
}


input.required, textarea.required {
	border:1px solid #7f9db9;
}
#newSite .validation-advice
{
	position:absolute;
	font-size:12px;
}




.awesome, .awesome:visited {
	background: #222 url(http://zurb.com/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }