/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


/* ########################### contacts ########################### */
div.contact {
	margin:10px 0;
	width: 100%;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
	margin:0;
	width: 6em;
	display: block;
	float: left;
}

.contact_email{
	clear: both;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:80%;
padding:0 0 0 10px;
}

.contact form {
color:#000;
padding:0px;
margin:0px;
}

.contact input {
/*background:#fff;
border:solid 1px #000;
color:#000;
padding:2px 2px 0;*/
margin:10px 0 0;
}



label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 1px red;
}

.contact label.invalid {
color:red;
}

fieldset {
	background: #FFFFFF;
}
