.form-background-top {
	margin:0 auto;
	width:400px;
	background:#e1f5f8 url(../images/forms/formBG-top.gif) top left no-repeat;
}

.contactform-background-top {
	width:400px;
	background:#e1f5f8 url(../images/forms/contactFormBG-top.gif) top left no-repeat;
	margin:0 auto;
}

.form-background-bottom {
	padding:20px;
	background:url(../images/forms/formBG-bottom.gif) bottom left no-repeat;
}

.user-heading {
	padding:0 20px;
}

	.user-heading h1 {
		margin:0;
		padding:0;
		color:#f38ab4;
		font-family:Arial, Helvetica, sans-serif;
		font-size:26px;
		line-height:26px;
	}


p.intro {
	border-bottom:3px dotted #89d7e3;
	margin:10px 0;
	padding:0 0 10px 0;
	font-size:11px;
	font-weight:normal;
}

p.required-note {
	border-bottom:3px dotted #89d7e3;
	margin:10px 0;
	padding:0 0 10px 0;
	font-size:10px;
}
	p.required-note strong {
		color:#c69;
	}
	
.login-link {
	font-size:10px;
	border-top:3px dotted #89d7e3;
	padding:5px 0;
}

.login-link p {
	margin:0;
	padding:5px 0;
}

/* Form items */

form {
	margin:0;
	padding:0;
}

.required {
	color:#c69;	
}

label {
	font-weight:bold;
	display:block;
	width:135px;
	padding:5px 0 5px 0;
	float:left;
}


	label a {
		font-size:10px;
	}
	
	label strong {
		display:block;
		font-size:10px;
		font-weight:normal;
		padding:5px 0 0 0;
	}
	
	label.error {
		width:120px;
		padding:5px 0 5px 15px;
		color:#de2e75;
		background:url(../images/forms/errorCircle.gif) top left no-repeat;
	}
	
	.image-form-right label {
		width:auto;
	}
	
	.checkbox label {
		font-size:10px;
		width:225px;
		padding:0 0 0 5px;
		float:right;
		font-weight:normal;
	}
	
		.checkbox label.error {
			width:215px;
			padding:0 0 0 15px;
			color:#de2e75;
			background:url(../images/forms/errorCircle.gif) top left no-repeat;	
		}
	
input.standard {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border:3px solid #f38ab4;
	float:right;
	height:18px;
	width:200px;
}

input.standard-upload {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border:3px solid #f38ab4;
	height:18px;
	width:240px;
}

input.standard-small {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border:3px solid #f38ab4;
	float:right;
	height:18px;
	width:100px;
}

input.browse {
	width:auto;
	background:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	display:block;
}

.checkbox input {
	float:left;
}

.dd-container {
	border:3px solid #f38ab4;
	float:right;
	display:inline;
	background:#fff;
}

.b-container {
	border:3px solid #f38ab4;
	display:inline;
	float:left;
	background:#fff;
	margin:0 0 5px 0;
	padding-left:1px;
}

select.standard {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #fff;
}

textarea.standard {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border:3px solid #f38ab4;
	float:right;
	height:100px;
	width:200px;
}


.captcha {
	padding:10px 0;
	border-top:3px dotted #89d7e3;
}

.captcha label {
	width:235px;
	padding:5px 0 5px 0;
	float:left;
}

	.error label {
		padding:5px 0 5px 15px;
		color:#de2e75;
		background:url(../images/forms/errorCircle.gif) top left no-repeat;
	}

.captcha label.upload {
	width:150px;
	padding:5px 0 5px 0;
	float:left;
}

	.error label.upload {
		width:135px;
		padding:5px 0 5px 15px;
		color:#de2e75;
		background:url(../images/forms/errorCircle.gif) top left no-repeat;
	}

.captcha input.entry {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border:3px solid #f38ab4;
	float:right;
	height:18px;
	width:100px;
	margin:5px 0;
}

.captcha input.entryupload {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border:3px solid #f38ab4;
	float:right;
	height:18px;
	width:75px;
	margin:5px 0;
}

.captcha img {
	float:right;
	width:106px;
	height:26px;
	
}

.captcha img.upload {
	float:right;
	width:125px;
	height:35px;
	clear:both;
}	

.form-clear {
	clear:both;
	height:15px;
	line-height:15px;
}

.form-footer {
	padding:10px 0 0 0;
	border-top:3px dotted #89d7e3;
	clear:both;
}

	.error-message {
		border:1px solid #de2e75;
		background:#f9dae8;
		color:#de2e75;
		margin:5px 0 0 0;
		padding:5px;
		clear:both;
		text-align:center;
	}
	
		.error-message p {
			margin:0;
			padding:0;
			line-height:14px;
			font-size:11px;
		}
		
	.form-note {
		float:left;
		width:500px;
		font-style:italic;
		padding:10px 0;
	
	}
	
		.form-note p {
			float:left;
			padding-right:10px;
		}
	
	.form-button {
		float:right;
		padding:5px 0;
	}
				
