@import	 url(/styles/common.css);

body {
	background: transparent;
}
#formWrapper {
	background: transparent url(images/forms/contactForm.gif) repeat-x;
	font-size: 93%;
	height: 456px;
	overflow: auto;
	padding: 0 0 0 24px;
	width: 336px;
}
#formWrapper.success,
#ideaFormWrapper.success {
	background-position: left bottom;
	height: 187px;
	position: relative;
}
#ideaFormWrapper.success {
	background: transparent url(images/forms/ideaFormSubmitted.gif) no-repeat;
}
.success p {
	border-bottom: 1px solid #c1c1c1;
	color: #727476;
	font-size: 116%;
	padding: 11px 0 24px;
}
#ideaFormWrapper.success p {
	padding-top: 21px;
}
#ideaFormWrapper {
	background: #f7f7f7 url(images/forms/ideaForm.gif) no-repeat;
	font-size: 93%;
	height: 459px;
	overflow: auto;
	padding: 0 21px 0 24px;
	width: 315px;
}
h1 {
	background: none;
	color: #366b88;
	font-family: georgia;
	font-size: 116%;
	font-weight: normal;
	margin: 25px 0 0;
	padding: 0 0 4px;
	text-transform: uppercase;
}
.success h1 {
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 15px;
	margin-top: 29px;
}

label {
	color: #686868;
}
.required,
.error,
strong {
	color: #ad3c3c;
}

.instructions {
	color: #545453;
	margin: 0 0 22px;
}

label,
strong {
	font-weight: bold;
}

label,
.error {
	float: left;
	margin: 0 0 4px;
}

label {
	padding: 0 5px 0 0;
}

.text,
textarea {
	border: 1px solid #ddd;
	border-top-color: #7c7c7c;
	clear: both;
	color: #545453;
	display: block;
	font-family: arial;
	font-size: 93%;
	margin: 0 0 22px;
	padding: 2px 2px 1px;
	width: 306px;
}
textarea {
	height: 70px;
}

#contactMiami {
	background: url(images/forms/contactMiami.gif) no-repeat;
	border: none;
	height: 24px;
	line-height: 24px;
	margin: 38px 0 12px;
	padding: 0;
	text-indent: -999em;
}

#cancel,
#submit,
#submitIdea {
	display: block;
	float: left;
	height: 10px;
	line-height: 10px;
	margin: 0 12px 0 0;
	text-indent: -999em;
	width: 55px;
}
#cancel {
	background: url(images/forms/cancel.gif);
}
#submitIdea {
	height: 13px;
	line-height: 13px;
	width: 115px;
}
.success #cancel {
	background: url(images/forms/close.gif);
	display: block;
	height: 21px;
	line-height: 21px;
	position: absolute;
		bottom: 29px;
		right: 26px;
	text-indent: -999em;
	width: 59px;
}
#ideaFormWrapper.success #cancel {
	background: url(images/forms/storyClose.gif);
	display: block;
	height: 21px;
	line-height: 21px;
	position: absolute;
		bottom: 32px;
		right: 26px;
	text-indent: -999em;
	width: 59px;
}
.success #cancel:hover,
#ideaFormWrapper.success #cancel:hover {
	background-position: left bottom;
}

.counter {
	color: #686868;
	float: right;
}
.counter span {
	font-weight: bold;
}