@charset "UTF-8";
/* CSS Document */

html { 
  background: url(icos/bkg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#login,#registration,#delete,#createDesign{
	margin-bottom:20px;
	background-color:#f6f6f6;
}

#delete{
	padding-top:20px;
	margin-top:20px;
}

#bar{
	text-align:center;
	margin-bottom:20px;
}

h2{
	font-weight:bold;
	font-size: 13px;	
	font-family: arial,helvetica;
	margin:0px;
}

p2{
	color:#F00;
}

#tooltip1 { position: relative; }
#tooltip1 span { display: none; color: #FFFFFF; }
#tooltip1:hover span { display: block; position: absolute; width: 300px; height:auto; left: 100px; top: -10px; color: #000000; padding: 0 5px; background-color:#FFF; border:2px solid #CCC; }