#newsletter form {
	padding: 0;
}
#newsletter fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newsletter form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 11pt;
}
#newsletter p {
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#newsletter p label {
	position: absolute;
	top: -2px;
	left: 0;
}
#newsletter p br {
	display: none;
}
#newsletter fieldset p input, form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#newsletter fieldset p label {
	display: block;
	padding: 0;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 6px;
}
#newsletter label {
	display: block;
	padding-top: 12px;
}
#newsletter fieldset p textarea {
	padding: 2px;
	width: 240px;
}
#newsletter fieldset p textarea, form fieldset p input {
	border: solid 1px #000;
}
#newsletter fieldset p label {
	color: #333;
	font-size: 11px;
}
#newsletter p input {
}
#newsletter input.submit {
	color: #CA8EC3;
	background-color: #3e3e3e;
	padding: 0px;
	margin-top: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
        width: 70px;
        background-color: #555;
        border: 0px solid #151515;
        cursor: pointer;
        margin-bottom: 25px;
        color: #fff;
        float: right;
}


form#newsletter fieldset p input {
    border: 0;
}

#validEmail {
	margin-top: 4px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 5px;
}
#thanks {
	color: #ca8ec3;
	font-size: 14px;
}
#contactform form {
	padding: 0;
}
#contactform fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactform form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 11pt;
}
#contactform p {
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#contactform p label {
	position: absolute;
	top: -2px;
	left: 0;
}
#contactform p br {
	display: none;
}
#contactform fieldset p input {
	display: block;
	padding: 4px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contactform fieldset p label {
	display: block;
	padding: 0;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 6px;
}
#contactform label {
	display: block;
	padding-top: 12px;
}
#contactform fieldset p textarea {
	display: block;
	padding: 4px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	height: 116px;
	overflow: hidden;
	margin: 0px;
}
#Message {
	font-size: 11px;
}
#contactform fieldset p textarea, form fieldset p input {
	border: 1px solid #333;
        font-size: 11px;
}
#contactform fieldset p label {
	color: #333;
	font-size: 11px;
}
#contactform input.submit {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	background-color: #515151;
	height: 22px;
	width: 60px;
	font-weight: normal;
        cursor: pointer;
		float: right;
		margin: 0 5px 0 0 ;
}
#validContactEmail {
	margin-top: 4px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 225px;
}
#thanks {
	color: #fff;
	font-size: 14px;
}
.messagebox {
	position: absolute;
	top: 0px;
	right: 5px;
	float: right;
}



#contactform.wide-fields input.textfield {
    width: 275px;
}

#contactform.wide-fields textarea {
    width: 415px;
    height: 175px;
}