fieldset {
	padding: 0;
	border: none;
}

.text input, .textarea textarea {
	background: #fafafa url(../img/forms/text_bg.gif) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #a8a8a8;
	color: #333;
}

.text input[type=text]:focus,
.textarea textarea:focus {
	background: #fffeeb;
}

.buttons button[type=submit] img {
	float: right;
	margin: -5px 0 0 10px;
}

input.wide,
textarea.wide {
	width: 341px;
}

input.normal,
textarea.normal {
	width: 174px;
}

input.medium,
textarea.medium {
	width: 116px;
}

input.small,
textarea.small {
	width: 34px;
}

#signup_maillist,
#signupOptIn {
	margin: 12px 0 10px 124px;
	background-color: #fafafa;
	background-image: url(../img/forms/text_bg.gif);
	background-repeat: repeat-x;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #5fc7e2;
}

#signup_maillist {
	margin-left: 0;
}

#signupOptIn {
	margin: 0;
}

#signup_maillist input,
#signupOptIn input {
	float: left;
	margin-right: 10px;
}

#signup_maillist label,
#signupOptIn label {
	width: 280px;
	color: #464646;
	margin: 0;
}

#signup_maillist label {
	width: 250px;
}

#signupOptIn label {
	width: 370px;
}

.jqTransformCheckboxWrapper {
	margin-right: 10px;
}

.text,
.textarea,
.select,
.date {
	clear: both;
	margin-bottom: 5px;
}

.input label {
	float: left;
	width: 124px;
	color: #333;
}

.input input[type=text],
.input textarea {
	float: right;
}

.text .wide,
.text .normal,
.text .medium,
.text .small,
.date select {
	height: 26px;
	padding: 2px 4px;
}

textarea {
	padding: 2px 4px;
}

.input label {
	margin-top: 8px;
}

.response_type {
	margin-top: 10px;
}

.radio legend {
	display: block;
	float: none;
	margin: 0 20px 10px;
	padding: 0;
}

.radio label {
	margin-right: 12px;
	padding-top: 3px;
	width: auto;
	float: none;
}

.radio input[type=radio] {
	margin-right: 10px;
}

.jqTransformRadioWrapper {
	margin-right: 8px;
	margin-top: 5px;
}

.input:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contactForm,
#signupForm {
	width: 890px;
	background: #fff;
	z-index:300;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#signupForm {
	width: 940px;
	background: transparent;
	z-index: auto;
}

#contactForm #contactHeader,
#signupForm #signupHeader {
	height: 76px;
	background-color: #dfdfdf;
	background-image: url(../img/forms/contact_header.png);
	background-repeat: no-repeat;
	position: relative;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

#signupForm #signupHeader {
	height: 63px;
	background-color: #dfdfdf;
	background-image: url(../img/forms/signup_header.png);
	background-repeat: no-repeat;
}

#contactForm #contactHeader h1,
#signupForm #signupHeader h1 {
	top: 11px;
	left: 10px;
	width: 500px;
	height: 48px;
	position: absolute;
	margin: 0;
	background-image: url(../img/forms/contact_title.png);
	background-repeat: no-repeat;
	background-position: 67px 16px;
}

#signupForm #signupHeader h1 {
	top: 11px;
	left: 13px;
	height: 56px;
	background-image: url(../img/forms/signup_title.gif);
	background-repeat: no-repeat;
	background-position: 55px 17px;
}

#signupForm #signupHeader #signupNow {
	width: 145px;
	height: 35px;
	position: absolute;
	top: 19px;
	right: 23px;
	background: transparent url(../img/forms/signup_now.gif) no-repeat;
}

#signupForm #signupHeader #signupNow:hover {
	background-position: 0 -35px;
}

#signupForm #signupHeader #signupNow span {
	width: 100%;
	height: 100%;
	display: block;
	visibility: hidden;
}

#signupForm #signupHeader #signupClose {
	background: transparent url(../img/nyromodal/close.gif) no-repeat;
	width: 41px;
	height: 42px;
	position: absolute;
	top: 15px;
	right: 24px;
	display: none;
}

#signupForm #signupHeader #signupClose:hover {
	background-position: 0 -42px;
}

#signupForm #signupHeader #signupClose:active {
	background-position: 0 -84px;
}

#signupForm #signupHeader #signupClose span {
	width: 100%;
	height: 100%;
	display: none;
	visibility: hidden;
}

#contactForm #contactHeader h1 span,
#signupForm #signupHeader h1 span {
	display: none;
}

#signupForm .wrap {
	background-color: #fff;
	background-image: url(../img/forms/inner_bg.png);
	background-repeat: no-repeat;
}

#contactForm .inner,
#signupForm .inner {
	padding: 10px 30px 20px;
}

#contactForm .inner .formIntro,
#signupForm .inner .formIntro {
	margin-bottom: 2em;
}

#signupForm .inner .formIntro {
	margin-top: 10px;
}

#signupForm #signupFooter {
	height: 10px;
	background-color: transparent;
	background-image: url(../img/forms/footer_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	position: relative;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.fieldset {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

#contactForm .leftCol,
#signupForm .leftCol {
	width: 475px;
	float: left;
}

#signupForm .leftCol {
	width: 430px;
}

#signupForm .leftCol .input label {
	width: 130px;
}

#signupForm .leftCol .input input.wide {
	width: 285px;
}

#contactForm .rightCol,
#signupForm .rightCol {
	width: 315px;
	float: right;
}

#signupForm .rightCol {
	width: 430px;
}

.request_response label {
	float: left;
	width: auto;
	margin-right: 10px;
}

#contactForm .buttons {
	text-align: right;
}

.buttons button#signupSubmit {
	width: 145px;
	height: 35px;
	background: transparent url(../img/forms/signup_now.gif) no-repeat;
	display: none;
	position: absolute;
	top: 14px;
	right: 22px;
	padding: 0;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.buttons button#contactSubmit {
	width: 115px;
	height: 35px;
	padding: 0;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	cursor: pointer;
	background: transparent url(../img/forms/submit.gif) no-repeat;
}

.buttons button#signupSubmit:hover,
.buttons button#contactSubmit:hover {
	background-position: 0 -35px;
}

.buttons button#contactSubmit:hover {
	background-position: 0 0;
}

.buttons button#signupSubmit span,
.buttons button#contactSubmit span {
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

#contactForm input[type=text],
#contactForm textarea,
#signupForm input[type=text],
#signupForm textarea
 {
	font-size: 140%;
}

.clear {
	clear: both;
}

.required-indicator {
	color: red;
}

#SignupForm {
	position: relative;
}

p.error {
	padding: 10px 12px;
	background: #FFF6F6;
	border: 1px solid #FF0000;
	margin-top: 1em;
}

p.success {
	padding: 10px 12px;
	background: #F6FFF6;
	border: 1px solid #66CC66;
	margin-top: 1em;
}

.text input.form-error,
.textarea textarea.form-error {
	background: #f9d8d8 url(../img/forms/text_error_bg.gif) repeat-x;
	border: 1px solid #b77777;
}
