/*--------------------------------------------------
	Contact
--------------------------------------------------*/

	#email-form br,
	#email-signup-form br {
		display: none;
	}
	#email-form label,
	#email-signup-form label {
		display: block;
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
	}
	#email-form .text,
	#email-signup-form .text {
		width: 240px;
		margin: 0 0 12px 0;
	}	
	#email-form textarea.text,
	#email-signup-form textarea.text {
		width: 390px;
		height: 142px;
	}
	#email-form #form-state,
	#email-signup-form #form-state,
	#email-form #form-gender {
		width: 254px;
		margin: 0 0 10px 0;
	}
	
	#email-form #vrCaptchaImage,
	#email-signup-form #vrCaptchaImage{
		margin: 10px 0 5px 0;
	
	}
	
	#content span.required {
		color: #ff0000;
		font-weight: bold;
	}
	