/* SVN FILE: $Id: contact-form.css 155 2007-12-10 08:34:42Z ryan.blunden $ */
/**
 * Contact form styles
 *
 * Copyright 2007, FreemanFox Ltd
 * Level 11, 1 Eagle St Brisbane, QLD, Australia 4000
 *
 * Licensed under The Creative Commons License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright		Copyright 2007, FreemanFox Ltd
 * @version			$Revision: 155 $
 * @modifiedby		$LastChangedBy: ryan.blunden $
 * @lastmodified	$Date: 2007-12-10 18:34:42 +1000 (Mon, 10 Dec 2007) $
 * @license			http://creativecommons.org/licenses/by/3.0/ The Creative Commons License
 */
 
@charset "utf-8";


#contact-form {	width: 300px; }

#contact-form input, label
{
	font-size: 12px;
	width: 220px;
}

#contact-form-container
{
	margin-left: 25px;
	margin-right: 29px;
}

#contact-form-container legend { display: none; }

#contact-form-container fieldset
{
	padding: 0;
	border: 0;
}

textarea.text 
{ 
	width: 220px;
	height: 150px;
	overflow: auto;
}


#send-button { margin-left: 18px; }

.error
{
	background:#FFF6BF;
	color:#817134;
	border-color:#FFD324;
}