#submitsiteform fieldset *:last-child  {
   margin-bottom: 0;
}

.centerac {
   text-align: center;
}


#submitsiteform fieldset label  {
   display: block;
   float: left; 
   font-size: 14px;
   font-family: "Trebuchet MS", sans-serif;
   color: #666666;
   margin-right: 20px;
   width: 90px;
  }


#blurbtext p,
#greetingtext p  {
   font: 12px/18px "Trebuchet MS";
   margin: 0px;
   padding-bottom: 7px;
   text-align: left;
}

#submitsiteform fieldset legend {
	font-size: 18px;
	line-height: 18px;
	font-family: "Trebuchet MS", sans-serif;
	color: #cc3333;
}


#submitsiteform fieldset *  {
   font: 12px/12px "Trebuchet MS";
   padding: 5px;
   margin-left: 5px;
 }

#submitsiteform fieldset  {
   height: auto;
   border: 1px solid #cccccc;
   background-color: #f9f9f9;
 }

#submitsiteform p  {
   margin-left: 5px;
   font-size: 14px;
   font-family: "Trebuchet MS", sans-serif;
   color: #666666;
}

#submitsiteform  {
   visibility: visible;
   position: absolute;
   left: 30px;
   top: 90px;
   z-index: 1;
   width: 558px;
   height: 600px;
}

#greetingtext  {
   visibility: visible;
   position: absolute;
   left: 30px;
   top: 41px;
   z-index: 1;
   width: 536px;
}

#submitsitecontent  {
   margin: 0px auto 0px auto;
   width: 588px;
   position: relative;
   height: 700px;
   top: -40px;
}

#blurbtext  {
   visibility: visible;
   position: absolute;
   left: 30px;
   top: 620px;
   z-index: 1;
   width: 600px;
}

#sitename {
	width: 300px;
}

#siteurl {
	width: 300px;
}

#name {
	width: 300px;
}

#yoururl {
	width: 300px;
}

#email {
	width: 300px;
}

#versionused {
	width: 300px;
	height: 30px;
}

#comments {
	width: 300px;
}

#human {
	width: 300px;
}

#send {
   background-color: #e8e8e8;
   border: 1px solid #999999;
   color: #b81f11;
   font-weight: bold;
   width: 130px; 
}

#send:hover {
   background-color: #dedede;
   border: 1px solid #999999;
   color: #b81f11;
  }


fieldset *  {
   margin-left: 0;
   margin-right: 0;
   padding-bottom: 0;
   padding-top: 0px;
}

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #FFFFFF;
}


