* { margin: 0; padding: 0; }

body { 
	background: #FFF; 
	padding: 10px 0; 
	font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
	background-image: url(color-animiert.gif);
	}

#wrap {
	margin: 0 auto; 
	width: 500px; 
	background: #FFF; 
	border: 5px solid #e1e1e1; 
	padding: 25px; 
	position: relative; 
	margin-top: 20px}
#innerwrap { min-height: 250px; }
p{text-align: center; }
h1 { font: bold 24px "helvetica neue", helvetica, arial, sans-serif; text-align: center;  letter-spacing: -0.05em; margin-bottom: 25px; }

#introduction { font: bold 12px "helvetica neue", helvetica, arial, sans-serif; margin-bottom: 25px; text-align: left; width: 450px; margin: 0 auto 25px ; color: #666666;}

#form_username { 
text-align: left; 
padding-left: 25px;
}
#form_username p {
	text-align:left;
	padding-left:0px;
	color: #999;
	font-size: 11px;
}

#form_username label {
		font: bold 11px "helvetica neue", helvetica, arial, sans-serif; 
		color: #222222;   
		padding-right:15px;
}
#username {
	font-size: 14px; 
	padding: 5px 10px; 
	border: none; 
	margin: 0 10px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	font: bold 11px "helvetica neue", helvetica, arial, sans-serif;	
}

#submit { background: #0097D5; border: none; font: bold 12px "helvetica neue", helvetica, arial, sans-serif; color: #fff; padding: 5px 10px 4px; }
#submit:hover { color: #FFF; background: #EA690B; border-color: #EA690B; }

input {
	border: none;
	background-color: #e1e1e1;
}

#profilePic { 
	position: relative; 
	font: bold 12px "helvetica neue", helvetica, arial, sans-serif; 
	color: #222222;   
	padding-right:15px;	
	}
#layer1, #layer2 { background: url(transpixel.png); }

#desc_position { position: absolute; top: 145px; right: 25px; font: normal 12px Arial, Helvetica, sans-serif; width: 150px; }
#form_position { position: absolute; top: 210px; ; right: 25px; width: 150px; height: 150px; background: url(position.png); }
#topleft, #topright, #bottomleft, #bottomright, #middle { position: absolute; }
#topleft { top: -5px; left: -5px; }
#topright { top: -5px; right: -5px; }
#bottomleft { left: -5px; bottom: -5px; }
#bottomright { right: -5px; bottom: -5px; }
#middle { left: 69px; top: 69px; }

#form_logocolor { 
	position: absolute; 
	right: 25px; 
	top: 380px; 
	width: 150px; 
	heigth: 100px; 
}
#form_logocolor input {
	margin-right: 5px;
}

#desc_final { margin: 50px 0 25px; text-align: center; font: normal 14px Arial, Helvetica, sans-serif;  }
#form_getpic { text-align: center; margin-bottom: 25px; }
#getpic { background: #0097D5; color: #fff; font: bold 24px Arial, Helvetica, sans-serif; padding: 10px 20px; letter-spacing: -0.06em; }
#getpic:hover { background: #EA690B; color: #ffffff; }
.clearer{
  clear:both;
}
p{
padding:10px 0px 10px 0px;
}
