/* $Id: webform.css,v 1.4.2.1 2008/06/30 00:19:36 quicksketch Exp $ */

.webform-submission-navigation {
  text-align: right;
}
.webform-submission-next {
  margin-left: 20px;
}
.webform-checkbox {
  text-align: center;
  width: 40px;
}
.webform-default-value {
  color: #999;
}
tr.webform-add-form .tabledrag-changed {
  display: none;
}
#webform-components tr.webform-add-form {
  background-color: inherit;
}

#webform-description{
	font-size:1.3em;
	font-family:verdana;
	font-style:italic;
	color:#666666;
	
}
#edit-submitted-your-full-name,
#edit-submitted-contact-email-address,
#edit-submitted-organization
{
	width:10em;
	border:solid;
	border-width:.5px;
	border-color:#dddddd;
	padding-left:3px;
	float:right;
}
#edit-submitted-your-full-name-wrapper,
#edit-submitted-contact-email-address-wrapper,
#edit-submitted-organization-wrapper,
#edit-submitted-membership-status-wrapper{
	width:300px;
	height:20px;
	display:inline;
	float:left;
	line-height:5px;
}
#edit-submitted-your-message{
	width:20em;
}

#edit-submitted-subject-Membership-Enquiry-wrapper{
	width:180px;
	float:right;
	position:relative;
}

#edit-submitted-subject-Green-Star-Enquiry-wrapper{
	width:100%;
	float:right;
	position:relative;
}


/* -- Override regular page styling ---*/
#pagetext {
float:left;
padding-left:0px;
padding-top:0px;
width:620px;
}

#contactform-frame{
padding:0px;

}





