﻿/******************************************************************************/
/* Width: 230 */
/* Background colour: #45515E */
/* Content width: 210 */
/* Content backgound colour:  #FFFFFF */
/******************************************************************************/

.formWrapper
{
	float: right;
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 270px;
}
.formWrapper .pad
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 40px;
}

.formWrapper h3
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.formWrapper p
{
	color: #535E69;
	font-size: 12px;
	line-height: 16px;
	margin: 0px auto 0px auto;
	text-align: justify;
	width: 178px;
}
.formWrapper p.required
{
	background-position: 2px 11px;
	padding: 5px 0px 10px 13px;
}

/* Grey background with rounded corners */

.formTop, .formBottom
{
	background-color: #FFFFFF;
	background-image: url(../images/form/roundedGrey.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 230px;
}
.formBottom
{
	background-position: 0px -15px;
}
.formSection
{
	background-color: #45515E;
	color: #FFFFFF;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 230px;
}
.formSection .pad
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

/* White background with rounded corners */

.formContentTop, .formContentBottom
{
	background-color: #45515E;
	background-image: url(../images/form/roundedWhite.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 230px;
}
.formContentBottom
{
	background-position: 0px -15px;
}
.formContentSection
{
	background-color: #FFFFFF;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 210px;
}
.formContentSection .pad
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 9px;
}

/* Submit button styles */

.formSubmitWrapper
{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	width: 210px;
}
.newsletterFormSubmitButton
{
	background-image: url(../images/newsletterSubmit.png);
	background-repeat: no-repeat;
	border: none;
	display: block;
	float: right;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 94px;
}
.newsletterFormSubmitButton:hover
{	
	background-position: 0px -30px;
}

/* Miscellaneous classes */

.pad
{
	padding: 10px 10px 10px 10px;
}
.required
{
	background-image: url(../images/requiredFlag.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	margin: 0px 0px 0px 0px;
	padding-left: 12px;
}

/******************************************************************************/
/* Form textboxes */
/******************************************************************************/

.formTextboxWrapper 
{
	background-image: url(../images/form/textboxBackground.png);
	background-repeat: no-repeat;	
	border: none;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 14px 5px;
}
.formTextbox
{
	background-color: Transparent;
	border: none;
	color: #535E69;
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 180px;
}
.formTextboxWrapper .required
{
	background-position: 1px 4px;
	margin: 0px 0px 0px 0px;
	padding-left: 11px;
}

/******************************************************************************/
/* Miscellaneous classes */
/******************************************************************************/

.collapsed
{
	border: none;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.error
{
	color: #EB0000;
}
.success
{
	color: #2797EE;
}

#newsletterFormErrorsWrapper 
{
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 205px;
}
#resultsMessageWrapper 
{
	color: #2797EE;
	display: inline;
	float: left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 205px;
}
#resultsMessageWrapper span
{
	display: block;
	text-align: center;
	width: 205px;
}

/* Remove yellow outline for active fields in Google Chrome */
*:focus
{
	outline: none;
}
