/*Simple register form and simple call-me form*/

#RegisterForm fieldset, #CallMeForm fieldset{border: none;}

#RegisterForm  label, #CallMeForm  label {display: none !important;}

input.GeneralTextField, input.CallMeTextField  {
	color: #666;
	border: 1px solid #ccc; 
	padding: 5px; 
	width:263px;
	margin-bottom: 13px;
}

input.CallMeTextField  {
	width: 120px; /*Has button on right*/
	margin-right: 10px;
	float: left;
	margin-bottom: 18px;
}

input.GeneralFormButton  {
	border: 1px solid #333 !important;
	padding: 4px 9px 4px 9px;
	cursor: pointer;
	background: #afce33;
	color: #fff !important;
	font-weight:bold;
	overflow: visible; /*For ie - groan*/
}

input.GeneralFormButton:hover {
	border: 1px solid #666;
	background: #bedf37;
}

.active{
	background-color: #ffffcc;
	border-color: #333 !important;
}

#CallMeForm {
height: 46px;
}

/*Error states*/

label.error {display: none !important;}

input.error {
	background: #ffcccc url(../images/icons/unchecked.gif) no-repeat 3px 5px !important;
	padding-left: 20px !important;
	width:248px !important;
}

#CallMeForm input.error {
	background: #ffcccc url(../images/icons/unchecked.gif) no-repeat 3px 5px !important;
	padding-left: 20px;
	width:105px !important;
}

#PopupWrapper input.error, #PopupWrapper textarea.error {
	background: #ffcccc url(../images/icons/unchecked.gif) no-repeat 3px 5px !important;
	padding-left: 20px;
	width: 263px;
}

/*Popup forms*/

#PopupWrapper label {
	float: left;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#PopupWrapper textarea {
	float: right;
}

#PopupWrapper #name, #PopupWrapper #email, #PopupWrapper #friend_email, #PopupWrapper #subject, #PopupWrapper #message{
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #666;
	border: 1px solid #ccc; 
	padding: 5px; 
	width:263px;
	margin-bottom: 13px;
	margin-left: 0px;
}

#PopupWrapper #message {
height: 200px;
}

#PopupWrapper  input.GeneralFormButton  {
float: right;
	font-size: 15px;
}

#PopupWrapper  input.GeneralFormButton:hover {
		border: 1px solid #666;
	background: #bedf37;
}

/*The big old reg form!*/

#BigRegisterForm{padding: 0px 0px 0px 20px;}

#BigRegisterForm fieldset {
border: none;
border-top:1px dashed #ccc;
padding-top: 18px;
}

#BigRegisterForm label{
	display: block;
	color: #666;
	font-weight: bold;
	line-height: 18px;
}

#BigRegisterForm input, #BigRegisterForm file, #BigRegisterForm select{
	width: 263px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #666;
}

#BigRegisterForm textarea{
	width: 263px;
	height: 80px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #666;
}

#BigRegisterForm div{margin-bottom: 18px;}

#BigRegisterForm div span{
	margin-left: 10px;
	color: #999;
	font-size: 11px;
	font-style: italic;

}

/*File upload bit*/

.FileUploadFields label{
	margin-bottom: 9px;
}

.FileUploadFields {
	border:1px solid #CCCCCC;
	padding:10px;
}

.FileUploadFields input {margin-bottom: 9px;}

.PhotoHelp {
	margin-left: 10px;
	color: #999;
	font-size: 11px;
	font-style: italic;
	}

