#logo{
	text-align:center;
}
#logo-ibeauty{
	color:#9ef542;
	font-family:'Playball', cursive;
	font-size:80px;
	text-shadow:1px 1px 3px #999;
}
#logo-lite{
	font-family:'Montserrat', sans-serif;
	color:#333;
	font-size:60px;
	text-decoration:italic;
	text-shadow:1px 1px 3px #CCC;
}
#logo a{
	text-decoration:none;
}

a{color:#222;}
a:hover{color:#999;}

ul, li{
	list-style:none;
	margin:0;
	padding:0;
}

.label-h2{
	float:left;
	padding:2px 10px;
	background-color:#555;
	color:#FFF;
	text-transform:capitalize;
}
.label-h3{
	float:right;
	max-width:500px;
	min-width:300px;
	margin:15px 10px;
	border:0px solid #ddd;
}
.label-h3 input{
	padding:10px;
}
.hr-line{
	border-top:1px dotted #999;
}
.clear{
	clear:both;
}