label.error {float: none; color: red; sizepadding-left: .5em; vertical-align: center; font-size: .8em;}
body
{
padding-top: 50px;
font-family: Georgia, "Times New Roman", Times, serif;
        font-size:18px;
	margin-top: 5px; margin-bottom: 0px;
	text-align: center;
        font-weight: normal;
        color: #222;
}
h1{font-family: Georgia, "Times New Roman", Times, serif;
        font-size:36px;
	margin-top: 7px; margin-bottom: 0px;
	text-align: center;
        font-weight: normal;
        color: #19F8B1;
		}
h2{ font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #19F8B1;
	//color: #9bb;
        margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;}
h3{font-size:16px;font-weight:400;color:#000;font-family: "Lucida Grande",Geneva,Helvetica,sans-serif;}
h3 a {color:#345;}

h4{  font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	//color: #19F8B1;
	color: #345;
        margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
}
h5{ 
cursor:pointer;
}
h6{  font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #19F8B1;
	//color: #9bb;
        margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
}
a{color:#555;text-decoration:none;}
a:hover{color:#F49300;cursor:pointer;}

body {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

#wrapper1 {
width:100%;
background:#345;
clear: both;
margin:0;
padding:0;

border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;

border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
}

#wrapper2 {
width:100%;
background:#9bb;
clear: both;
margin:0;
padding:0;

border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;

border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;

}

#wrapper3 {
width:100%;
background:#fff;
clear: both;
margin:0;
padding:0;
}

#image{
	float:left;
	width:50%;
}
#domain{
	float:right;
	width:50%;
}
#description{
	float:left;
	width:50%;
}
#register{
	float:right;
	width:50%;
}
#will_not_spam
{
font-size:12px;
}

#inquire{
	float:left;
	width:50%;
}
#network{
	float:right;
	width:50%;
}

#input_email
{
  background-color:#dee;
  color:#345;
  text-shadow:none;
  font:bold 0.7em;
  text-align: center;
}

.submit_button
{
  background-color:#dee;
  color:#222;
  text-shadow:none;
  font:bold 0.7em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}