﻿/* BFG - Profile Update form is using the same stylesheet */

.contactForm
{
	width: 600px;
	padding: 10px 20px 10px 0;
	margin:20px 0 0 0;
	/*border: solid 1px lime;*/
}

.errorText
{
	display:block;
	background:#FFFF99;
	padding:5px;
	border:solid 1px #FFCC00;
	margin:0 0px 20px 0px;
}

.errorText p
{
	margin:0;
	padding:0;
}

.contactFormField
{
	float: left;
	width: 580px;
	margin: 0 0 10px 0;
	text-align: left;
	/*height: 30px;*/
	position:relative;
	/*border: solid 1px red;*/
}

/*
.contactFormTextArea
{
	height: 130px;
	border: solid 1px red;
}*/

.formLabel
{
	float: left;
	width: 200px;
}

.formValue, .formButton
{
	float: left;
	width: 380px;
}

.formValue input, .contactFormTextArea textarea, .updateTextArea textarea
{
	border: solid 1px #6CBD45;
	width: 360px;
}
.updateTextArea
{
	height: 40px;
}

.formValue input:focus,
.formValue textarea:focus,
.updateTextArea textarea:focus
{
	border-color:#EE2C32;
}

.formLabel span
{
	color:#f00;
}

.error
{
	position:absolute;
	top:-10px;
	left:570px;
}
.error img
{
	width:24px;
	height:24px;
}

.submitBtn
{
	float: left;
	border: solid 1px #6CBD45;
	width: 80px;
	height: 20px;
	cursor: pointer;
}

.submitBtn:hover
{
	background: #6CBD45;
}

